Clean URL Support forum cleanurl Transform URLs to make them search engine friendly Clean URL is a class that implements a method to make URLs more user and search engine friendly by removing '?' and '=' symbols from URI. This class is meant to be used in conjunction with URL rewriting Web server ...
error-access Support forum error-access Process request URLs for error pages This class can be used to process request URLs for error pages. It can take the error request URL and clean it from white space and punctuation. The class can return the words in the request URL so they can be used to perform ...
Clear MBox Class Support forum clearmbox Clean mailbox from spam and unauthorized messages This class can be used to cleanup a mailbox from spam and unauthorized messages. It can access to one or more mailboxes via POP3 or IMAP, scan the messages in the mailboxes and delete those that do not satisfy ...
Datalus Support forum datalus Build Web applications from XML definitions This package is a Web application development framework. BE AWARE: This code is almost 3 years old, and has been rewritten, from scratch for a smaller, cleaner 2.0 version with more features which I'm very excited to release ...
SEO link factory class Support forum seo Retrieve friendly URLs from a database This class can be used to store and retrieve friendly URLs from a MySQL database. It can query a MySQL database for links that match a given category or include a given subject after being cleaned to be used as friendly ...
CUtils Support forum cutils Manipulate text and other general purpose function This class can be used to manipulate text and other general purpose functions. It can perform several types of operations to manipulate text strings and other functionality. Currently it can: - Crop a text string up to ...
This class can be used to validate form values according to several rules. It can check field values of forms submitted using the POST method and perform several types of validation. Invalid values are associated to given error messages. Currently it can validate field values with rules: has alphanumeric ...
Comprehensive Data Validation Support forum data-validation Validate values of many types This class can perform validation of values of many types. It can take a given value and validate in several ways like it is an integer, a floating point value, e-mail, URL, IP address, boolean, date and/or ...