Categories
Tags → Php Db Class

florDBProcess: The easy way to do MySQL database scripting with PHP

Coding data access methods in PHP for the MySQL we very often come across the same connect, fetch, query and other methods. Here is a php script which creates a class for DB access, called DBprocess, and in a way makes inserts, updates, selects...
DETAILS

Creating an object oriented MySQL abstraction class

In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how ...
DETAILS

Micro DB Manager

Micro DB Manager is a database abstraction class written in PHP using object oriented technologies. The class realize the following functionalities: * Connectiong to the databse * Executing queries * Converting results to asso...
DETAILS

Simple SQL

DESCRIPTION: Simple SQL provides functions to retrieve single fields or rows of a table, insert rows given arrays of column names and values, update single fields of a given table row, delete given table rows and many other common needs. ADVAN...
DETAILS

MySQL Backup Pro

This package is meant to provide backup and restore services of MySQL databases. It provides a friendly tab based user interface that lets the users create backups of given MySQL databases to files, listing previously generated backups, restore ...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

php calendar class

A codefork of the author''s original php Calendar generation function. This class uses a db with events listed as start_date and end_date. a class is used to indicate which days have events on them. Also provides next month a previous month methods.
DETAILS

PHP Bind 8

PHPBind is a complete PHP class for managing BIND 8.2''s configuration files. Using no outside resources, and implemented completely within PHP it offers full control of named.conf and associated (or not) domain db files.
DETAILS
©2003-2019 jCay.com