| Class: | News Script |  |
| Description: | Manage and publish news stored in a MySQL database |
| Author: | andrew |
| Age: | ??? |
| Country: | United Kingdom |
| Comment: | Many sites have a news section or a blog on which are published the latest news about the site. This class provides a simple but effective solution to publish simple news articles that can be used in any PHP site. |
|
| Class: | Friendly class |  |
| Description: | Provide friend access to protected functions |
| Author: | Rubens Takiguti Ribeiro |
| Age: | 24 |
| Country: | Brazil |
| Comment: | Certain packages consist of multiple classes that are used in cooperation. Such classes usually need to access each other protected variables or functions. In other languages there are friend classes like in C++ or package classes like in Java that allow restricting the access to variables of functions to cooperating classes. Even with the enhancements of version 5 object model, there is no PHP support to this concept similar to C++ friend or Java package classes. This class provides an emulation of such concept that works under PHP 5. |
|
| Class: | Subtitle timestamp adjust |  |
| Description: | Adjust subtitle times for split movie files |
| Author: | Luis Martinez Ulloa |
| Age: | 36 |
| Country: | Peru |
| Comment: | Some applications that manipulate video files can split large movies in multiple parts. In that case it may be necessary to readjust the time stamp of sub-titles. This class provides an useful utility for regenerating sub-title files for movies split in multiple parts. |
|
| Class: | Knockout tournament scheduler |  |
| Description: | Manage knockout tournament games |
| Author: | Nicholas Mossor Rathmann |
| Age: | 19 |
| Country: | Denmark |
| Comment: | When you need to organize knockout tournament games you need to decide which players will play in each round. This class provides a neat solution that not only determines the round games, but also can render a chart showing all the round games in a way that is easy to understand who plays with whom. |
|
| Class: | PHP color |  |
| Description: | Format PHP code as colored HTML |
| Author: | hazem ali |
| Age: | 24 |
| Country: | Egypt |
| Comment: | PHP provides built-in support to display PHP code with highlighted syntax. However, if you want to highlight code for PHP 5 or later using PHP 4, it may not work, as the highlighting functions may fail because PHP 5 syntax is invalid under PHP 4. This class provides an alternative solution based on replacing code with syntax highlighting tags using PHP version independent regular expressions. |
|
| Class: | phpQuery |  |
| Description: | Manipulate HTML and XML documents like jQuery |
| Author: | gosciu |
| Age: | ??? |
| Country: | Poland |
| Comment: | jQuery is a popular Javascript library that can be used to manipulate XML or HTML documents. This class provides a similar implementation of jQuery API in PHP. |
|
| Class: | Gerenciamento do windows por COM |  |
| Description: | Manage users and folders on a Windows system |
| Author: | Diego B. Pimentel |
| Age: | 23 |
| Country: | Brazil |
| Comment: | PHP is often used in hosting or similar applications on which it is necessary to create and manage users of the operating system. This class provides a PHP based solution to manage manage users and folders on a Windows system. |
|
| Class: | GtkMozEmbed Screenshot |  |
| Description: | Take page screenshots on Linux with Mozilla widget |
| Author: | Daniel Anechitoaie |
| Age: | 22 |
| Country: | Romania |
| Comment: | Some sites need to generate screenshots of Web site pages to show how certain pages look site. There have been solutions that use Internet Explorer to load and capture Web site page screenshots using PHP. However, such solutions only run on Windows. This class provides an alternative solution to take screenshots of pages that can run on Linux and platforms that support PHP-GTK 2 and the GtkMozEmbed widget. This way it can generate screenshots of what a page looks like on Firefox or other browsers based on the Gecko engine. |
|
| Class: | Alexa Web Information Service Class |  |
| Description: | Retrieve site traffic information from Alexa |
| Author: | Kunjesh janakkumar Sukhadia |
| Age: | ??? |
| Country: | India |
| Comment: | Alexa is a site that collects site traffic statistics using its toolbar. The site also provides a ranking and charts that show how the traffic of the sites evolve over time. This class provides a solution to retrieve traffic statistics of many sites from the Alexa site using PHP. |
|
| Class: | AIRProjectXML |  |
| Description: | Read and write Adobe AIR 1.1 application XML files |
| Author: | Vagharshak Tozalakyan |
| Age: | 28 |
| Country: | Armenia |
| Comment: | Adobe AIR is a platform that can be used to develop stand-alone applications that can access Web resources but run on desktop environments without the need of a browser. Adobe AIR applications can run on multiple operating systems using the same source code to generate all the versions for each operating system. This PHP class can be used to generate files to implement application for on the Adobe AIR platform. |
|
| Class: | PAX |  |
| Description: | Interpret XML command scripts with PHP classes |
| Author: | Marius Zadara |
| Age: | 26 |
| Country: | Romania |
| Comment: | Sometimes you need create a scripting language to control a complex application. Creating a language from scratch is hard because you need to develop an engine that is able to parse and process the language commands. XML is a format that is easy to parse, and so it can be used as an alternative to create new file formats or languages that are easy to parse. This class implements a scripting engine using XML based source code. The scripting engine can be extended with new commands that are processed by new custom PHP classes. |
|
|
No comments:
Post a Comment