Autoloading module level classes and config files in symfony

hattiesnake

New Member
I am trying to auto-load classes from the "lib" directory inside of one specific module directory.I have tried everything but to no avail... One of the classes I would like to load is a class called visUser which inherits from myUser I have already made a factory.yml file in myapplication/modules/mymodule/conf but it doesn't load...I am doing something wrong? or module level configuration files are not suported?I am using symfony 1.2 with propel.
 
Top