16 projects tagged "oop"
ApPHP Hotel Site is a PHP script for creating a hotel management and reservation Web site. This script can be used to manage small to medium-sized hotels, holiday flats, or guest houses. Visitors to a hotel's site will be able to search rooms for their availability with an online booking reservation system. They also can view room inventory, check availability, and book reservations in real time.
CSS Stacker and Compressor is a PHP class that can be used to compact several CSS files into a single file. It can take several CSS files and generate a single file by concatenating all files after having stripped any white-space. The class can serve the resulting CSS file as the current script output. The CSS may be compressed with GZIP. If the original files were not modified, the class may return HTTP status 304 to make the browser use a cached version and prevent serving a file that was not changed.
Go! is a PHP 5.4 library that allows developers to add support for aspect-oriented programming (AOP) to their PHP applications. It doesn't require PECL extensions, Runkit, evals, or DI containers. The code with weaved aspects is fully readable and native, and can be easily debugged with XDebug. You can debug either classes or aspects. It can potentially be installed in every PHP application because you don't have to change the application source code at all. As an example, with the help of 10-20 lines of code it is possible to intercept all of the public, protected, and static methods in all classes of an application, and display the name and the arguments of each method during its execution.
The KFramework is a Java/Swing framework for distributed/Web applications implementing the SOFEA/SOUI architecture and domain driven design. Under this approach the application leverages the power of personal computing for a true MVC platform, while reducing infrastructure costs and risks.
PCMS is a content management system (CMS) for PHP programmers to build Web sites. It uses no HTML, XML, or special markup scripts. Templates are built in PHP as a block structure mirroring what you see on the page, using a library of PHP classes corresponding to HTML tags. The package includes an easy-to-use content editor (fckeditor) for use by customers to manage their own Web sites online. Full documentation is provided and a limited number of free subdomains are available in which you can evaluate the product without having to install it on your own server.
PHP CLI Framework is a simple class which you can extend to quickly create a commandline (CLI) application using PHP. Only a single file is needed, and everything extends that file. It supports interactive input and an object oriented way of writing which keeps things nice and clean. Features include arguments, flags, options, colors, interactive input, object oriented PHP5, a micro framework, and minimal coding required. There's only a single class to extend.
PHP Menu Builder is a class that can be used to display nested menus of HTML links. It takes an array of menu items eventually with nested arrays that define sub-menus. The class generates HTML lists with links for each menu item. CSS classes can be used to configure the presentation styles of the menus, regular items, and the current page item.
PWF (PHP Web Framework) is an extremely lightweight but powerful PHP Web framework that uses the MVC pattern and object oriented programming. It makes it easier to write applications with clean code and clear architecture, and has a small learning curve. It doesn’t need installation and works in most environments. The controller used for each request is selected through simple but effective rules, and the method by the type of the request. It provides database abstraction with data-object mapping.