Search Results (Page 2/7)

Keywords: No keywords
Authors: Any author
Categories: MVC
New Search

First Page Previous Page
Next Page Last Page

mvcImageController

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


mvcStaticController

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


mvcViewEngineSavant3

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


mvcViewEngineSmarty

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

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

mvcViewHelperInterface

Interface definition for the mvcViewHelper system. More »

Posted in MVC on 19 Nov 2009 @ 20:31


mvcViewHelper

mvcViewHelper is an abstract class to be used for creating helper objects in the view system. Implementation is similar to Zend_View_Helper in that you extend this class to your helper, and then create a method named after what you want the helper to... More »

Posted in MVC on 19 Nov 2009 @ 20:31


mvcFileUpload

Provides an interface to the PHP _FILES array to help manipulate file uploads in a consistent manner. Can handle arrays of files as well as single items. File arrays must be uploaded as FieldName[]. As the files are processed, they are converted into... More »

Posted in MVC on 19 Nov 2009 @ 20:31


mvcModelBase

mvcModelBase class that all models can inherit from. Provides the most basic methods a model will need. More »

Posted in MVC on 19 Nov 2009 @ 20:31


mvcRequest

Handles the inbound request passing data from the distributor to the controller. mvcRequest is a static class that wraps baseSet and is populated by the mvcDistributorBase class. mvcRequest is then used within mvcControllers and Views to fetch additi... More »

Posted in MVC on 19 Nov 2009 @ 20:31


First Page Previous Page
Next Page Last Page