public function action_index()
{
return Response::forge(View::forge('welcome/debug.tpl'));
}
public function action_index()
{
return Response::forge(View::forge('welcome/debug.smarty'));
}
, I start with programing in this framework but there are alot of templating systems choice.
..It looks like you're new here. If you want to get involved, click one of these buttons!