Package:
Summary:
Synchronize local files with a remote FTP host
Groups:
Author:
Description:
This class can be used to synchronize local files with a remote FTP host.
It connects to a given FTP server and compares the list of files of a remote directory with the files of a given local directory.
The class transfers the files to the remote host that are outdated and downloads the files from the remote host that were updated more recently.
The directories are traversed recursively but the class may exclude given files or directories.
Package:
Summary:
Framework Like CodeIgniter !!
Groups:
Author:
Description:
This package is an easy-to-use framework implementing the MVC (Model View Controller) design pattern. It helps you create maintainable, flexible and scalable applications. It is pretty similar to frameworks like codeIgniter, cakephp or symfony but does not contain all the features of those frameworks at the moment, however, it is built on ease of use bases. It provides:
- A base registry class for storing application variables
- A router class to dispatch requests to controller classes
- A MySQL database wrapper class
- A base model class to manage stored information
- A template processing class to manage the output of view scripts
- Helper classes for CAPTCHA validation, display pagination and bread crumbs links
Package:
Summary:
Inject dependency objects from XML definitions
Groups:
Author:
Description:
This package can be used to inject dependency objects from XML definitions.
It can create a bean object from external definitions read from an XML file.
The object may have properties as defined in the XML file.
If you're thinking of converting videos or movies between different formats, such as a DVD, a Flash (FLV) file or some other type of video file, or even
to convert it to a form suitable for playing on your iPod, iPhone or a mobile phone, check this newest page of
free video converters. There are converters for Windows,
Mac OS X and Linux currently listed. Did I mention that they were free?
Package:
Summary:
Parse and filter insecure HTML tags and CSS styles
Groups:
Author:
Description:
This package can be used to parse and filter insecure HTML tags and CSS styles.
It comes with a general purpose markup parser class that can parse any type of markup documents like HTML, XML and DTD files.
There are several other classes that can be chained together to retrieve the document token elements returned by the main markup parser class and filter the document elements in an useful way.
The markup validator filter class validates a document against a DTD, eventually removing invalid tags and attributes.
The safe HTML filter class uses several white lists to process HTML tags and data returned by the markup validator class and discards potentially harmful HTML tags and CSS that could be used to perform cross-site scripting (XSS) or cross-site request forgery (CSRF) security attacks.
The filtered HTML tokens can be reassembled to return a well-formed and secure HTML document.
The HTML links filter class can extract the links contained in an HTML document.
The DTD parser and CSS parser are utility classes used by the other classes.
Package:
Summary:
Spell a money amount using Spanish words
Groups:
Author:
Description:
This class can be used to spell a money amount using Spanish words.
It can take a number of a given money amount of up to one thousand millions and returns words that spell that amount in Spanish.
The class supports spelling amounts in Pesetas, Pesos and Dollars.
In Spanish:
Esta clase de uso sencillo permite convertir montos numericos a montos en letra.
Package:
Summary:
Generate a pseudo random string
Groups:
Author:
Description:
This class can be used to generate a pseudo random string.
It generates a sequence of pseudo-random character using a matrix pre-defined randomized set of characters.
The resulting random string can be used as new matrix of randomized characters.
Package:
Summary:
Get an hash for a string from an array of values
Groups:
Author:
Description:
This class can be used to get an hash for a string from an array of values.
It takes as parameter an array of hash values.
The class takes a string as argument and returns the same entry from the hash array values for each string argument.