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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -