New Scripts | PHP | Scripts & Programs | Development Tools
QuickValidate
posted byScriptDirinMiscellaneous
This class can be used for your form validation either on the server side or can be called from the client side via ajax calls, but the processing will happen only on server side. The return type of the functions are boolean so you only have to check true or false and adjust the flow based on return value.
Reviews0
PriceUSD 6.00
Views554
Simple Sanitize
This class automatically sanitizes your data in various ways. Current options include “strict”, “html”, “mysql”, “both” (html and mysql), or “none”.
Each sanitizing level handles data a little bit differently. “strict” will return input with only alphanumeric characters. “html” encodes all html-entites. “mysql” escapes all special mysql characters (no mysql connection required). “both” runs the html sanitizing and then the mysql. “none” will give you the data as it is.
Optional maxlength parameters included! Before you sanitize a string, you can define the max length (for strings) or max value (for numbers). Strings will be cut off at the maxlength before it is sanitized, and numbers won’t be allowed past that value.
Reviews0
PriceUSD 6.00
Views442
CacheManager
posted byScriptDirinPerformance Enhancement
Easily and safely cache files to Memcache, APC , or your file system with CacheManager. Adapters making it easily to add onto it and expand it’s capabilities.
Reviews0
PriceUSD 7.00
Views586
The Ext4Yii Framework
posted bygevikinApplication Framework
The Ext4Yii Framework is an extension to the Yii Framework which parses XML templates to ExtJS user interface components
Reviews0
PriceEUR 450.00
Views1633
Console Log
posted byScriptDirinPerformance Enhancement
Instead of using echo and print_r to show debug information you can now write information to the Javascript console window of your favorite browser. It supports normal variables like strings and integer but also arrays and objects.
Reviews0
PriceUSD 6.00
Views586
SocketServer
posted byNavarrinLibraries & Classes
This class can be used to implement a server to handle TCP requests.
SocketServer is a foundation for allowing a user to easily create a multi-client server. Responses to connections, disconnections, and user input are done using hooks. This class has no true buffer handling, so that it may be used for any number of custom binary and plain text protocols.
Reviews0
PriceFree
Views548
Convert Your MySQL Database To A Full PHP Web Application In Few Minutes
posted byconvertersinApplication Framework
PHP MySQL Wizard is a smart PHP code generator, with absolute zero knowledge of coding the wizard can generate PHP web applications (which you can freely distribute) driven from your MySQL databases, saving you hours of tedious programming. Using the generated application both administrator and/or users will be able to view, search, sort, edit and delete records from your MySQL Databases . The wizard has many friendly and easy to use features such as: fully customizable appearance of the generated application (select or create your own style) ; Set validation rule for user entries (MIN or MAX range, special character checking) ; Custom error alerts ; Ability to set Lookup columns (to handle foreign keys) ; Advanced security options ; Ability to generate unlimited number of projects, and more Try your free Non expiring demo version now to experience how easily the wizard interface can generate for you a quality work in just few clicks....
Reviews1
PriceUSD 48.00
Views13792
DotKernel PHP Application Framework
posted bydotkernelinApplication Framework
DotKernel is not a standalone framework; it uses Zend Framework as a component library, accessing directly its classes. It has reducing the complexity of ZF by using a different approach of how the web requests are handled.
DotKernel is using a full, yet simplified HMVC (Hierarchical Model-View-Controller) architecture, easy to learn by beginner and intermediate level programmers.
Reviews0
PriceFree
Views1053
RSD Bugtrack
posted byScriptDirinBug Tracking
It has been designed from the ground up to offer a well rounded experience for both end users and admins/operators using the application. There are no limits to the application, so create as many projects/users/tickets that you need.
Reviews0
PriceUSD 14.00
Views1036
phpDebugger
posted byppetreeinDebugging & Testing
An extremely useful debugging tool that allows you to output debugging strings, variable contents etc. into a MySQL table and then view the output in another window while your scripts are running.
Reviews0
PriceFree
Views705
PHP Template Class
posted byChrisFitzinLibraries & Classes
With PHP template class you can completely separate your PHP code from your HTML without sacrificing performance or dealing with dozens of additional files to do so.
Features:
* Easy to install
* Lightweight single file (8kb)
* PHP 5 OOP makes it easy to extend
* Caches compiled templates until they’re modified
* Supports if, elseif, else, and include from within template
* Supports looped data within template
Reviews0
PriceUSD 12.00
Views497
RISE PHP for MySQL code generator
posted byrisetobloomeinUtilities
The RISE PHP for MySQL code generator renders PHP source code for database access. The generated code implements the classes and methods corresponding to the information interfaces specified in the RISE model. This includes classes for database access and, optionally, classes implementing SOAP/JSON web services and proxy classes assisting the implementation of a PHP SOAP client.
Reviews0
PriceFree
Views979
PHP DataRegistry
posted byXPerezinLibraries & Classes
Save any kind of data (string, numeric, array, record, object, files) in namespaces, with or without persistence, and allows to retrieve it anywhere.
Use it to populate data across all your application, and across all user session with optional persistence.
Simple use, easy to use with any framework or standalone.
Can get and set any type of data, also key arrays, class instantiator, and all with optional persistence.
Reviews0
PriceFree
Views658
PHP Website framework
posted bywdarmoryinApplication Framework
A complete delivery system for php client based websites.
Features:
Complete Gallery with admin
Articles & News Submission with admin
Dynamically Generated RSS feed and Site maps
Optimized for SEO
All source code provided and commented for ease of modification
Distribution license included for reselling sites built on the framework.
Also includes a starting your own web business E-Book
Contact me for an admin demo password.
Reviews0
PriceUSD 897.00
Views596
Saros Framework
posted byTheSaviorinApplication Framework
The Saros Framework utilizes PHP5's object oriented functionality as well as design patterns that are tried and true to help you create an advanced PHP website or application as quick as possible. The Saros Framework lowers code duplication by utilizing programming techniques designed specifically to solve the common problems developers come across when creating a website.
Reviews1
PriceFree
Views1016
PASTE
posted byEcKstasyinDebugging & Testing
Paste is an open source pastebin forked from the original pastebin.com script complete with a brand new design and features such as password protected pastes, archives and custom templates. An admin panel, installer and much more is still to come.
Reviews0
PriceFree
Views1675
Ext Direct App
posted byj.bruniinLibraries & Classes
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!
Reviews0
PriceFree
Views582
PHP mod_rewrite - Mod Rewrite Simulator
posted bythewolveinLibraries & Classes
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
Reviews0
PriceUSD 4.00
Views722
F3::PHP Fat-Free Framework
posted byrockjockinApplication Framework
F3::PHP Fat-Free Framework makes it easy to build entire Web sites in a jiffy. With the same power and brevity as modern Javascript toolkits and libraries, F3::PHP helps you write better-looking and more reliable PHP programs. One glance at your PHP source code and anyone will find it easy to understand, how much you can accomplish in so few lines of code, and how powerful the results are. Unlike other frameworks that force you into following a strict set of difficult-to-navigate directory structures and obtrusive programming steps, F3::PHP gives you a lot of freedom - and style.
Reviews0
PriceFree
Views819
Apparatus
posted byTinsleyinDebugging & Testing
Apparatus gives you the ability to quickly write and execute code entirely from your browser. Output and error messages are captured and reported. Access to the interface is password protected.
Reviews0
PriceFree
Views814