Package:
Fibonacci
Summary:
Generate Fibonacci sequence numbers
Groups:
Math, PHP 5
Author:
Artur Barseghyan
Description:
This class can be used to generate Fibonacci sequence numbers.
It provides an iterator interface to generate the following Fibonnaci number when retrieving the next iterator element.
Package:
Simple record set
Summary:
Get and show record sets with different databases
Groups:
Databases, HTML
Author:
Ronald Leon
Description:
This class can be used to get and show record sets with different databases.
It provides a common interface to access different types of databases and execute SQL queries, retrieve query results and display the results in paginated listings.
Currently it supports MySQL, Microsoft SQL server and PostgreSQL.