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

Most Popular Scripts | PHP | Scripts & Programs | Development Tools | Libraries & Classes

Results 61-80 of 104
Ext Direct App
ExtDirectApp enables you to call methods from PHP classes using client-side Javascript. This is known as "remoting", or RPC (remote procedure call). ExtDirectApp is an alternative implementation of the Ext.Direct integration with PHP. It requires PHP 5 and the ExtJS library. It is much more easy to use than other Ext.Direct PHP implementations. Just extend ExtDirectActions class. Its public methods will be transformed in a ready-to-use API. ExtDirectApp.php is a single PHP file containing four classes: ExtDirectRequest, ExtDirectResponse, ExtDirectController, and ExtDirectActions. But you don't need to learn about these classes! The package contains a basic example to quickly show you how to make things happen. A short TUTORIAL document is included in the package. Happy Coding!
(0 ratings)
Reviews0
PriceFree
Views473
PHP mod_rewrite - Mod Rewrite Simulator
This class simulates the work of apache’s mod_rewrite function It could be used for servers where the mod_rewrite function isn’t enabled The .htaccess or another mod_rewrite rules containing file will be parsed by this class usuallly SEO -friendly URLs will return a 404 when mod_rewrite isn’t work – but this class works within the 404 target and simulates the friendly urls, so you don’t have to correct your paths
(0 ratings)
Reviews0
PriceUSD 4.00
Views596
CSSQuery
Ease the selection of DOMElements from an HTML document using CSS selectors instead of XPath.
(0 ratings)
Reviews0
PriceFree
Views404
Gears - Template Engine - v1.8
A PHP class that loads template files, binds variables to a single file or globally without the need for custom placeholders/variables, allows for parent-child hierarchy and parses the template structure. * Loads any type of file into the system * Binds variables to a single file or to all files globally * Template files DO NOT need custom markup and placeholders for variables * Can access and use variables in a template just as you would a PHP file * Allows for parent-child hierarchy * Parse a parent template to parse all children, and their children, and so on * Can destroy template indexes on the fly * No eval() or security flaws
(0 ratings)
Reviews0
PriceFree
Views1063
Hotmail New Message Indicator
PHP Class that tells you how many new messages are in your inbox. Uses cURL and PHP to grab the number of new messages from any hotmail account when the username and password are supplied.
(0 ratings)
Reviews0
PriceUSD 19.95
Views861
KoolAutoComplete - Great PHP Ajax AutoComplete
KoolAutoComplete is excellent Ajax Auto Complete for PHP. Flexible rendering, elegant behavior together with Ajax Load On-Demand have made KoolAutoComplete the great choice to replace limited auto-complete provided by browsers. Key Features: (1)Semantic design with minimal HTML rendering (2)Ajax Load On-Demand (3)Support both JSON and XML data type (4)Customize item element with powerful templates. (5)CSS can be customized easily
(0 ratings)
Reviews0
PriceFree
Views1480
KoolComboBox - Advanced PHP Ajax ComboBox
KoolComboBox extends the capability of combo box to the max.Easy-to-use, highly customized interface, advanced behavior options are the strongest points that make KoolComboBox better than any other industrial similar controls. Key Features: (1)Semantic HTML design (2)Simple PHP control interface (3)Featured-rich client-side control (4)Highly cusomized interface with template (5)Many advanced behaviors (6)CSS styles can be fully customized.
(0 ratings)
Reviews0
PriceFree
Views1928
Authorize.net AIM Class
This class will process the information through authorize.net payment gateway and process success or error codes. Simple to use and does not save any information through database, but it can be adapted for that.
(0 ratings)
Reviews0
PriceFree
Views527
PHPCache, a simple, powerful object caching solution
If you have a dynamic website, written in PHP 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.
(0 ratings)
Reviews0
PriceFree
Views698
Mutex Class
In situations where multiple processes or applications are sharing a common resource you will have the problem that you will want only one of them accessing / modifying that source at the time. This is also known as a concurrency problem. A mutex lock solves this problem for you. What it does: it creates a record indicating that for the unique name you passed, a lock has been given. This unique name represents a process or thread or application that can be running multiple times simultaneously. So, during the time it has the lock, no other lock with that name will be given which enforces the exclusivity. The class comes bundles with a storage-adapter class and a mysql-storage class that implements this adapter. But you can easily integrate a self-built storage class that uses another database or even flat-file system.
(0 ratings)
Reviews0
PriceFree
Views815
DTE - Devon Template Engine
DTE is Devon Template Engine based on PHP5 (OOP) and is designed to be fast and simple. Supported: display, fetch, rendering, helpers, i18n etc. DTE is very fast.
(0 ratings)
Reviews0
PriceFree
Views922
KML Creator
This package can be used to generate mapping features files in the KML format. It provides several classes that abstract different types of map features such as folders, documents, place marks, points, lines, polygons, styles, icons, labels, etc.. The main class can compose a KML document using objects of the map feature classes and generate a KML file either in plain XML or compressed format.
(0 ratings)
Reviews0
PriceFree
Views1222
awfDialog Wizard
awfDialog Wizard can be used to generate a wizard-like Web based user interface using AJAX to avoid reloading the page when advancing to a new step. It features modal forms dialogs that cannot be closed, or non-modal with an exit button. It displays included or custom icons, which may have standard 32x32 or 20x20 sizes. A Wizard display mode causes the form content region to render in two side-by-side panes. There are AJAX wizard buttons to go to the previous and next pages or cancel. You can use the built-in Help display, or override it with your own AJAX methods. The forms have configurable gradient title bar colors. The user interface elements have unique ID values to allow customization of presentation details via CSS.
(0 ratings)
Reviews0
PriceFree
Views987
Event
This package can be used to register event handlers and trigger the execution of actions when an event occurs. There are several classes that take care about registering objects that process events, trigger the execution of actions when an event is triggered, retrieving detailed information about the events.
(0 ratings)
Reviews0
PriceFree
Views1200
Pop UP Message
PHP as a server script language with strong WEB orientation , lacks the ability of outputing message popup and alert as client script (such as JS) has.This class offer a simple / cross browser way of outputing popup Msg without any Scripting or special packages
(0 ratings)
Reviews0
PriceFree
Views1056
Bsic Data Base Operatons
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.
(0 ratings)
Reviews0
PriceFree
Views777
PHP Stack
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.
(0 ratings)
Reviews0
PriceFree
Views1206
SleekTabs
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.
(0 ratings)
Reviews0
PriceFree
Views1521
Myref - PHP class library for control lists (references)
API and administrative script that help you manage "select", "checkbox" and "radio" lists (references) easy and comfortable.
(0 ratings)
Reviews0
PriceUSD 15.00
Views874
as_propsheet
This package can be used to create Web based user interfaces for configuring sets of properties. It can compose and generate HTML forms with fields that appear split between multiple pages. The form pages may be browsed using a tab or wizard like user interface. The form may be composed adding several types of fields to each form page.
(0 ratings)
Reviews0
PriceFree
Views1200
Results 61-80 of 104