Demonic Posted September 12, 2008 Share Posted September 12, 2008 I recently was on IRC yesterday at CakePHP site and they was saying I could create an adminstration panel, well I don't see how I would do it because what I was basically planning on doing was using 2 primary files such as: index.php for main website stuff and admin.php for administration tasks, looking at the manual yesterday it would be smart to just use CakePHP for the complete project so I was wondering is the following setup for the website and admin panel possible with the CakePHP framework without problems and not having to do much? http://downloadsaves.com/admin/ http://downloadsaves.com/admin/settings/ http://downloadsaves.com/admin/reports/ http://downloadsaves.com/admin/categorys/ http://downloadsaves.com/index/ http://downloadsaves.com/index/contact/ http://downloadsaves.com/index/category/1/ http://downloadsaves.com/index/view/1-basic-file-name/ Even though I read the basics of the cookbook for cake was wondering if you recommend any "offsite" (not on cakephp) tutorials that you would recommend me to start with? Link to comment https://forums.phpfreaks.com/topic/123957-cakephp-beginner-friendly-question/ Share on other sites More sharing options...
redbullmarky Posted September 13, 2008 Share Posted September 13, 2008 probably not an "all the way through introduction tutorial", but I like the tutorials here when it comes to getting stuck into CakePHP: http://debuggable.com/categories/php-and-cakephp:480f4dd5-6fb0-4cb4-b3cb-4f1ccbdd56cb Link to comment https://forums.phpfreaks.com/topic/123957-cakephp-beginner-friendly-question/#findComment-640378 Share on other sites More sharing options...
HeaDmiLe Posted September 16, 2008 Share Posted September 16, 2008 You have all this stuff into cakephp cookbook. I think there is the point you're looking for http://book.cakephp.org/view/544/Prefix-Routing. Am I wrong? Link to comment https://forums.phpfreaks.com/topic/123957-cakephp-beginner-friendly-question/#findComment-643077 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.