Docs - BBCode Construct
07/31/2010: SUIT 2.0.1 and Rulebox 1.1.0 released.
Available Since: Rulebox (1.0.0)
Initialize a BBCode object to use Rulebox for PHP.
The BBCode object.
<?php
$suit = new SUIT();
$templating = new Templating($suit);
$bbcode = new BBCode($suit, $templating);
// Result: The BBCode object.
?>





