73 projects tagged "English"
Multi-thread Simulation is a PHP class that can emulate the execution of program threads using separate HTTP requests to the same script. It establishes an HTTP connection to the same Web server to execute the same PHP script. It sends a request that passes the name a function to execute and an argument to be passed to that function. The requested script executes some code that detects the thread execution request and calls the specified function. When the thread request script ends, the return values of the called function are returned as a serialized string.
The adventure PHP framework (APF) is a utility to implement object oriented and generic PHP Web applications. It allows the developer to create programs in compliance with approved software design patterns, and the code base already has answers to many everyday problems. The framework cannot be described as an application that only has to be configured, but rather as a technical basis and design guide for the design of software. Further, it introduced many concepts and efficiency tools already well known in the Java community.
Max's Whois is a semi-professional domain whois script that allows you to check domain availability before registration. It supports the most important TLDs like .com, .net, .org, .biz, .info, .name, etc. (a list of almost 100 TLDs is included). Installation and setup is very simple. You only need to upload the files to your Web server and set the relevant TLDs. The script is written in PHP using object oriented design. The frontend uses CSS, so changing the style is very simple.
ImdbPHP provides an API to the movie information stored at the IMDb.COM and MoviePilot sites. As this and the name suggests, it is primarily targeted at PHP programmers who want to extend their programs or their site with this movie information. The classes must be used in accordance with IMDb's/MoviePilot's copyright and conditions of use.
Jelix is a PHP5 framework which helps you to develop any kind of Web application. It is designed to provide high performance on heavily-loaded Web sites. It is fully object oriented, highly modular, and extensible. It is made with well-known design pattern such as MVC and DAO. It natively supports many output formats, including XHTML, XUL, RSS, ATOM, RDF, ZIP, XML, and PDF. Jelix eases Web service development. It includes a powerful form system to create all kinds of forms, including CRUD forms.
ComboValidation is a class meant to validate HTML forms via PHP and JavaScript in the simplest possible way. All you need to do is to create an array of form fields' information with the required parameters and then call a few methods. It is customizable (validation and view), cross-browser (IE6+, Firefox2+, Opera7+, Safari3+, and all Mozilla based browsers), very well tested, easily integrated, lightweight, extensible, PHP 4 and 5 compatible, multi-lingual, and XHML valid, and has AJAX support.