php - Create template in CodeIgniter -
in kohana while creating template in website controller define template path
public $template = 'user/template';
in code igniter,how can define template.
i need suggestions.
you need use parser class (built in codeigniter)
http://ellislab.com/codeigniter%20/user-guide/libraries/parser.html
following guide on link above should sort out :p
Comments
Post a Comment