Thanks for the reply, it helped me get the autoloader working.

Follow-up question. I dont suppose it's possible to autoload ZF2
libraries, as well as ZF1 libraries in the same sentence is it?

something like

    $var = new \Zend\Http\Client

and

    $var2 = \Zend_Http_Client

Where the first example would load the ZF2 library and the second
would load the ZF1 library

Thoughts?

On Mon, Oct 15, 2012 at 1:33 PM, whisher <whis...@maktoob.com> wrote:
> http://robertbasic.com/blog/using-the-new-autoloaders-from-zend-framework-1-12
> <http://robertbasic.com/blog/using-the-new-autoloaders-from-zend-framework-1-12>
>
>
>
> --
> View this message in context: 
> http://zend-framework-community.634137.n4.nabble.com/autoloader-example-tp4657613p4657617.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
> --
> List: fw-general@lists.zend.com
> Info: http://framework.zend.com/archives
> Unsubscribe: fw-general-unsubscr...@lists.zend.com
>
>

-- 
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to