Browse articles by date

Scorpio 0.3.0beta5 ready for download

Scorpio 0.3.0beta5 is now ready for download. This is a minor update over beta4. More »

Posted in News on 19 Dec 2009 @ 02:18


Scorpio 0.3.0beta4 ready for download

The next beta release of 0.3 is ready. This is a recommended updated fixing a bug in systemLog. More »

Posted in News on 14 Dec 2009 @ 23:14


Scorpio 0.3.0beta3 ready for testing

The next beta is ready for testing. This contains mostly bug fixes and minor tweaks. More »

Posted in News on 13 Dec 2009 @ 00:18


reportCollectionBase

A report collection allows several reports to be aggregated together into one report. Each sub-report is run individually and uses it's own caching system so if the individual reports are run the results are still cached. Using this report is slightl... More »

Posted in Report on 06 Dec 2009 @ 16:06


Scorpio 0.3.0beta2 available

The second beta of the 0.3 branch has been released for testing. This has a few minor fixes. More »

Posted in News on 05 Dec 2009 @ 20:34

Scorpio 0.3 Beta1 Ready for Testing

The first beta of the 0.3 branch of Scorpio is ready for testing. This is an unstable release and is not ready for production use. More »

Posted in News on 03 Dec 2009 @ 02:18


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

First Page Previous Page
Next Page Last Page