Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CakePHP admin panel

Tags:

php

cakephp

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?

like image 377
ab. Avatar asked Dec 18 '09 04:12

ab.


2 Answers

Here is a great article on creating a admin section for CakePHP Creating an Admin Section with CakePHP

like image 160
Steven Smethurst Avatar answered Sep 30 '22 19:09

Steven Smethurst


BrowniePHP could be helpful. Its a plugin for CakePHP that will save you time on backend development work.

like image 45
happyhardik Avatar answered Sep 30 '22 19:09

happyhardik