a few things

var $uses = array('User', 'Drugs');
i guess the drugs are related to users?
var $uses = array('User');
might be just enough then

you mix 1.3 helper syntax and old syntax

$this->Auth->allow('*', 'add');
probably was meant to be
$this->Auth->allow('*'); ^^

i would not change the security hash function (and not to md5 in
particular)

"$this->Auth->loginRedirect" etc
careful: the urls should contain admin=>false and plugin=>false to
avoid problems if you are
in those routes!

other than that a nice tutorial for beginners



On 11 Nov., 02:08, naidim <[email protected]> wrote:
> For anyone interested, I'm documenting my site development to both
> keep track of what I'm doing as well as help others walk through the
> steps from start to finish of site creation in CakePHP.
>
> I've only just begun and won't have too much time to work on it since
> I work full time and go to school full time, but I will finish it
> eventually. Any and all comments and constructive criticism are
> welcome.
>
> http://drug-ed.blogspot.com/

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to