drifitz drifitz wrote on 03/21/11 2:16 pm:Fuel already contains a template class in the core. http://fuelphp.com/docs/general/controllers/template.html Were you looking for some specific functionality?
Hopefully any news here?Harro Verton wrote on Saturday 26th of March 2011:No. All focus is on a stable RC at the moment.
And it's unlikely (but haven't discussed it) that it will be part of the core. It will probably be a package.
You guys are great... thank you so much. Thank youHarro Verton wrote on 03/21/11 11:17 pm:No, it doesn't. I'm working on a theme engine at the moment, but first some issues regarding the autoloading of files need to be fixed. Currently you can't set a searchpath for a single load request, paths are global. Which makes it impossible to switch themes. And I prefer to have themes behave more like modules. Which means you do not only include the view (templates, chrome, etc) but also code (controllers, viewmodels, etc) which allows for more dynamic themes, theme installers, widgets with theme options, etc...
Harro Verton wrote on 2011-03-21:No, it doesn't. I'm working on a theme engine at the moment, but first some issues regarding the autoloading of files need to be fixed. Currently you can't set a searchpath for a single load request, paths are global. Which makes it impossible to switch themes. And I prefer to have themes behave more like modules. Which means you do not only include the view (templates, chrome, etc) but also code (controllers, viewmodels, etc) which allows for more dynamic themes, theme installers, widgets with theme options, etc...
$this->response->body = View::factory(static::$theme.'/foo.php');
It looks like you're new here. If you want to get involved, click one of these buttons!