tobeyt23 Posted December 2, 2010 Share Posted December 2, 2010 What is the easiest and fastest framework to build and app that would include user area and admin area. Link to comment https://forums.phpfreaks.com/topic/220500-which-to-use/ Share on other sites More sharing options...
requinix Posted December 2, 2010 Share Posted December 2, 2010 With such basic requirements, I'll say that Any mainstream PHP framework will work fine. Link to comment https://forums.phpfreaks.com/topic/220500-which-to-use/#findComment-1142380 Share on other sites More sharing options...
sKunKbad Posted December 5, 2010 Share Posted December 5, 2010 With such basic requirements, I'll say that Any mainstream PHP framework will work fine. Actually, CodeIgniter does not have a built in authentication class, so not just any mainstream PHP framework will meet the OPs needs. I've tried Kohana, and it has an authentication class. I don't use Kohana anymore, but the OP might check it out. Link to comment https://forums.phpfreaks.com/topic/220500-which-to-use/#findComment-1143134 Share on other sites More sharing options...
requinix Posted December 5, 2010 Share Posted December 5, 2010 Actually, CodeIgniter does not have a built in authentication class, OP never said the framework had to include all the core parts of the application - an authentication system with just user vs. admin rights is simple enough to build yourself (provided you have some clue as to how to do it). Link to comment https://forums.phpfreaks.com/topic/220500-which-to-use/#findComment-1143135 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.