New Scripts | PHP | Scripts & Programs | Development Tools
gAjax
This package can be used to execute PHP functions from Javascript using AJAX calls.
It registers PHP function that may be called from Javascript. Then it can generate the necessary Javascript code to call those PHP functions using AJAX.
A separate helper class can be used to generate Javascript code to be executed when the PHP functions are called.
Reviews0
PriceFree
Views1328
PasteBox
posted bydarkazzinMiscellaneous
PasteBox is a basic pastebin. It is written in PHP, works with PHP 5. Provides RSS feeds of latest entries, syntax highlighting using GeSHi and clean URLs. Uses PDP-PDO for database flexibility. Runs without setup on many machines (must have PHP 5, sqlite3 (for default setup), .htaccess enabled).
Reviews0
PriceFree
Views1701
J4PHP
posted byosmoinApplication Framework
J is an object-oriented framework for PHP inspired by Struts, Ibatis, JUnit and Log4J.
Its goal: to bring together the best patterns and solutions from the Java world, while still being simple and easy to use.
Reviews0
PriceFree
Views1574
Bsic Data Base Operatons
posted byehabafiainLibraries & Classes
This class will allow you to Insert, Select, Update, Dlete to and from MySQL Database.
It will also give the ID number of the record that you just inserted, with many other features.
Reviews0
PriceFree
Views1153
Document Generator [RTF PDF]
posted byPaggardinLibraries & Classes
Document Generator Class is aiming to unify the generation of the printable documents using the common file formats - RTF and PDF. If there is a need of some application which could form certain information in a format, which could be easily downloaded from internet server and then opened, printed or saved by any internet user, and this class can help the owners of various web services to accommodate this need.
This script is written in PHP and uses no additional components (plugins or else). The script works on Unix or Win32 platforms and require only PHP 4.x.x (or later) installed.
With this script it is possible to create very complicated tables having full control over their look at the same time. It is possible to merge cells, change background color, control width and height of the cells. Even nested tables are supported, only you need to remember that this is not HTML, and nested tables will not always look like they do in HTML.
The script supports images JPG and PNG
Reviews0
PriceUSD 99.00
Views2506
PHP Stack
posted bytruthseekerinLibraries & Classes
PHP Stack brings a stack data structure to PHP. It allows developers to utilize Push, Pop, Search, Empty (a check if the stack is empty), Size and "Peek". Peek allows developers to look at the top item in the stack without Popping it from the stack.
Basically, a Stack is a data structure more commonly found in lower level programming languages. It is useful for wanting to organize data in a First In Last Out fashion. This project is released under GPL v3.
Reviews0
PriceFree
Views1687
Akelos PHP Framework
posted byphpbaseinApplication Framework
Akelos is a PHP framework for developing database-backed web applications according to the Model-View-Controller pattern. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database the Akelos PHP Framework gives you a pure-PHP development environment built upon programming best practices. To go live, all you need to add is a database and a web server.
Being port of Ruby on Rails to PHP Akelos is also optimized for programmer happiness and sustainable productivity. It lets you write beautiful PHP Code by favoring convention over configuration.
Reviews0
PriceFree
Views1718
CSS AutoLoad
posted byqeorgeinPerformance Enhancement
CSS AutoLoad processes the @import keyword server-side instead of client-side. In this manner, website authors can easily create and load a CSS framework into all pages with a single stylesheet include, no matter how many .css files are in use.
In English: You can use as many stylesheets as you want without having to include each one in your HTML document and without creating extra HTTP requests.
Also, compression of the aggregate file save bandwidth by shrinking the size of the aggregated file.
Installation takes a matter of seconds and requires no changes to your existing CSS code.
Reviews0
PriceFree
Views1694
Compass Component Framework for PHP5.1
posted bystanisinApplication Framework
Compass Component Framework (CCF) for PHP 5.1 and higher is a lightweight object-oriented library which allows to develop OO applications quickly, using wide-known patterns like MVC, FrontController and Injection of Control.
Reviews0
PriceFree
Views1227
Multi-thread Simulation
posted byalex101inPerformance Enhancement
This class can emulate the execution of program threads using separate HTTP requests to the same script.
It establishes an HTTP connection to the same Web server to execute the same PHP script. It sends a request passing the name a function to execute and an argument to be passed to that function.
The requested script executes some code that detects the thread execution request and calls the specified function.
When the thread request script ends, the return values of the called function is returned as a serialized string.
The calling script can execute other tasks while the thread script runs. The results may be collected later when the thread script ends.
Reviews0
PriceFree
Views1895
Meta Tags Generator
posted bydjapeddinMiscellaneous
Meta Tags Generator. This script will allow your visitors to create meta tags online. Features: Admin Notification
Reviews0
PriceFree
Views2215
EPESI
posted byjtylekinApplication Framework
EPESI is a web application for managing business information. It makes data organizing and sharing easy, simplifies internal communication and makes workflow more efficient.
EPESI has a modular design which makes it flexible and easy to adapt. Its base consists of CRM application with PHP framework, both free and open source, that can be extended with specialized modules.
Reviews0
PriceFree
Views5530
Array Handler
posted byphptoys2inMiscellaneous
This script can convert array to a string separated by special characters and vice versa. You can save the string to a file and restore it. It can be usefull if you want to store some data structure but don't want to setup a database for that.
Reviews0
PriceFree
Views1144
Orbicon Framework Engine
posted byYaballainApplication Framework
Orbicon framework engine is a CMS engine available for licensing to experienced professional web developers.
The framework has been developed for enterprise enviroments and has proven itself in three CMS products - Orbicon Lite, Xtreme and Enterprise.
In addition to the Orbicon Framework Engine source code, the source also includes source codes for the desktop, Magister, Venus, and Mercury document databases, Attila search node, modules manager, cache manager, SEO manager, update center wizard, installation wizard and more. It comes in bundle with the latest YUI! and other helpful 3rd party tools.
Reviews0
PriceFree
Views1680
dbg-wizard.php - wizard/helper for dbg php debugger
posted bysupportinDebugging & Testing
dbg-wizard.php is a helper script used to setup remote debugging with DBG - famous php debugger from NuSphere. While dbg-wizard.php is designed to be used with NuSphere PhpED, it can also be very helpful for setting up debugging with dbg php debugger in general, because dbg used by many PHP IDEs. dbg-wizard.php also contains good examples of php code parsing phpinfo, environment variable, configuration files etc.
Reviews0
PriceFree
Views1972
SleekTabs
posted bystrategyoracleinLibraries & Classes
SleekTabs is a PHP class which eases the process of creating tabbed interfaces in HTML. Basically put, if you want a tab system (like on Properties/Inspector-styl e dialogues on the desktop) for a bit of content on your web page, SleekTabs automates this process.
Just give SleekTabs the names of your tabs, the URLs and customise the styles if you want, then just let ST do the rest!
SleekTabs has a built-in Ajax feature - just make a simple page which provides the HTML you want put inside the content area (excluding headers etc.) and tell ST where to find it!
With full Ajax functionality, plus a fallback for those without Ajax or without JavaScript, SleekTabs adds that extra Ajax touch to any page while optionally retaining backwards-compatibility for those with JavaScript off, screen readers or old browsers.
SleekTabs is free software/open source under the BSD Licence. See the licence header in the sleektabs.php file for more information.
Reviews0
PriceFree
Views1869
ProgressBar.class.php
posted byGwion123inLibraries & Classes
ProgressBar.class.php is an easy to use solution to prevent timeouts for time consuming operations and loops in PHP.
Reviews0
PriceFree
Views1977
Myref - PHP class library for control lists (references)
posted byvarenichinLibraries & Classes
API and administrative script that help you manage "select", "checkbox" and "radio" lists (references) easy and comfortable.
Reviews0
PriceUSD 15.00
Views1251
Molly - Dynamic Website Architecture
posted byrvulloinApplication Framework
Molly is a system and architecture for building dynamic database-backed web sites easily using HTML and simple MAML (XML) tags. Molly is written in PHP and works with MySQL, PostgreSQL, Oracle, & ODBC databases, and runs on Linux, OS X, and Windows.
Reviews0
PriceFree
Views2464
PHP Function Finder
posted byziplineinMiscellaneous
PHP Function Finder provides quick and easy access to the PHP.net function database. This is a must have time saving tool for every Windows loving PHP developer.
Reviews0
PriceFree
Views1251
