Cakephp Admin Panel Script Download Image
I have two types of users and right now i dont want to use ACL. With Auth Component i want to achieve the following
- Creating an Admin Section with CakePHP. Will include all the admin functions, fire up the 'bake' script in the command line and go through the steps of creating a.
- Get free CakePHP CMS script, content management PHP software for download. Logicspice offers collection of free PHP scripts and software for free.
The role of the HtmlHelper in CakePHP is to make HTML-related options easier, faster, and more resilient to change. Using this helper will enable your application to be more light on its feet, and more flexible on where it is placed in relation to the root of a domain.
login() -> allows users to login and access the general part of the siteadmin_login -> allows the admin to access the admin_{actions} part of the website.

When i do a Admin Login -> i want to check if group_id = 1 in the Users Module and only allow them to login to the admin section of the website.
How to check if the group_id = 1 when the user logs in ?
Harsha M VHarsha M V1 Answer
Andre SAndre SNot the answer you're looking for? Browse other questions tagged cakephpcakephp-2.0 or ask your own question.
I want have cakephp app with 2 part the main site and the admin panel and layout and design of the 2 part are seprate /driver-for-hp-w1907-monitor.html.
I created Admin prefix and put my admins controller and template file in Admin folder
I created a folder in webroot named Admin too and put my admin related assets there .
In cakephp config/App.php there is part to specify base url of assets . i's look like this
I'm wondering how can i specify defferent dicrectory for assets for Admin ?
Or how should i call css method in Html helper for admin ?
I load css file in main part of site like this
But i have to load it for admin side like this
Is there any way i can fix this and load it like i do the main part ?
I also used it like this but it seems not to recognize prefix option