Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

New Scripts | PHP | Scripts & Programs | Development Tools

Results 341-360 of 366
phpLens
PhpLens is a PHP Application Server for rapidly creating database driven Web applications. With phpLens, data can be presented as html tables with facilities to create, edit, paginate, search and delete records. Over 150 properties for modifying phpLens behaviour are provided. Developers can use phpLens in two ways, as a PHP class that is called from PHP code; or they can build their Web application directly from a browser based wizard interface called the Grid Builder and then generate the PHP code. PhpLens works with many databases: MySQL, PostgreSQL, Oracle, Microsoft SQL Server, Microsoft Access, FoxPro, Interbase, Sybase, and many others (including DB2 and Progress through ODBC). Also integrated with Smarty template engine. <b>New in 2.0:</b> Inline editing of multiple rows in the data grid, and popup hot updates which dynamicly change based on your selection.
(5 ratings)
Reviews0
PriceUSD 300.00
Views19311
Smarty
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. This implies that PHP code is application logic, and is separated from the presentation. The Smarty design was largely driven by these goals: * clean separation of presentation from application code * PHP backend, Smarty template frontend * compliment PHP, not replace it * fast development/deployment for programmers and designers * quick and easy to maintain * syntax easy to understand, no PHP knowledge required * flexibility for custom development * security: insulation from PHP * free, open source
(5140 ratings)
Reviews16
PriceFree
Views116188
PSLib for PHP
PSLib is a class for easy generating postscript files. Look the included example file (historico.php3) to see how simple is generating ps files using the pslib.
(0 ratings)
Reviews0
PriceFree
Views2529
mklib.php
mklib.php is a PHP library to make building web applications easier. Example functions are processing data before inserting into a database and formatting date/time strings for display. This library should work with both PHP3 and PHP4. The Web site also features installation and usage information.
(0 ratings)
Reviews0
PriceFree
Views1892
Mantis
Mantis is a PHP/MySQL-driven web based bugtracking system. It is simpler than bugzilla and easily editable. The software resides on a webserver while any web browser should be able to function as a client. It supports multiple projects and email notification. Supports over 18 languages.
(44 ratings)
Reviews2
PriceFree
Views22997
Caract�res Sp�ciaux
posted byvedereinUtilities
This is a module for translating special characters: Of ASCII in HTML, Or HTML in encoding URL. French: Module de traduction des caract�res sp�ciaux. De ASCII en HTML, Ou de HTML en encodage URL.
(3 ratings)
Reviews0
PriceFree
Views2583
php_webtools
php_webtools is a collection of useful tools and classes to help in the construction of "enterprise" web applications. Many classic GUI "widgets", such as the GTK "notebook" are implemented here as extensible classes.
(0 ratings)
Reviews0
PriceFree
Views7249
Date_Calc
Date_Calc is a calendar class used to calculate and manipulate calendar dates and retrieve dates in a calendar format. It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038. Some of Date_Calc's features: comparing number of days between arbitrary dates, validating dates, calculating leap years, calculating the day of the week, calculating week of the year, calculating first and last days of the month, calculating next/prev week day, and calculating arrays of days for use in calendar displays.
(3 ratings)
Reviews0
PriceFree
Views9588
STPhp
STPhp is a PHP-based string translation suite designed as a simple internationalization tool to work without requiring non-standard dependencies; only the core of php3 is required, which means STPhp can be easily used in places where you, the code creator or installer, do not have control over the php binaries or configuration. STPhp is designed with a simple architecture, allowing you to store your translations in the manner you choose, so as to provide the highest possible performance with the lowest possible maintenance overhead. STPhp functions by externalizing the messages from your application, storing them until your application requests them.
(0 ratings)
Reviews0
PriceFree
Views1754
Defect Tracking System
Defect Tracking System is a PHP-based project designed to create a simple and easy to use bug/defect tracking system for multiple projects.
(0 ratings)
Reviews0
PriceFree
Views10868
Generic PHP Framework
The Generic PHP Framework is a library of reusable objects for PHP4. The idea is to build a framework that will make it easier to write large, scalable PHP applications.
(0 ratings)
Reviews0
PriceFree
Views6536
DX0
DX0 is true, cross-browser DHTML delivered by PHP. The acronym DX0 originates from this concept: [D]ynamic HTML [X]ross-Browser with Zer[0] Unused Code. DX0 is not just an DHTML library for PHP, but it sniffs the browser on the server-side and delivers specific code for the user's browser and version. Thus, Netscape users won't have to download code with Internet Explorer functionality that won't ever be used. And vice versa. v1.1 update: DX0 now allows reusable cross-browser widgets to be stored in a binary pickle, so scripters in any of the supported languages can use them. IE4+, NS4+, and Mozilla M14+ have all been tested and work well.
(0 ratings)
Reviews0
PriceFree
Views6167
Inline PHP API Documentation
The purpose of this tool is to parse PHP source files and generate API documentation in HTML. It allows you to scan the specified PHP source files (given directories are searched recursively) and writes HTML files to the specified output path.
(3 ratings)
Reviews0
PriceFree
Views3618
PAS
PAS is an application server for PHP. Created to database business applications. It let you apply the MVC (Model View Controler) pattern to your applications. Separation between business logic and presentation. Event Management, Database Registry, templates to manage Forms, Reports, Package management. Maximum reuse of code. Its main purpose is to speed up development database driven web application by taking care of all the time consuming task. It now comes with a visual package installer to install any PHP / MySQL application in 1 click.
(6 ratings)
Reviews0
PriceFree
Views12563
Ide.php
posted byjohaninUtilities
Ide.php is a web-based editor for PHP, and any server-side scripting like SSI, ASP, JSP, SSJS, even CGI. It offers a rapid prototyping environment, letting the user test and save snippets of code with minimal overhead. Whether an experienced programmer or a novice, there is often a need to try out smaller pieces of code during program development. Ide.php makes this very easy. Ide.php eliminates the need to use several separate programs (text editor, FTP program and web browser) for PHP development, since all work is done directly through the browser. This helps to shorten development time, and is also very helpful when learning to program with PHP. Ide.php requires PHP version 4 or higher.
(3 ratings)
Reviews0
PriceFree
Views7758
phpDoc
posted bygoeraninUtilities
For PHP programmers who work as a group and who want to use classes and functions in their development it is difficult to distribute and update the required documentation. phpDoc provides a method of managing information about your classes and functions. You can add projects, classes, functions and their parameters. For each of them you can define a name, a description and an example. The multilanguage support is not yet working, but on its way. In a future version phpDoc should support a possibility to give several users the possibility to work locally and merge their entries into a central online source.
(0 ratings)
Reviews0
PriceFree
Views3386
Numeric PHP
The project aims at producing a set of packages containing functions and classes to aid in the numeric manipulation of data. Packages will deal with geometrical, statistical, matricial, etc. calculations.
(0 ratings)
Reviews0
PriceFree
Views2827
OO PHP Library
OO PHP Library is an object oriented PHP library that provides functionality to rapid DB interface building. It uses all advanced features of PHP4 to allow quick, dynamically build web-pages.
(0 ratings)
Reviews0
PriceFree
Views4894
Midgard
The Midgard Application Server Suite has many features for the process of creating and maintaining Web sites. It also provides a solid base for creating Web applications and gives developers new, powerful ways to get their job done. Features include: A powerful implementation of database connectivity, Separation of content, layout and functionality for easy maintenance and rapid deployment, Platform-independent interface for site administration, and Easy customization of the front end for the whole administration toolset using the standard Midgard Web creation tools. Midgard can easily be used in many different tasks, including: Web-based magazines, Intranet applications, Organizational web sites, Knowledge management, and Web-frontend for legacy CGI and shell applications.
(0 ratings)
Reviews0
PriceFree
Views12537
Alphas
posted byastroinUtilities
This very simple PHP script allows you to create an array of alpha characters (A-Z) and returns it. Does not use array_push so it is PHP3 compliant.
(0 ratings)
Reviews0
PriceFree
Views2323
Results 341-360 of 366