Get page props for CGSimpleSmarty
Posted: Fri Jul 29, 2011 8:55 am
Sometimes it is not obvious what the internal name of a page property is that you defined with a content block. Special characters and umlauts for example are translated to ASCII and you need this name in order to access a certain property with CGSimpleSmarty or your own Modules and PHP Tags.
To get all internal property names of a page, open the table `cms_content` in your database. The column `prop_names` contains all available page properties and their internal name.
To get all internal property names of a page, open the table `cms_content` in your database. The column `prop_names` contains all available page properties and their internal name.