[symfony-users] Re: symfony1.4 autoload : how does it work

2010-02-26 Thread Tom Ptacnik
Try to read this: - http://php.net/manual/en/language.oop5.autoload.php - http://www.symfony-project.org/book/1_2/19-Mastering-Symfony-s-Configuration-Files (Extending the Autoloading Feature) and after that it should be more clear, hope this help (hope I'm right :) On 25 ún, 15:16, samuel wro

[symfony-users] Re: symfony1.4 autoload : how does it work

2010-03-03 Thread Tom Ptacnik
I think so... the answer is in /cache/app/dev/config/config_app.yml.php /cache/app/dev/config/config_autoload.yml.php On 2 bře, 10:05, samuel wrote: > Hello, > If I understand : > > The autoload.yml file lists the paths in which autoloaded classes are > stored. The first time this configuratio

Re: [symfony-users] Re: symfony1.4 autoload : how does it work

2010-03-03 Thread samuel
ok, thank you 2010/3/3 Tom Ptacnik > I think so... the answer is in > > /cache/app/dev/config/config_app.yml.php > /cache/app/dev/config/config_autoload.yml.php > > > On 2 bře, 10:05, samuel wrote: > > Hello, > > If I understand : > > > > The autoload.yml file lists the paths in which autoload