Cheers guys!

Well 1 thing I did not thougt about before is that eventually I can
change the layout of the actioin reserved to admins, in order to
"dress up" the admin area differently!

i.e
$this->layout = 'default';   //in normal actions
$this->layout = 'admin';   //in admin actions

...but I should learn how to use the ACL component a bit more.
In particular I was investigating about this in the past:"Setting ACL
dinamically 1.2"
http://groups.google.com/group/cake-php/browse_frm/thread/179d31ff00fc99ca/d246e486bccfd2cf#d246e486bccfd2cf

...and maybe I should also read the "Getting Real" book ;o)


On 5 Lug, 03:34, "Chris Hartjes" <[EMAIL PROTECTED]> wrote:
> On 7/4/07, citrus <[EMAIL PROTECTED]> wrote:
>
>
>
> > I also prefer approach #1. Actually I use it in all of my mini
> > projects.
>
> You know, I was just thinking that not only is #1 a good approach
> (build the admin stuff right into the app) but by putting ACL stuff in
> there you can also give some of your more trusted users access to
> "beta features" when you want to try out some new functionality.
>
> A lot of this stuff I've cribbed from the book "Getting Real" produced
> by the folks at 37 Signals.  Yes, I know they are the people behind
> Ruby on Rails but they stay technology-neutral in that book.
>
> --
> Chris Hartjes
> Senior Developer
> Cake Development Corporation
>
> My motto for 2007:  "Just build it, damnit!"
>
> @TheBallpark -http://www.littlehart.net/attheballpark
> @TheKeyboard -http://www.littlehart.net/atthekeyboard


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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