Ever wanted to build your own Wordpress Option Pages for your Theme, your Plugin or something else? Then you maybe run crazy with all these parameters, function calls and things to keep in mind. This is where the AdminPage Class comes in to save the princess. AdminPage Class is no plugin! It’s made for theme developers, who want to give their users a cool interface and prevent them from damaging it in any way. The AdminPage Class gives you ...
MyOM is a distribution of 4 classes wich will help you to work with the database(MySQL) in terms of class instances instead of recordsets. It isolates database layer from the business logic. It will help you to store database queries in simple xml files and it isolates database api from your application code. You code will be more readable, more beautifull, object oriented, more easy to support. it is very easy to connect with the database, ju...
Export HTML Table to Open Formats Export HTML Table to Open Formats is a collection of classes written in PHP (5.x) and JavaScript which allows to export of HTML tables into open formats such as XML or CSV files without any database. The data is taken directly from the HTML table and then converted to these formats. Need Support? Support for all our items is conducted through our Support Forum. We’re in GMT +1 and we aim to answer all questio...
Create user sessions with this easy to use class. Each session is stored in a database and is locked to the current browser and ip address. Create Sessions Destroy Sessions Create Session Variables Access Session Variables Delete Session Variables View session data array Example // Include the class require('session.php'); // setup database array $config = array( 'host' => 'localhost', 'user' => 'root', 'pass' => 'root', ...
This is an neat PHP -class for you that want to create QR-codes with some easy steps. What you need is only 3 lines of code to create your own QR-code. Current supported formats: Plain text URLs E-mail addresses Phone numbers SMS Wifi networks You may aswell save your QR-codes to your own server. (Requires ini setting allow_url_fopen to be enabled) Click “live preview” or visit http://altslags.net/projects/QRCodeClass/ to see it in...
If you want to store data in a file this class is the perfect solution, you can easily manage the data with no knowledge of how to store it required. You can use this system to create a comments system or blog, or any system that would typically need a database with a few simple files. But don’t think of it as something for people with no MySQL access, you could also use Data File to store config information for your project such as the databa...
With this class you can easily create a gallery of images and thumbnails for your website. Key Features: Easy to use set of functions Gives you the ability to create a image gallery with 3 lines of code Allows images to be sorted by name, date, or size ascending or descending Well documented Thumbnails automatically generated as needed Can be integrated into any current page No specific knowledge of PHP require Light weight Usage Example 1:...
Version 1.2 is not compatible with version 1.1 or 1.0 With this class, you can create your own simple API ’s. The class is very easy to install and supports four output formats: Json, CSV , Yaml and XML . The class create API ’s from any mysql table. Features: easy to install supports xml and json request limit cache own url parameters flexible RSS Usage: In browser games At sites such as Code Canyon With analysis tools Create RSS fi...
With this class you can easely detect mobile devices. This class is very easy to use and support lots of mobile devices, even the new Mac iPad. Supported devices Android Blackberry iPhone iPod iPad Opera mini devices Palm OS Windows Mobile Generic devices like PSP , PDA, wap phones, .... Updates 1.7 28/06/2011 Fixed iPhone 4 problem Added some extra detections for generic devices Added HTC HD2 detection 1.6 10/03/2011 Fixed property not...
Are you working with a uploading/downloading site? Want a download class with easy control and implement? eDownload supported IE6 -8 also. Features Easy to implement Supported IE 6 -8 hot linking protection download speed rate limit Limit user bandwidth stream setting prefix of file name download resumable download logging WWW -Authenticate, supported array() or csv file dir-to-zip download (required PHP version >= 5.2, PECL zip >= 1...