Package:
Summary:
Authenticate users with Facebook accounts and Zend
Groups:
Author:
Description:
This package can be used to authenticate users with Facebook accounts.
It uses Facebook API to redirect the user to a Facebook page on which he may authenticate the Facebook user and allow an application to access the Facebook user account details.
The package provides Zend Framework view and controller classes to interact with Facebook Connect Web services API.
Package:
Summary:
Retrieve and display albums of Facebook fan pages
Groups:
Author:
Description:
This class can be used to retrieve and display photo albums of Facebook fan pages.
It can send a HTTP request to the Facebook graph Web services API server to
retrieve photo albums information for a given Facebook page on behalf of a given Facebook application.
The class can generate HTML to display the retrieved photo albuns in another Web page.
Package:
Summary:
Parse records of data from CSV files
Groups:
Author:
Description:
This class can be used to parse records of data from CSV files.
It can open a given CSV file and parse its records to extract the values into arrays.
The class supports configurable record line end and value delimiters and quoted values.
Package:
Summary:
Generate and compare backups of MySQL databases
Groups:
Author:
Description:
This package can be used to generate and compare backups of MySQL databases.
There is one class that can generate a backup of a MySQL database by dumping SQL statements that can be used to recreate the tables and records of a MySQL database.
Another class can parse and compare two MySQL backups generated by the other class and generate another dump of SQL statements that can be used to recreate one backup from the tables and data in the other backup.
Package:
Summary:
Query MySQL databases programmatically
Groups:
Author:
Description:
This class can be used to query MySQL databases programmatically.
It can access a MySQL database and compose SQL queries by calling functions that take parameters that define different aspects of the queries.
Those functions take parameters that define the tables, fields, field values, condition clauses, result set order clauses, etc..
There are specific classes that can traverse table fields and result set rows.
Package:
Summary:
Retrieve application texts from MySQL database
Groups:
Author:
Description:
This class can be used to retrieve localization texts from MySQL database.
It extends the base model class of the Lightweight MVC framework to retrieve text translations for any supported idiom.
If the specified text is not available for the given idiom is not available, it defaults to English.
The application idiom can be stored in cookies.
Package:
Summary:
Perform operations with matrices
Groups:
Author:
Description:
This class can be used to perform algebra operations with matrices.
It takes the definition of the coefficient values of a matrix and can perform several types of algebra operations.
Currently it can calculate the sum, substraction, multiplication, determinant, adjoint, inverse, Gauss-Jordan reduction algorithm, etc..
Package:
Summary:
Extract the keywords used in search sites
Groups:
Author:
Description:
This class can be used to extract the keywords used in search sites that lead the user to the current site.
It analyzes the referrer URL request header to determine if the user visited a known search site.
The class can extract the keywords that the user entered in the search site.
Package:
Summary:
Generate HTML documents programmatically
Groups:
Author:
Description:
This class can be used to generate HTML documents programmatically.
It can compose an HTML document by calling functions to set different page element values like the page title, document type, character set, meta tags, and JavaScript code.
The class assembles all the supplied parameter tags and outputs the generated document header or footer.