Hi
Can anyone guide me on using propel with agavi?
I have my model in app/lib/propel and project-conf.php in app/config.
But my problem is with loading php files.
For example. I have ContactQuery class. When I try to use it (new ContactQuery()) i get error because file is not loaded.
Do I have to add something to autoload.xml?
I know these are simple things but I can't find anything about it.