Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to use some lib from CodeIgniter. But each library file run from loader. And loader run from controller. Is it possible to use loader without controller instance? Or to run it on ZF?

share|improve this question
I don't know of any way to use CI files inside of Zend, but you can use Zend in CI: beyondcoding.com/2008/02/21/… – swatkins Oct 17 '11 at 19:30
Thx, I know that:) But for me it is interesting CL to Zend unfortunately – Anthony Oct 17 '11 at 19:39
It shouldn't be too trivial to convert a CI library to use in Zend. After all, they're just classes. the only problem would be working out any dependencies. – swatkins Oct 17 '11 at 19:48
Yes, that is one way. But any time I update CI - it would be a problem... – Anthony Oct 17 '11 at 19:52

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.