I am playing with the build settings in my build.properties file for propel (version 1.5.4) but don't get it right.
Example: Table News should have
- class
Model_Newsin./Model/News.php - class
Model_Base_Newsin./Model/Base/News.php
My main problems:
- propel adds the project name as a folder between
ModelandNews.phplike:/Model/project/News.php - propel adds the
propel.classPrefixto the file, too. Sopropel.classPrefix = Model_builds classModel_Newsinside/Model/project/Model_News.php
aaaaaaaaaaaahhhh :-(