796 projects tagged "php classes"
TCPDF is a PHP class for generating PDF documents without requiring external extensions. TCPDF supports all ISO page formats and custom page formats, custom margins and units of measure, UTF-8 Unicode, RTL languages, HTML, barcodes, TrueTypeUnicode, TrueType, OpenType, Type1, and CID-0 fonts, images, graphic functions, clipping, bookmarks, JavaScript, forms, page compression, digital signatures, and encryption.
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.
TinyButStrong is a template class for PHP that allows you to generate XML/HTML pages and any other files based on text source. The engine gives facilities to work with any databases, including in native PDO, MySQL, PostgreSQL, SQLite, PHP arrays, and more. It is possible to design templates using any visual editor (like Dreamweaver or FrontPage), and thus to make templates that are compatible with W3C standards for example. It features simple block management, useful display formats, conditional displaying for blocks and locators, remote XML/HTML attribute modification, a cache system, and the ability to include sub-templates and execute associated scripts. Plug-ins are supported since version 3.0.
vTemplate is a PHP class that is intended to make splitting PHP from HTML a simple and natural task. It has easily understandable syntax that is much easier to use than other template classes. It compiles a template into native PHP code using one PCRE call, thus the parsing is extremely fast. It also has powerful caching and debugging classes to extend the functionality.
Table Class allows you to create highly dyanamic HTML tables easily and quickly. It supports CSS, any number of arbitrary tags, and creating tables inside tables. This class is useful for implementing intensive reporting features. Table Class is faster than using and parsing traditional HTML templates because the class works completely in memory, storing all the table data in several comprehensive arrays, while not compiling to HTML until you want it to. This allows for dynamic editing of any attribute of any element. Rows and columns can be easily added and subtracted at any time, and row contents can be added simply by passing an array.
Meunity is a Web-based community system that uses PHP. It is object oriented, so it is easily extendible. Its database abstraction layer allows it to be compatible with multiple databases. It is easily configurable, and includes content management systems and advanced administration.