Click here to Skip to main content
15,886,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Yii framework specifies that it was a component-based PHP framework and i need to know whether the CodeIgniter was a component-based PHP framework or not? In my search i found that it was a OO PHP framework. Is both the same, the Object oriented and Component based?
Posted
Updated 10-Sep-13 20:59pm
v3

 
Share this answer
 
CodeIgniter is not a component based PHP framework.
Component based framework is also termed as pull based framework, but CodeIgniter is a push based framework. And the terms Object oriented and Component oriented are not same.
The term Object-oriented is the logical structure of your application, like interfaces, classes, etc.. Components are the physical representation like remote services, assemblies and other packages.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900