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
Die Kommentarfunktion wurde vom Besitzer dieses Blogs in diesem Eintrag deaktiviert.
Kommentare
Ansicht der Kommentare: Linear | Verschachtelt