Livar
Now 35% cooler!
- Oct 15, 2010
- 846
- 86
Hey guys, Livar here again. Got a question, been doing a CMS using RainTPL, just one thing is on my mind, rather than setting parameters manually for e.g:
doing someret like
hopefully someone will understand
PHP:
$this->assign('var1', 'lol');
doing someret like
PHP:
foreach($Application->configurationInformation as $configInfo)
{
$this->assign($configInfo, $Application->configurationInformation);
}
hopefully someone will understand