Im new to cakephp but I love the concept thus far. I understand how to create views and change the default layout but its unclear to me how to make different layouts with different images and css.
My question is... I want to build an application that is designed like the following... LAYOUT1: (public no auth required): Homepage + BlogArticles + Login LAYOUT2: (user logged into system): User Homepage + Links to the parts of the backend System LAYOUT3: (admin user): Admin Homepage + Links to edit and manage all aspects of system Each layout has its own template / views / css /images / etc.... How do you do this in cakePHP? How do you separate the layouts or define which layout to use in your code?
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
