NAVIGATION
This shows you the differences between two versions of the page.
|
english:technics:database:phpwcms_articlecontent [2009/11/17 13:11] Knut Heermann (flip-flop) |
english:technics:database:phpwcms_articlecontent [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 57: | Line 57: | ||
| [acontent_uid] => 1 | [acontent_uid] => 1 | ||
| [acontent_created] => 2009-11-11 23:11:19 // CP created | [acontent_created] => 2009-11-11 23:11:19 // CP created | ||
| - | [acontent_tstamp] => 2009-11-17 09:58:32 // CP last chnges | + | [acontent_tstamp] => 2009-11-17 09:58:32 // CP last changes |
| [acontent_title] => Image < div > slidedhow // title text | [acontent_title] => Image < div > slidedhow // title text | ||
| [acontent_text] => <p>Text, Text, Text</p> // wysiwyg text | [acontent_text] => <p>Text, Text, Text</p> // wysiwyg text | ||
| Line 98: | Line 98: | ||
| ==== field acontent_form ==== | ==== field acontent_form ==== | ||
| - | <code php> | ||
| - | $CP = @unserialize($GLOBALS['crow']["acontent_form"]); | ||
| - | dumpVar($CP); | ||
| - | </code> | ||
| \\ | \\ | ||
| ** | ** | ||
| Content of the field:** | Content of the field:** | ||
| - | <code> | + | <code mysql> |
| a:11: | a:11: | ||
| {s:6:"images";a:7: | {s:6:"images";a:7: | ||
| Line 120: | Line 116: | ||
| } | } | ||
| </code> | </code> | ||
| + | |||
| + | \\ | ||
| + | <code php> | ||
| + | $CP = @unserialize($GLOBALS['crow']["acontent_form"]); | ||
| + | dumpVar($CP); | ||
| + | </code> | ||
| \\ | \\ | ||