Forum

What is the compari...
 
Notifications
Clear all

What is the comparison between CakePHP and CodeIgniter?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

What is the comparison between CakePHP and CodeIgniter?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

   CakePHP leverages the default layout where implementing the header, footer or sidebar is easier. While CodeIgniter create the view or layout with the direct approach, which appears like the app was built from the ground up. Plus, CodeIgniter also provides a caching mechanism for the view that makes the work easier.


   
ReplyQuote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

 If you prefer the MVC pattern then you'd naturally favor the CakePHP over CodeIgniter. However, if you are new to frameworks, you might prefer CodeIgniter since it is a lot simpler and easier to learn.  


   
ReplyQuote
Share: