Scorpio has a rich view system the MVC component. This allows different template engines to be used (on a per site basis) depending on the requirements and complexity of the project. Typically views are used to render a representation of the model state based on the request and are read only. More »
Posted in MVC on 21 May 2010 @ 23:52
Interface to Savant3 for the MVC view system, requires Savant3 be setup and the appropriate autoload cache file created. To enable it, set the config option templateEngine to savant3 in the site section of the websites config.xml file. More »
Posted in MVC on 19 Nov 2009 @ 20:31
Interface to smarty for the MVC view system. This is the default view engine and does not require any specific configuration. More »
Posted in MVC on 19 Nov 2009 @ 20:31
Abstract engine interface for view layer, provides a means to make view method calls standardised regardless of rendering engine. If a method is not implemented in the template engine, then it should still be implemented but just return the engine in... More »
Posted in MVC on 19 Nov 2009 @ 20:31
Interface to a simple PHP "template" engine, for people who do not like template engines. To enable it, set the config option templateEngine to php in the site section of the websites config.xml file. More »
Posted in MVC on 19 Nov 2009 @ 20:31
Interface to PHPTAL for the MVC view system, requires PHPTAL be setup and the appropriate autoload cache file created. To enable it, set the config option templateEngine to phptal in the site section of the websites config.xml file. More »
Posted in MVC on 19 Nov 2009 @ 20:31