Scripts 1-20 of 100
Pages:
Go to
1
2
3
4
5
|
|
The class provides JAVA style error messages for PHP. It has a nicer display of variable contents than PHPs print_r() function. It can take execution times, has a better highlight_file() function and a couple of other handy functions. Works with...
Advertisements:
|
|
|
If you're dependent on cron to run important tasks, you'll want some kind of monitoring. This class is useful for parsing a given cron schedule to see when the cron job should have last run, so you can add monitoring to your application easily by...
|
|
|
This is a simple, short class, and uses sessions to keep track of the click trail. To use it, you just need to add information on each page about where that page should appear in the click trail. Examples included, and further information...
|
|
|
This class is written for PHP5, and is designed to be used in admin interfaces, ecommerce sites and other front end interfaces where it's important not to use easily-guessable passwords. It can make sure that passwords contain no spaces, both...
|
|
|
This tool is designed in such a way to facilitate the creation of java and php classes in javabeans style. It is extremely useful in case you have a Mysql table and you would like to generate a class over this table which would have a constructor,...
|
|
|
The purpose of this menu is to provide a semantic version of what is traditionally accomplished with tables. It uses nested UL lists and uses a PHP class to build the menu elements. These lists are displayed with CSS to create a nice customisable...
|
|
|
This is a simple PHP class that gives you an easy way to store key-value pairs in MySQL database. Usually, you store key-value pairs in PHP array. If you want a key-value pair to be accessible within a session you will store it in the SESSION...
|
|
|
PHxmltvParser consists of a parser class and some helper classes in PHP which parses an XMLTV data file and stores the information in a collection. There also is a simple example script which shows how to use the classes and displays a tv listing...
|
|
|
phpdoc is a program that aims to do for PHP developers what Javadoc does for java developers. It is a script that parses PHP class definitions, extracting function and variable names, as well as comments, and dumping this data into a database. The...
|
|
|
This script allows you to redirect a user to a different page based on whether his/her browser is Java enabled or not. If Java is enabled in the visitor's browser, they are redirected to a Java-enhanced page. Otherwise, if Java is disabled they...
|
|
|
Xpc, stands for eXtensible Page Creation, is a true PHP templating engine that is extremely simple and extendible in nature. Xpc is a PHP replication of JSP, JSP custom tags, and Java Beans. Xpc allows for XML/JSP-like templating using URI...
|
|
|
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...
|
|
|
A PHP class that can generate JavaScript tooltips. - works on all major browsers (no transparency on Opera, though) - in Internet Explorer the tooltips show above HTML SELECT elements as they should - the appearance of the tooltips is template...
|
|
|
This is a simple wrapper class that can be used to access SQL databases using the PDO API. It can establish connections, execute direct or prepared SQL queries, retrieve the all query results into a single array, begin, commit and rollback...
|
|
|
A class that creates your common sql query code using just a given array. The author uses this class as an extension to his database class to do some cool stuff. Automating is the key. Redirecting to the correct page - PHP Classes
|
|
|
MyUploader is an easy to use Java applet for uploading files and folders to an ASP server using the http protocol (RFC 1867). No Java knowlegde is needed. Uploading files bigger than 1 gigabyte is not a problem. With drag and drop you can easily...
|
|
|
I've GPLed an old class of mine. This PHP class, a link validator, i wrote in october 2003 and only used it in a site of mine nlweed.com to check if posted links are still valid. Now I found the class and thought that it would be a waste only to...
|
|
|
This class can be used to optimize images to fit within a given file size limit. It takes a picture in any format supported by the GD library and generates a JPEG picture with the maximum quality factor that makes the picture file size not exceed...
|
|
|
Atom class - is a glue for modules. Class allow modules to interact with core libraries or other modules. Atom module system is based on the concept of "hooks". A hook is a PHP function that is named foo_bar(), where "foo" is...
|
|
|
MyDatabase is a PHP class that offers standard functions needed to navigate a database, but hides the implementation specifics. Works with both Access and MySQL. If you use both types of databases, this class is your answer. Easily switch between...
|
|
Scripts 1-20 of 100
Pages:
Go to
1
2
3
4
5
|
|
|
|