Content Part PHP Variablen
Content Part PHP Variablen
What means content part 'php variables'? I havn't found a response in the forum.
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement
Ok, my bad
isn't listed ~yet~ in docu site
anyway, it's for passing php variables into phpwcms I guess
$var = whatever;
it's still a dev, so if it isn't functional it's because OG hasn't finished it yet.
Cheers
isn't listed ~yet~ in docu site
anyway, it's for passing php variables into phpwcms I guess
$var = whatever;
it's still a dev, so if it isn't functional it's because OG hasn't finished it yet.
Cheers
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement
i had the same question in 12 / 2005 http://www.phpwcms.de/forum/viewtopic.p ... ght=#55265
LOL !!! i love this > it's still under dev ... LOL !!! ok ok ok i shut up
LOL !!! i love this > it's still under dev ... LOL !!! ok ok ok i shut up
Last edited by squidi on Wed 15. Mar 2006, 17:25, edited 2 times in total.
squidi - open your eyes before you dance
I dunno... to be really honest, but I think I'm right
Cheers
Cheers
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement
You feeling guilty ?squidi wrote:i had the same question in 12 / 2005 http://www.phpwcms.de/forum/viewtopic.p ... ght=#55265
LOL !!! i love the this > it's still under dev ... LOL !!! ok ok ok i shut up
Now, let's take a look at cnt52.article.inc.php
It is:
Code: Select all
//PHP variables
if($crow["acontent_text"]) {
$CUSTOM = !isset($CUSTOM) ? parse_ini_str($crow["acontent_text"]) : $CUSTOM + parse_ini_str($crow["acontent_text"]);
//$CNT_TMP .= html_specialchars(serialize($CUSTOM));
}
Voilà, I think I opened my eyes before... dancing
Cheers
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement