First of all: I'm just looking into symfony so I might have overlooked something regarding the following request
Having used propel before and just starting out to explore symfony, I was wondering if it's possible to add additional propel options to the configuration in config/propel.ini. The ones I'm talking about (that are useful to me
- propel.classPrefix and
- propel.basePrefix
Having looked into symfony's vendor/propel-generator/classes/propel/engine/builder/DataMo delBuilder.php code, I noticed much of the methods like 'prefixClassName' and 'prefixTableName' that are in standard propel aren't available in symfony.
Now I was wondering if there's a specific reason to have those methods and functionalities absent in the symfony codebase or if those could be implemented?
As I said before, I don't know much about symfony (yet) so I might be missing out on something.
