Package:
Summary:
Perform nodal analysis of linear circuit networks
Groups:
Author:
Description:
This class can be used to perform nodal analysis of linear circuit networks.
It takes as parameters the definition of nodes and connections between nodes of an electric circuit that maybe resistances, voltage and current sources.
The class performs the nodal analysis calculations solving equations to determine the voltage difference between nodes.
Package:
Summary:
Validate and filter request values
Groups:
Author:
Description:
This class can be used to validate and filter request values.
It can take given POST or GET request values and validate them according to the expected type of the value. The types may be scalar, arrays or objects in JSON format.
The class can also filter values with a maximum length and discard values that seem to be used for SQL injection attempts.
The class can assume a default value for missing or invalid request values.
Package:
Summary:
Parse IMDB movie information fetched by FTP
Groups:
Author:
Description:
This class can be used to parse IMDB movie information fetched by FTP.
It accesses a public FTP server to fetch files of movie data from the IMDB site.
The class parses the files and returns the parsed data.
The class requires a Unix/Linux like system or any other that has the wget and gzip commands available.
Package:
Summary:
Show pagination links for MySQL query results
Groups:
Author:
Description:
This class can be used to show pagination links for MySQL query results.
It can take a given MySQL query and count the total number of the results so it can determine the LIMIT clause parameters to query and show the current query results page range.
The class can also generate navigation links to browse the other pages of the query results.
Package:
Summary:
Implementation of DCI paradigm to separate logic
Groups:
Author:
Description:
This package is an implementation of the DCI paradigm to separate business and domain logic.
It provides an abstract class that needs to be extended by application business and domain logic classes.
The sub-classes need to register the properties and roles that that they implement and the base class takes care of accessing the role action methods.
Package:
Summary:
Parse HTML to validate it and extract parts
Groups:
Author:
Description:
This class can be used to parse HTML to validate it and extract parts.
It can parse an HTML string using regular expressions and validate it to check if it has malformation errors.
The class can also extract parts of the HTML document given identifier attribute values of the tags that should be extracted.
A weekend present, in haiku:
Last call; final bugs
Itch, scratch, contort; calmly wait
For now: RC3
That’s right. What will hopefully be the final release candidate, RC3, is now available for download and testing.
Plugin developers: test your plugins!
Package:
Summary:
Generate and validate forms
Groups:
Author:
Description:
This package can be used to generate and validate HTML forms.
The main class can add inputs of the basic types to the composition of the form and generates HTML to present the form.
It can also assign different types of validation rules to verified by a separate class for each input.
Each input may have its own label and error messages to present when the validation rules are not satisfied.