| TOTAL: 72 Page: 1 of 4 |
|
extension to form.inc - Jelte We
This extension to form.inc will allow you to create my custon multiple selectboxes. As opposed to the standard multipleselect lists, this'll use a normal selectbox, but when an item is selected, it appears next to the selectbox. If another item is selected, it will appear under the first item selected. If one of the already selected items is reselected, it will disappear.


| Hits: | 200 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
MyPagina pagination class - Olaf Led
This class can be used to execute MySQL SELECT queries and split the results in multiple pages with links to navigate between them. The class can generate navigation links given a MySQL query, the number of results to show per page and the number of the results page currently being displayed. The class does not list the actual query results.


| Hits: | 144 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
3SS Data Description Form - Brant Me
Retrieves attributes/data from a given MySQL table. Returns an object and/or array. You may inject data into this class by sending an associate array of data. Will also javascript validate data per table column type.


| Hits: | 142 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
3SS Data Description Form - Brant Me
Retrieves attributes/data from a given MySQL table. Returns an object and/or array. You may inject data into this class by sending an associate array of data. Will also javascript validate data per table column type.


| Hits: | 128 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
A123z Navigation Menu - Shadi To
This class can be used to generate paginated navigation with HTML links to go to different pages that split listings of many entries. It can generate navigation links to go to the next, previous, next, last and any other listing page. It takes as parameters the total number of entries to split and the limit number of entries to display per page. The number of the current page is taken of a GET request parameter named page.


| Hits: | 151 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
Accessible nested DHTML menus - Mick Sea
This class can be used to generate HTML hierarchic menus that can be dynamically expanded and collapsed upon user interaction. It uses nested unordered HTML lists in combination of Javascript generated by the class to build the menu elements. If Javascript is disabled, the menu will display in expanded form. The lists are displayed using CSS styles to customize the menu presentation. Another class is supplied to traverse the file system and builds a menu to navigate on the server file s


| Hits: | 151 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
Active Calendar - Giorgos
Active Calendar is a class that generates calendars for a given month or year as a HTML tables (XHTML-Valid). This class is based on the PHP native date functions (default) and supports optionally the ADOdb Date Library. Supported dates (on systems using a 32-bit signed integer Unix time_t): - Using PHP native date functions: 1902 - 2037 (UNIX) and 1971 - 2037 (Windows) - Using ADOdb Date Library: 100 - 3000 and later on both UNIX and Windows The generated calendars can: - Be gener


| Hits: | 141 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
Active URL - derek ke
This class is meant for manipulating URLs and anchor tags in HTML code and text strings. The class can: - Process text strings to detect HTTP, HTTPS and FTP URLs and convert them into HTML links. - Remove any links from HTML code - Validate text strings to determine whether they contain valid URLs - Append additional parameters to URLs of links in HTML code - Convert image HTML tags into links to image URLs It is mainly used for parsing strings to activate URLS, or to tag external l


| Hits: | 213 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
AD Rotator using PHPAdsNew - Gobinat
This class wraps around PHPAdsNew advertisement management program to serve multiple rotationg ads in the same page without duplication. The PHPAdsNew software package must be available in the same Web server on which this class is used.


| Hits: | 182 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
AdvancedForm - Bulent T
Generate forms inside a table using classes and methods. It supports CSS, so changing the style is a snap. You wont clutter your scripts with boring HTML code. Just pure PHP. Easy to use, but powerful.


| Hits: | 167 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
AEDEDL - Sjon
AEDEDL, Short for 'Add, Edit, Delete, Enable, Disable, Listing'. Since I've been redoing this kind of stuff way too much, I decided to create a class wich could handle this automatically, without having to rewrite code, or copy and paste it each time I wanted this functionallity. Usually when I store info into a mysql-table, I use an id (auto_increment), and an active column, wich are what this class uses. If you don't have an active (enabled or disabled is probably more clear) column, you can


| Hits: | 150 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
Agenda - Alf-Red
This package manages an agenda that is used to keep track borrowed items to other people. A database table stores the information about the items that were borrowed, when they were borrowed and by whom. This class can present a time table with all the borrowed items and the users that borrowed them in a given month.


| Hits: | 114 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
ai_DB_table - Andrea I
This class provides functionalities for dealing with MySQL DB tables hiding some complexities related with the use of SQL commands. It is based upon the PHPLIB MySQL class. It abstracts record sets so you can easily select, insert, delete and modify rows into the table on a per row basis. Data conversion support and some basic formatting are provided. Since the class is Web-oriented, it also provide methods for HTML output generation.


| Hits: | 96 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
AJAX Edit In Place - Er. Roch
This class can be used to edit and save a paragraph of text in an HTML page. It associates the necessary Javascript event handling code to turn a given paragraph in an HTML page into editable text when the user clicks on it. When the user finishes editing the generated Javascript submit the paragraph text to the Web server using AJAX request so it can be saved.


| Hits: | 95 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
AJAX Grid - Er. Roch
This class can be used to edit and save data of table columns. It uses AJAX to save the changed table cells without refreshing the current page. The changed cells are saved by backend scripts that store the updated data in server side text files.


| Hits: | 79 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
Ajax Table Edit - Andrew S
This class can be used to edit data in the cells of an HTML table using AJAX to save the changed cell values without reloading the current page. It takes an bi-dimensional array as parameter to define the contents of the cells of the table to be edited. Then it generates the table HTML with the necessary JavaScript code to edit the cell contents. The user may edit the cells by clicking on them. The cell is turned into a text input so the user can alter the cell contents with the keyboard.


| Hits: | 84 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
AMenuTree - Eugene P
Try to simplify and improve Sword Su's menutree class


| Hits: | 106 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
arbplate - Paul Arb
An Easy and Powerful Template system. Totally separate your PHP code from your HTML. Unique system that allows infinate nesting and looping of tagsets.


| Hits: | 102 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
Array Table - Frits Be
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. The remaining rows are displayed with configurable colors that alternate depending whether the number of the row is odd or even. The rows can be sorted according to the values of a given row. The header lines have links to let the user specifify by which column the table must be so


| Hits: | 76 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |
array2combo - Stefano
The aim of this class is to easily create a combobox/listbox taking data from an array of one dimension. Values will be automatically escaped to match html specifications, according to php internal functions htmlentities and htmlspecialchars.


| Hits: | 99 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-06-09 |