Hint, never ever name a column "database_name" or "table_name" when you are using PHP's Propel
Defining a column name inside a table definition "database_name" or "table_name" will result in duplicated generated constant definition which will be an evil fail you have to debug for some minutes.
Super hint! Name them "the_database_name" and "the_table_name" :-D.
Trackbacks
The author does not allow comments to this entry
Comments
Display comments as Linear | Threaded