Cles.org Home
 
 

Links

to be added

 

 

      

 

SELECT sitepref_name, sitepref_value from cms_siteprefs

SELECT * FROM cms_modules ORDER BY module_name

SELECT * FROM cms_userplugins

SELECT * FROM cms_content WHERE content_alias = 'Links' AND active = 1

SELECT * FROM cms_content_props WHERE content_id = '12'

SELECT template_id, template_name, template_content, stylesheet, encoding, active FROM cms_templates WHERE template_id = '1'

SELECT c.content_id, c.cachable, t.modified_date as template_date, c.modified_date as content_date, c.type, c.hierarchy, t.encoding FROM cms_content c INNER JOIN cms_templates t ON t.template_id = c.template_id WHERE c.content_alias='Links' AND c.active = 1

SELECT * FROM cms_content ORDER BY hierarchy