Scorpio has several controllers bundled. These can be accessed by setting them up in your controllerMap.xml file. More »
Posted in MVC on 22 May 2010 @ 03:23
Because of Scorpios versatile view system, adding in AJAX support is very easy. To be more flexible there are several methods you can use. More »
Posted in MVC on 22 May 2010 @ 00:10
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
Handles generating captcha images for the Scorpio framework. The controller calls into the mvcCaptchModel for actual generation of the captcha. This component is dependent on mvcSessionBase and gd. GD requires that TTF font support be available. Usag... More »
Posted in MVC on 22 Nov 2009 @ 00:39
mvcImageController allows images to be programmatically generated, fetched or manipulated. Each type of image requires a model component named 'typeModel.class.php'. Everything before 'Model.class.php' will be treated as the action and will be used f... More »
Posted in MVC on 22 Nov 2009 @ 00:39
Handles requests for static pages. This controller inherits the default security policy of the current site. If you wish to allow open access, you will have to extend the class and override the requiresAuthentication property. Static pages can have a... More »
Posted in MVC on 22 Nov 2009 @ 00:39
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
mvcViewHelperFactory handles requests for view helpers, locates and loads the helper objects and general provides house keeping for the instantiated objects. More »
Posted in MVC on 19 Nov 2009 @ 20:31
Interface definition for the mvcViewHelper system. More »
Posted in MVC on 19 Nov 2009 @ 20:31