Displaying 1 result from an estimated 1 matches for "cmsblock".
2006 Jul 12
2
(Re-)designing a CMS
...before the <html> tag.
PHP uses str_replace() to filter out these tags.
This definition pulls its data from SQL table ''t_articles''
The placeholder tags define where the previously defined ''block''
should be displayed in the page:
........html.........
<cmsblock name="articles"/>
........html.........
This prints a list of articles according to the definition.
The <buttons/>-tag (in cmsdef) adds a little editbutton, which can
bring up a popup within which one can modify the contents of the
block.
With this functionality, it''s...