PHP Classes
elePHPant
Icontem

first data

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 414       Packages icon Packages (86)   Blogs icon Blogs (73)   Discussions icon Discussions (2)   Packages icon Forums icon Package forums (230)   Blogs icon Forums icon Blog forums (23)  

      1-10   11-20   21-30   31-40   41-50   Next >  
This class can be used to import data about the Web site templates available in the TemplateMonster.com site using its Web services API. The imported data is stored in a MySQL database so it can be queried locally It can import several types of data about the templates like: screenshots, categories ...
Textable Support forum textable Manage data in text files like database tables   This class can store, retrieve and change information stored text files like in database tables. The text files contain entries in each line. Each line entry may have many values. The first value represents a key that ...
FIFO Queue Support forum queue Implementation of FIFO (First In First Out) queue   This class provides an implementation of FIFO queue. You can push any type of objects to the queue and pop them by the order they were retrieved. The class comes in distinct versions for PHP 4 and for PHP 5 using an ...
This class can be used to extract table dumps from full MySQL database dumps. It can parse a MySQL full database and extract the SQL CREATE and INSERT statements just for given tables. The extracted SQL statements may be executed immediately or saved to a new database dump file. Sometimes database ...
sql4array Support forum sql4array Query PHP arrays using an SQL dialect   This class can be used to query PHP arrays using an SQL dialect. It can execute SQL SELECT queries on bi-dimensional array on which the first dimension is the row number and the second dimension the field names. The class supports ...
PHP2HEX Support forum php2hex Generate PHP application installation scripts   This package can be used to generate scripts to install PHP applications. It generate one script that can be extracted when it is executed in the installation target machine. It can include files and directories to copied ...
This package can paginate data listings from arrays, CSV files or MySQL databases. There is a base class that can generate links to browse listings split in pages to the next, previous, first, last and intermediate pages. Additional sub-classes are provided to take the data for the listings from arrays ...
Array Table Support forum class_arraytable Output a two dimensional array in an HTML table   This class can output the contents of a two dimensional array as an HTML table. It can display a table with headers defined by the contents of the columns of the first row with their own color and font style ...
Data Table Support forum datatable Show Microsoft SQL query results in an HTML table   This is simple class that can execute SQL queries to Microsoft SQL server database and display the results in an HTML table. The class generates an HTML table that show in the first row, with a special presentatuon ...
ps queue Support forum ps_queue Manage a queue of values   This class can be used to manage a FIFO queue (First In First Out) of values like one might manage the stack in the Postscript language. It can push and pop values from the queue, get the value at the top of the queue or at a given position ...

      1-10   11-20   21-30   31-40   41-50   Next >