Livar
Now 35% cooler!
- Oct 15, 2010
- 846
- 86
Hello, there. I've been wondering how do Params work, and where can I place them in my PHP Code? Well, I've seen the good CMS's out there use them, for Example RevCMS & UberCMS. They filter the Params, so you can use them like {} or %%. So I was wondering, how and what do I have to do to use them?
Would this work?
Code:
public $this;
$this->SetParam('Hotel_Name', 'Habiz');
Would this work?