Browse articles by date

mvcCaptchaController

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

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


utilityStopWatch

A class for recording the time an event took place during a script execution. Useful for profiling or benchmarking long running scripts or to simply time the execution time between two points. Supports "split" times, where a split can be marked with... More »

Posted in Utility on 19 Nov 2009 @ 20:39


utilityTextFilter

to filter HTML text strings to remove dangerous tags. This class was created by Daniel Morris , with contributions from: Gianpaolo Racca, Ghislain Picard, Marco Wandschneider, Chris Tobin and Andrew Eddie. Changes made for Scorpio: Updated and correc... More »

Posted in Utility on 19 Nov 2009 @ 20:39

utilityValidator

Aggregates various validators and allows an array of data to be validated in one go. This is ideal for handling form data or data that is in an associative array of key => value pairs. The data to be validated needs to have a string key that identifi... More »

Posted in Utility on 19 Nov 2009 @ 20:39


utilityValidateAbstract

Abstract supertype for validators. Implements the validate interface and provides additional methods and options for templated error messages and translation support. This class should be extended into the specific validate class. More »

Posted in Utility on 19 Nov 2009 @ 20:39


utilityValidateArray

Validates that a variable is an array. More »

Posted in Utility on 19 Nov 2009 @ 20:39


utilityValidateBoolean

Validates that a variable is a boolean, optionally can be set to validate only strict boolean values (false|true). Default is to compare against a list of representations of boolean values. More »

Posted in Utility on 19 Nov 2009 @ 20:39


utilityValidateDate

Validates that a variable matches a date pattern and that it is a valid date. The pattern is a regular expression. This validator only handles the date component of a date/time. See also the utilityValidateTime and utilityValidateDateTime validators.... More »

Posted in Utility on 19 Nov 2009 @ 20:39

First Page Previous Page
Next Page Last Page