Page 1 of 1

values in cms_content_props table

Posted: Tue Sep 23, 2008 4:21 pm
by robbedoes
Using version 1.4.1 of CMSMS I inspected some tables in phpMyAdmin. In the cms_content_props table I noticed some values for prop_name which I don't understand. Can someone please tell me the purpose of the next values?

content_en (I'm using Dutch)
pagedata (always empty)

Re: values in cms_content_props table

Posted: Tue Sep 23, 2008 11:30 pm
by Augustas
content_en - is where the content of the page is saved.
I guess it has postfix "_en" because the CMSMS developers had in mind support for multiple languages in the future CMS versions.

pagedata - is what you enter under the "Smarty data or logic that is specific to this page:" field.

Re: values in cms_content_props table

Posted: Wed Sep 24, 2008 6:19 am
by robbedoes
Thank you for making this clear.

Regards, Rob