Tuesday, October 9, 2007
TinyButStrong (TBS) - PHP Template Engine of PHPmotion
PHPmotion uses a Template Engine for PHP called
TinyButStrong (TBS).
If you want to customize PHPmotion, you may have to edit the php code and the associated HTML template files.
This is what you see in the php files of PHPmotion code.
$TBS = new clsTinyButStrong;
$TBS->LoadTemplate("template_name");
$TBS->Render = TBS_OUTPUT;
$TBS->Show();
Inside the HTML template you will see TBS specific tags like
[blk1;block=begin][blk1.val][blk1;block=end]
More details
TinyButStrong (TBS).
If you want to customize PHPmotion, you may have to edit the php code and the associated HTML template files.
This is what you see in the php files of PHPmotion code.
$TBS = new clsTinyButStrong;
$TBS->LoadTemplate("template_name");
$TBS->Render = TBS_OUTPUT;
$TBS->Show();
Inside the HTML template you will see TBS specific tags like
[blk1;block=begin][blk1.val][blk1;block=end]
More details
Labels: Template Engine TinyButStrong TBS
Subscribe to Posts [Atom]