Skip to content

emaniacs/myPhpLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My PHP collection library.

-- db.php   (database handler).
-+ db
 |-- api.SIMPLE.php (simple query building).
 |-+ sqlite
   |-- SQLITE.php (driver for sqlite connection).
   |-- utility.SQLITE.php (utility for sqlite).
 |-+ mysql
   |-- MYSQL.php (driver for mysql connection).
   |-- utility.MYSQL.php (utility for mysql).
 |-+ pgsql
   |-- PGSQL.php (driver for postgresql connection).
   |-- utility.PGSQL.php (utility for postgresql).
-- html.php (html builder).
-- request.php (request handler).
-- session.php (session handler).
-- table.php (html table builder).
-- upload.php (upload library).

About

PHP Library collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages