Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
General
How to use zendframework 2.0 in fuelframework ?
phanngoc
February 2013
Sorry for bad english , as title I want use some component of Zend2.0 in project of me? How to make this ?
ilNotturno
February 2013
You can import them as external package in you project, what have you tried?
phanngoc
February 2013
Thank you for your answer.But I have tried, structure of Zend2.1 is different zend1.12 .So that It hart to import them , example when I use Zend_Json : namespace Zend\Json;
use Iterator;
use IteratorAggregate;
use ReflectionClass;
use Zend\Json\Exception\InvalidArgumentException;
use Zend\Json\Exception\RecursionException;
what should I do with it ?
phanngoc
February 2013
Sorry for hurring , I have made it completely,thank you very much !
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
ilNotturno
February 2013
phanngoc
February 2013