Thanks for helping to set ClassLoader for entities but I uses this too for 
proxies
 
Autoloader::register($_PATH['proxy'], 'Proxies');
 
$doctrineLoader = new ClassLoader('Entities',ROOT.'/includes');
$doctrineLoader->register();
Are these two classes for different purposes or I can use something like 
this?
Autoloader::register('path/to/proxy', 'Proxies');
Autoloader::register('path/to/entity', 'Entities');
 please advice.
 

On Friday, February 7, 2014 1:16:37 PM UTC+3:30, Parsifal wrote:

> If it is good idea I want to use the same composer autoloader for entities 
> rather than implementing a separate autoloader for entities. I am not 
> familiar with composer autoloader. Just adding the correct array with 
> correct entity directory path to autolad_namespaces.php is enough? Or 
> should I care for something else too?
>  

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to