Database Abstractions

CRUD Gen

CRUD Gen

CRUD Gen is a server side application. It automatically creates a CRUD [Create,Read,Update,Delete] grid table for any database table you specify. It is very useful if you are creating a back-end admin panel for your system. And you can also use it to give your client an editable table without revealing your DB connection info. It is highly customizable, which means, you can control table’s titles, specify which column to show and hide, limit...

Easyforms - Generate Forms from DB

Easyforms - Generate Forms from DB

Easyforms allows you to automatically generate forms from MySQL tables, process submitted forms to add data into the table, and generate paginated HTML tables to gracefully output your database to your web pages. Forms and tables generated with Easyforms are flexible, allowing you to change field names and remove fields that you don’t need. They are also protected from SQL Injection attacks, allowing you to use Easyforms for any kind of for...

Ajax Data Grid With Multiple Color

Ajax Data Grid With Multiple Color

A data grid using ajax to load data, ability to sort each field, specify a field to search, pagination, and choose the number of record view per page. All done in ajax, which means fast performance and less traffic! Ideal for backend management and admin page. (i.e. User management, product management, etc.) Ajax Data Grid Features include: Powered by jQuery Load data using ajax, save server resource Sort record by each field Can specif...

MyOM - object to mysql database mapper classes

MyOM - object to mysql database mapper classes

MyOM is a distribution of 4 classes wich will help you to work with the database(MySQL) in terms of class instances instead of recordsets. It isolates database layer from the business logic. It will help you to store database queries in simple xml files and it isolates database api from your application code. You code will be more readable, more beautifull, object oriented, more easy to support. it is very easy to connect with the database, ju...

CreativeTable

CreativeTable

CreativeTable it’s a php class that builds a table based on the data retrieved by an SQL query or an 2D Array. It has lots of options and it’s very, very configurable. It’s perfect to incorporate with your backoffices, because it’s very flexible and very easy to build. You can also easily integrate with your sites. Features very easy to configurate support almost all sql queries, if not all extremely flexible super fast searc...

Super MySQL Terminal

Super MySQL Terminal

Super MySQL Terminal is a php mysql shell emulator. You can work with your share-hosted remote mysql like your localhost. Now, this script supports following commands: 1). mysql -h [host] -u [user] -p [password] 2). use [database name] 3). standard sql statements. etc. Please try it on our demo server: http://www.dbfacephp.com/mysqlterminal Type “mysql -u tmwo0929_demo -p jsding” to connect the demo database, and type some “select” s...

Google Charting Wizard for MySQL

Google Charting Wizard for MySQL

Google Charting Wizard for MySQL helps you drill down data to Google Chart from your MySQL database directly; Features: 1. Nice ajax powered wizard; 2. Support joined table datasource; 3. Filter data from datasource on the fly; 4. 3 chart URL : cached url on your own server, fresh url, Google Chart API URL Support Any question about me and my scripts, please let me know. We’d like to help Email : support@tmworks.org GTalk: tommickjava@gma...

PHP Setup Wizard

PHP Setup Wizard

With PHP Setup Wizard you can improve your own project with a powerful setup system. With just few lines of code and some configuration changes, you can have an installer for your system deployment in few minutes. Feature Highlights Customizable step by configuration with basic error checking Can require minimum PHP version or version range Checks if folder is writeable and performs test-write Login and database are verified before writing t...

Database Grid

Database Grid

This small script simply shows your data in paged, table view. You can quickly and easily create data views in your admin pages, displaying spreadsheet type datas, product listings etc… Here is some features about data grid: Pagination, Sorting, Search/Filter, Define Post-Process Function You can’t edit the data in this grid. This is just a grid not data management script. It just generates a table view of your data. Here is the Ma...

MySQL Database Navigation and Pagination

MySQL Database Navigation and Pagination

MySQL Database Navigation and Pagination Introduction If you are working with hosting MySQL databases, and pick up data from them frequently, this script may make your life easy working with them. navigate and paginate to your databases tables; Filter table data on the fly without coding SQL ; export table data(may contains filter conditions) to csv etc. format; SQL Editor helps you fire queries from database and export the resultset; Web...