NAVIGATION
This shows you the differences between two versions of the page.
|
english:technics:database:phpwcms_articlecontent [2009/11/17 13:02] 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 75: | Line 75: | ||
| [acontent_alink] => | [acontent_alink] => | ||
| [acontent_media] => | [acontent_media] => | ||
| - | [acontent_form] => (see above) // e.g. all image parameters in serialized form | + | [acontent_form] => (see above "Content of the field") // e.g. all image parameters in serialized form |
| [acontent_newsletter] => | [acontent_newsletter] => | ||
| [acontent_block] => CONTENT // display type | [acontent_block] => CONTENT // display type | ||
| Line 98: | Line 98: | ||
| ==== field acontent_form ==== | ==== field acontent_form ==== | ||
| + | \\ | ||
| + | ** | ||
| + | Content of the field:** | ||
| + | <code mysql> | ||
| + | a:11: | ||
| + | {s:6:"images";a:7: | ||
| + | { | ||
| + | i:0;a:7:{i:0;s:1:"6";i:1;s:20:"Dscn1531_800x600.jpg";i:2;s:32:"129371f7f736a0a8d0b9083b2e10fc8f";i:3;s:3:"jpg";i:4;i:80;i:5;i:60;i:6;s:23:"Liegestuhl, sehr bequem";} | ||
| + | i:1;a:7:{i:0;s:1:"9";i:1;s:20:"IMG_4527-480x640.jpg";i:2;s:32:"ff974ae44a4f41ada71eaf4356d19aaa";i:3;s:3:"jpg";i:4;i:80;i:5;i:60;i:6;s:31:"Lia guckt blöd aus der Wäsche";} | ||
| + | i:2;a:7:{i:0;s:1:"2";i:1;s:17:"060129_124625.jpg";i:2;s:32:"8d89ce4314ca482ab4cf8a6eeb16560e";i:3;s:3:"jpg";i:4;i:80;i:5;i:60;i:6;s:30:"Herr Schmidt ordnet die Blumen";} | ||
| + | i:3;a:7:{i:0;s:2:"19";i:1;s:20:"cimg1435_800x600.jpg";i:2;s:32:"89a45c92e024ba54a43ab1ea554ad06a";i:3;s:3:"jpg";i:4;i:80;i:5;i:60;i:6;s:18:"Moderne Tankstelle";} | ||
| + | i:4;a:7:{i:0;s:2:"20";i:1;s:20:"dscn0702_800x600.jpg";i:2;s:32:"3fedf26f925cf675ea250c90476e43ca";i:3;s:3:"jpg";i:4;i:80;i:5;i:60;i:6;s:14:"Wiese mit Baum";} | ||
| + | i:5;a:7:{i:0;s:1:"3";i:1;s:16:"lia_bild1316.jpg";i:2;s:32:"ecdb09f7d4a109e9c72f40e99ceb5373";i:3;s:3:"jpg";i:4;i:80;i:5;i:60;i:6;s:9:"Lia klein";} | ||
| + | i:6;a:7:{i:0;s:1:"8";i:1;s:20:"img_4533_640x480.jpg";i:2;s:32:"1af27f44f306794f178bb4a1ec5d544b";i:3;s:3:"jpg";i:4;i:80;i:5;i:60;i:6;s:10:"Lia mittel";} | ||
| + | } | ||
| + | s:5:"width";i:80;s:6:"height";i:60;s:3:"pos";i:0;s:3:"col";i:10;s:4:"zoom";i:0;s:4:"crop";i:1;s:5:"space";i:3;s:8:"lightbox";i:0;s:9:"nocaption";i:0;s:12:"center_image";i:2; | ||
| + | } | ||
| + | </code> | ||
| + | |||
| + | \\ | ||
| <code php> | <code php> | ||
| $CP = @unserialize($GLOBALS['crow']["acontent_form"]); | $CP = @unserialize($GLOBALS['crow']["acontent_form"]); | ||