i've got zend framework 1.12.5 on my CentOS6 server. but i'd like to upgrade to be Zend Framework 2.3. How can i upgrade it or i have to remove zf1 off first and reinstalling zf2 instead of upgrade?
Thanks
i've got zend framework 1.12.5 on my CentOS6 server. but i'd like to upgrade to be Zend Framework 2.3. How can i upgrade it or i have to remove zf1 off first and reinstalling zf2 instead of upgrade?
Thanks
No buddy, You can't simply upgrade ZF1 to ZF2. In case you need you move to ZF2 be sure that ZF2 is not just an upper version of ZF1 but the whole Architecture is also changed.
So, If you really need to move then 1. Firstly you will need to remove ZF1 library completely. 2. Install ZF2 package. 3. Now make changes in your code to work accordingly with ZF2 as most of the things will stop working once to move to ZF2.
However, I would suggest don't migrate to ZF2 just for the sake of upgrading, migrate only if you dont have any other choice. As this is a very painful task.
have a good luck.