Keywords: No keywords
Authors: Scorpio Documentor
Categories: Any category
New Search
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
systemLocale is a class for detecting and storing locale information. It can be used in conjunction with the internationalisation and date components. More »
Posted in System on 21 May 2010 @ 22:27
Represents an additional meta tag in the HTML tag. There are two types of meta tag: http-equiv that are interpreted as if they should have been sent as a HTTP header, and "name" tags. Named tags usually contain the keywords, description and other cu... More »
Posted in MVC on 08 May 2010 @ 16:46
Calculates the average value of a row or column of data. Note that in an ideal world the column / row will only contain numerical data. Either way, Excel will allow strings - they should (in theory) be ignored. Either that or they get counted as 1 (i... More »
Posted in Report on 08 May 2010 @ 16:46
Sums either a column or row of data by inserting the Excel function =SUM(). This requires the data be contiguous and be numeric. Excel will ignore strings with this function, it is suggested to use the column value to set the column and or row to sum... More »
Posted in Report on 08 May 2010 @ 16:46
Parses the log files for errors and critical notices and compiles the data into a string for display or email. More »
Posted in System on 08 May 2010 @ 16:46
Parses a daemon status file into parameters allowing them to be displayed to users or used by other processes. Example usage: $oProcInfo = new cliProcessInformation('loggingd'); More »
Posted in Cli on 08 May 2010 @ 16:46
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
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