Ask TinyButStrong, how to call a variable |
[eluser]Unknown[/eluser]
hello, Hi, i’m trying to implement the template engine TBS into CI reading this wiki article : http://codeigniter.com/wiki/TinyButStron...te_Engine/ i want to ask how to call a variable like in the tbs manual. while i'm try view : Code: $list = array('X','Y','Z') ; in a template.html : Code: <table> it's work,but while i'm try Code: $message = "hello"; in template.html Code: <html> Quote:TinyButStrong Error in field [var.message...] : the PHP global variable named 'message' does not exist or is not set yet. This message can be cancelled using parameter 'noerr'. anybody can help me..? note: sorry if my english is bad |
Messages In This Thread |
Ask TinyButStrong, how to call a variable - by El Forum - 10-10-2008, 12:36 AM
Ask TinyButStrong, how to call a variable - by El Forum - 12-30-2010, 10:33 PM
Ask TinyButStrong, how to call a variable - by El Forum - 12-31-2010, 06:25 AM
|