Take a look at this: http://book.cakephp.org/view/950/Prefix-Routing  Creating 
admin views and actions is actually really simple, and is one of the options 
when you Bake an app. If you find it hard to grasp, I'd recommend Baking a new 
version of your app and this time answer 'Yes' when it asks you if you also 
want to create the admin actions/views, then examine the code it produces. The 
Baked code can always be made more pretty/efficient/custom, but its good for 
starters.

Jeremy Burns
Class Outfit

[email protected]
http://www.classoutfit.com

On 25 Aug 2010, at 03:57, taro uma wrote:

> I've set up the 1.3.3 version and trying to figure out how this whole
> routing thing works. Is there any good up to date tutorial on creating
> an admin area? I've gotten so far as to be able to do the CLI bake
> that creates a decent CRUD, but I've not been able to grasp this whole
> routing thing where I could have something like a content page at /
> page/ and then an admin page for the content at something like /admin/
> page/
> 
> I've read some similar things where others are mystified enough to
> actually build a subdomain to handle all the admin stuff. That seems
> counter productive but I'm finding that there is so little to
> encourage people new to cakephp I can see why they are doing this.
> 
> Are there some tutorials that are geared more toward beginners but a
> little more in depth than the blog tutorial?
> 
> I'm just wondering what most people do. There's this wonderful bake
> feature that is very appealing to a beginner like me, but I can't find
> any good explanation or example of how to use routing to create an
> admin area.
> 
> 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

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