[fw-general] Extending Doctrine entities using Zend_* an My_* library

2011-04-18 Thread tridem-zend
I am switching from Zend_Db (including mappers and DbTable) to Doctrine 2.0. My former directory strucure was: /application/ /application/models/ /application/models/DbTable /application/models/mappers So far so good I created my models from database including all relations. I still have a copy

Re: [fw-general] Extending Doctrine entities using Zend_* an My_* library

2011-04-18 Thread Marco Pivetta
a) what kind of autoloader are you using? Did you register all namespaces? I'm currently using the standard Zend_Loader_Autoloader from ZF 1.X and it works fine with Doctrine2 (no need for Doctrine Common autoloader). b) As I see you're trying to load stuff like \Zend\Date();. ZF 1.X doesn't use