Welcome Guest, Not a member yet? Register   Sign In
Codeigniter compared to Zend Framework 2
#6

[eluser]Harold Villacorte[/eluser]
CI is fully object oriented with some procedural code (helpers) included to provide nicer syntax. It is full stack so a lot of what you would be writing in ZF2 is already written in CI. Many things that we take for granted in CI like session handling, form validation, and all the security stuff you would have put together yourself in ZF2 and in doing so you will have to familiarize yourself with stuff you don't normally see in CI code. In addition to the Php 5.3 features you will see features like abstract classes, interfaces, type hinting and stuff like that we normally don't use in CI. To get started with ZF2 all you have to do is clone the skeleton application then run through whatever tutorials you can find then just take your time with it, it's not that hard.


Messages In This Thread
Codeigniter compared to Zend Framework 2 - by El Forum - 05-06-2013, 10:19 PM
Codeigniter compared to Zend Framework 2 - by El Forum - 05-15-2013, 02:47 AM
Codeigniter compared to Zend Framework 2 - by El Forum - 05-15-2013, 03:35 AM
Codeigniter compared to Zend Framework 2 - by El Forum - 05-15-2013, 04:30 AM
Codeigniter compared to Zend Framework 2 - by El Forum - 05-15-2013, 04:42 AM
Codeigniter compared to Zend Framework 2 - by El Forum - 05-15-2013, 05:49 AM
Codeigniter compared to Zend Framework 2 - by El Forum - 05-15-2013, 09:05 AM
Codeigniter compared to Zend Framework 2 - by El Forum - 05-15-2013, 09:57 PM
Codeigniter compared to Zend Framework 2 - by El Forum - 05-15-2013, 11:44 PM
Codeigniter compared to Zend Framework 2 - by El Forum - 05-17-2013, 12:17 AM
Codeigniter compared to Zend Framework 2 - by El Forum - 09-27-2013, 07:13 PM
Codeigniter compared to Zend Framework 2 - by El Forum - 09-28-2013, 11:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB