thobbs / phpcassa

PHP client library for Apache Cassandra
thobbs.github.com/phpcassa
MIT License
248 stars 78 forks source link

Autoloader for integration with Zend Framework #74

Open rauanmayemir opened 12 years ago

rauanmayemir commented 12 years ago

Here's the feature request for integration with Zend Framework: Instead of doing spl_register_autoload make it in Zend Framework style, or at least provide additional class for it.

Docs on zf autoloader: http://framework.zend.com/manual/en/zend.loader.autoloader.html Important moment is that Zf is on the way to the 2.0 version now, so there will be needed two versions of autoloader.

ricardclau commented 12 years ago

ZF2 is adopting composer, isn't it? (haven't had time to play around with it)