27 January 2009 – 8:03 PM
This class can be used to edit and save data of table columns. It uses AJAX to save the changed table cells without refreshing the current page. The changed cells are saved by backend scripts that store the updated data in server side text files. Download: http://www.phpclasses.org/browse/package/2828.html http://phpclasses.dmwtechnologies.com/browse/package/2828.html (mirror)
27 January 2009 – 7:12 PM
This class can be used to browse files uploaded via Web forms using AJAX methods to send the files without reloading the form page. There is auxiliary Javascript code that can upload in the background a file that the users chooses in a Web page form and updates the upload message status in the page. [...]
27 January 2009 – 4:06 PM
This class can obfuscate and compact PHP source code files. It can process a PHP source code file and replace characters in text strings by the corresponding hexadecimal representation, making the code harder to read and understand what it does. It can also compact the PHP source code files by eliminating comments, white spaces and [...]
27 January 2009 – 3:58 PM
This class can be used to generate bar charts from arrays of data. It takes as parameters two arrays that define the values of the bars to display. It creates an image with a given width and height, displays the axis values and draws each of the chart bars. The resulting image is store in [...]
27 January 2009 – 3:01 PM
This class can scan a given directory recursively and create a CSV file with the list of files with found in the directory that have file extensions of a given list. The CSV file uses a comma (,) as separator by default but it may use a different separator character. Download: http://www.phpclasses.org/browse/package/2350.html http://phpclasses.dmwtechnologies.com/browse/package/2350.html (mirror)