We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Category:Libraries
This is a template library that wraps around [url=http://www.tinybutstrong.com]TinyButStrong[/url].
[h3]FILES[/h3]
[b]application/init/init_tbswrapper.php[/b] [code] [/code]
[b]application/libraries/tbswrapper.php[/b] [code] [/code]
[h3]EXAMPLES[/h3]
Like any CI library, you can either autoload it:
[b]configs/autoload.php[/b]
[code]$autoload['core'] = array('tbswrapper');[/code]
Or, load it manually inside any controller method:
[code]$this->load->library('tbswrapper');[/code]
[h4]Example of usage from controller method:[/h4]
[code] [/code]
[h4]...[/h4]