Posts by Marcelo • 1,768 points
151 posts
-
4
votes1
answer591
viewsQ: Can we use {variable} in Codeigniter Views?
I know we can use Views.html file in Codeigniter, now I wonder if we can use tags {variavel} directly as in Smarty. Example: <body> <h1>{msg}</h1> </body> Are there any…