-
Genghis is a web interface for MongoDB databases and runs just from one single PHP file.Features of Genghis:- Manage databases- Manage collections- Manage documentsInstallation:- Put `genghis.php` somewhere web accessible. If you want pretty urls, add `.htaccess` as well.
-
Virtual interface generator can generate empty interface definitions. It takes the name of a given interface and creates an empty definintion for that interface. so other interfaces or scripts that require that other interface exists can still be loaded without invoking the interface code.It can also support interfaces defined under given namespaces.Requirements:- PHP 5.3 or Higher
-
This PHP script can be used to register classes implemented abstract services. It may act as registry to keep track of classes that implement certain services defined by abstract interfaces. Registry and Service Locator can locate which registered classes implement requested services and return instances of objects of the service classes.Requirements:- PHP 5.0 or Higher
-
Template Interface Engine joins back-end code (as business logic layer) and HTML code (known as presentation layer) which are written in separate files. Template Interface Engine implements a template engine that uses regular expressions to locate placeholder marks.Template Interface Engine supports template loops and uses event driven callback functions to set variables inside the loop sections. Outside loop sections, the ...
-
A simple interface definition is provided and can be used by other scripts to implement singletons design pattern. Singleton Interface also comes with an autoload to load scripts or interfaces with the Zend framework if available, or directly from script files otherwise. Requirements:- PHP 5.0 or higher
-
Resources Manager class can be used to provide a Web interface to manage files stored in a server directory.Resources Manager can perform several types of basic operations on the files like listing, sorting, uploading, renaming and deleting. The class can be used to provide an interface with texs in different idioms.The presentation of the interface can be customized by adapting ...
-
Window can be used to open and manage graphical user interface windows using PHP-Gtk. It can open alert windows that optionally may show a special icon image and a message label.The message text font, font size and style attributes are configurable. The window icon image may be set to a a given icon pixmap image file.
-
Bit Options implements the ArrayAccess interface so you can access boolean values as an array of bits. The entire array of bits can be evaluated and returned as a string with 1s and 0s.Requirements: PHP 5.0 or higher
-
Observerable is created to define an observer design patterns interface, the observer interface will be used to define a function for observer classes which is called when observed objects are updated. There's another class in this script to be responsible for keeping track of all observer object. It can add and remove observer objects and notify the observers when the ...
-
Enhanched UI is class library consolidates several classes for creating HTML based user interfaces with enhanced usability using Javascript code to provide additional client side based interactivity.With Enhanched UI you can:- Create two or more lists or menus (using the form select inputs) linked by a master/detail relationship- Move items between two or more lists/menus (using the form select inputs)- ...
-
Table - OO Interface implements an OO interface. Colspan, rowspan, table style, cell style, and data style may all be defined.
-
Example scripts with a Web interface for managing uploaded files, are included.
-
The setup is done through a configuration file containing user defined values.Key Features of Htdig site indexing and searching interface:- Setup a suitable configuration file from a few user defined parameters.- Index Web pages to build the search databases.- Search the indexed database to capture the matches into a PHP data structure ready to be used to display the results ...
-
PHP Print provides an abstract interface for printing documents. Currently it includes one implemented class that allows printing of basic text or preformatted (.prn) document files using the LPR protocol.The data to be sent to the printer can be either a filename or a string. The driver interface provides hooks in the code to allow development of printer filters (drivers). ...
-
Values that define the Flash movie, including its URL, are taken as parameters. The main class generates HTML tags to embed the specified Flash movie with its parameters in any Web page.Requirements:PHP 3.0 or higher


