• 3
    Configuration Files

    Segments you can add to your code to create, import and use config files.
  • 7
    Data Validation

    Functions to determine if data is in proper format for a variety of types.
  • 2
    Log Files

    These functions aid in the use of log files while developing code.
  • 1
  • 2
Showing 1-25 of 28 Resources

This function will read your script's parameters regardless of how they are passed.

  • Free

This class can be used to generate HTML forms to manipulate MySQL table records. It takes a list of MySQL table fields and generates HTML for forms to select, insert, update and delete table records. It can also perform validations for specified fields and invoke callback functions on certain form processing events.

  • Free

A string translation suite that stores translations in any manner you choose, allowing you to keep the translations seperate from the code and bring them in when needed.

  • Free

PHP unit tester and mock objects generator.

  • Free

An HTML filter that removes all unwanted HTML elements and attributes, no matter how malformed its HTML input is. This is helpful for avoiding Cross-site Scripting security problems, among other things.

  • Free

This tool facilitates the creation of Java and PHP classes in Javabeans style. It is useful if you would like to generate a class over a MySQL table that would have a constructor, saving and drop options, and the possibility to enter and query internal variables assigned for each field of the table.

  • Free

This script shows an example of a counter being incremented every time the page is loaded. This is achieved by reading a file line by line using the fgets function and exctracting the 2 fields (one for the date one for the counter). The file is then being updated. There is a live example.

  • Free

The goal of this package was to provide an API of defines, objects and functions that will help the average developer design with less effort. It includes an auto-loader to retrieve just the modules you need, sessions, database independence, benchmarking, user authentication, browser identification, page navigation, MIME and URL objects, IMAP mail reading/sending support, templates and more.

  • Free

An open source PHP debug library with a long list of functions.

  • Free

A template library with a formatting language that is intuitive and resembles HTML. This makes the template syntax very familiar to web designers. It compiles its templates so that runtime is fast. Though simple, our design does not compromise flexibility. It supports embedded PHP code within its own templates and I18-localized error messages.

  • Free

A powerful wrapper for error-reporting features. It includes several enhancements.

  • Free

If you have a dynamic PHP website and your site is slow then this solution might help you. Some times you have to have some slow query then process the result afterwards which makes the whole thing even slower.

  • Free

A small but useful wrapper function for include(). It allows the same include statement to be used in all files in a website, regardless of which folder they are located in.

  • Free

This function takes a group of words and assigns a link to each one.

  • Free

This class creates a web form for a database table and handles all processing of the form including validation of data, inserts, updates and deletes. It is very customisable and flexible, and uses ADODB to connect to databases and simple templates.

  • Free

A PHP class that generates OpenOffice.org documents.

  • Free

Use this function to make a MySQL database connection and execute SQL statements with PHP.

  • Free

Implement a site navigation solution that requires very little maintenance.

  • Free

PHP Dump will output the contents of a number of different variable types, such as integers, booleans, multidimensional arrays and MySQL result sets, using one simple function. It will output the data in an easy to read format, useful when debugging and developing. This is basically an enhanced version of the var_dump function.

  • Free

HSV is a more intuitive way to work with color than RGB. These three functions and one class provide the tools necessary to convert from and to HSV and RGB at the drop of a hat.

  • Free

This tool allows you to output debugging strings, variable contents and more into a MySQL table, and then view the output in another window while your scripts are running.

  • Free

Generate PDF documents dynamically with this free PHP class.

  • Free

A PHP benchmark class. You can use it to test how fast your scripts are, monitoring every single portion of code. In so doing, you can speed up your applications by optimizing all the bottlenecks. It works in a popup window, so it is not invasive but at the same time always on top of your attention.

  • Free

An XML SAX parser framework to easily create parsers for your custom XML tags.

A Model-View-Controller application that allows data encapsulation and data/control/view separation. It can be extended with plugins and helpers, allows your work to be organized, and is easy to manage and very simple to understand.

  • Free
  • 1
  • 2
Showing 1-25 of 28 Resources