In native php, I could send a link to newly created account user's email address an email to confirm his registration like this

$acc="Click the following URL to activate your account :<br/>
                    http://localhost/index.php/forums/activation.php?email=".urlencode($email)."&activate_key=".$activation;

But I don't know how to write a similar link to activate his account using codeigniter/cakephp. Native php seems a lot easier because no so much diverse examples are given in codeigniter at all (especially about settings). Thank you so much in advance.

link|improve this question
feedback

closed as off topic by random Feb 10 at 3:37

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

Browse other questions tagged or ask your own question.