Software Listing of Author : "Stefan Gabos"
- PHP Data Grid Class
- License: Freeware
- Price: 0.00


- the class executes a given SQL query and generates a template driven HTML code that displays the query results - automatically provides means of navigation trough pages and lets user decide how many rows to be displayed on each page - automatically let
- Publisher: Stefan Gabos
- Date Released: 10-09-2011
- Download
- Platform: PHP, Scripts
- PHP Date Picker Class
- License: Freeware
- Price: 0.00


This PHP class can be used to generate a nice, template driven date picker in a pop-up window.The class will automatically generate the required HTML and JavaScript code that will make a pop-up window appear to let the user choose a date from a calendar. The selected date will be passed to an user-specified control from the caller page.Every aspect is customizable: the aspect of the date picker is template driven meaning you can completely alter how the date picker looks by changing the template and the related CSS file; the format in which the date to be returned is configurable; the date picker can be instructed to show a specific year/month/date by default; the first day of the week can be also set;The date picker also supports localisation: in this version, beside the default english language file you can also choose between german...
- Publisher: Stefan Gabos
- Date Released: 19-06-2011
- Download
- Platform: PHP, Scripts
- PHP HTML Form Generation and Validation Class
- License: Freeware
- Price: 0.00


A PHP class for HTML easy form generation and validation. It provides an easy and intuitive way of handling both HTML form design (based on templates) and basic server-side form validation. Custom validation (both server-side and client-side) can also be implemented very easily. It provides all the basic controls available in an HTML form like text controls, textarea controls, submit buttons, reset buttons, standard buttons, drop down boxes, radio buttons, checkboxes, image controls, hidden controls, file upload controls, password controlsand a date picker control.
- Publisher: Stefan Gabos
- Date Released: 21-11-2011
- Download
- Platform: PHP, Scripts
- PHP HTML Graph Class
- License: Freeware
- Price: 0.00


A PHP class to draw vertical bar graphs.This class draws vertical graphs only by using HTML and CSS. No requirement for any external graphic library such as GD.Simple and grouped bars can be created. You can change everything regarding the looks as the output is template driven. On the fly, you can change the size of graph, the color of all or individual bars, you can add labels, title, footnote or customize the CSS style of all the elements.One the finest features of this class is that you are not anymore restricted to specify the width and/or height of your bar in pixels! You can also specify it in percents!The output looks the same way in all major browsers. The code is very well documented so you can easily understand every aspect of it.
- Publisher: Stefan Gabos
- Date Released: 03-06-2011
- Download
- Platform: PHP, Scripts
- PHP Image Manipulation Class
- License: Freeware
- Price: 0.00


This class can be used to perform several types of image manipulation operations.It can:- Rescale images to fit in a given width and/or height keeping (or not) the original aspect ratio- Flip images horizontally or vertically- Rotate images by a given angle- The class does all the error checking for the source and target file so you don't need to worry about thatThe class supports loading and saving images in the GIF, JPEG and PNG formats preserving transparency for GIF, PNG and even PNG24 filesThe code is heavily documented so you can understand every aspect of it
- Publisher: Stefan Gabos
- Date Released: 23-10-2011
- Download
- Platform: PHP, Scripts
- PHP mySQL Database Wrapper Class
- License: Freeware
- Price: 0.00


This PHP class is a mySQL database access wrapperIt provides methods for interracting with a mySQL database from within PHP, easily and securelySome of the features include- connecting to a mySQL host and selecting a database- method that is an alias of PHP's native mysql_query() function with the main differences being that, if passed in a special way, parameters will be automatically escaped and that errors will be reported to the built-in debugger - the query() method- shorthand methods for running queries that perform COUNT(), MAX() or SUM() queries - dcount(), dmax() and dsum() methods- shorthand method for fast retrieval of data in individual rows or even specific items in individual rows - the dlookup() method- method that is an alias of the PHP's native mysql_real_escape_string() function with the main difference being that...
- Publisher: Stefan Gabos
- Date Released: 01-06-2011
- Download
- Platform: PHP, Scripts
- PHP Session Management Class (with mySQL backend)
- License: Freeware
- Price: 0.00


A class to handle sessions by using a mySQL database for session related data storage providing better security then the default session handler used by PHP. You don't need to modify a thing in your application - after instantianting the class just use sessions as you would normally
- Publisher: Stefan Gabos
- Date Released: 13-07-2011
- Download
- Platform: PHP, Scripts
- PHP Sessions with MySQL
- License: Freeware
- Price: 0.00


This class implements a new PHP session handler that can replace the default PHP session handler by storing session data in a MySQL database table.The session handler works just by creating an object of this class. After that, applications just need to use the same code to store and retrieve session variables.
- Publisher: Stefan Gabos
- Date Released: 24-05-2011
- Download
- Platform: PHP, Scripts
- RSS/ATOM Feeds Processing API
- License: Freeware
- Price: 0.00


This is an API (written in PHP) providing functionality for fetching RSS/ATOM feeds and displaying them using templates in an exaggeratedly easy way. It uses SimplePie (http://simplepie.org) to fetch the feeds and the XTemplate templating engine(http://www.phpxtemplate.org) for output. Thanks to SimplePie it can autodetect and correctly interpret RSS 0.91, RSS 1.0, RSS 2.0 as well as ATOM 0.3 and ATOM 1.0. The script will attempt to autodetect the most commonly used tags in RSS/ATOM fields so you will not have to worry about the fact that different feeds have different structure (read in the manual about the autodiscover property). Note that this property will try and get the most commonly used tags (title, author, link, date, etc) but if you want to go berserk and use all the tags from your favourite feed than you should reffer to the...
- Publisher: Stefan Gabos
- Date Released: 20-05-2011
- Download
- Platform: PHP, Scripts
