I am new to CakePHP and want an admin panel on my custom CMS for a client. Is there any way other than just linking to an admin page to each controller that I can pull views from other controllers such as users and posts?
A:
The better and cleaner way will be to put all your pages of admin under controllers. For example: controllers/admin
Sarfraz
2009-12-18 07:25:21
+1
A:
Here is a great article on creating a admin section for CakePHP Creating an Admin Section with CakePHP
Steven smethurst
2009-12-18 07:36:58
A:
You can try PoundCake Control Panel. It is still in beta but may be useful.
bancer
2010-04-14 00:40:06