Skip to content

alinawaz/crazyDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crazyDatabase

Helping PHP Database Class - Easy to use

How to use?

  • create some test database at localhost with name of "test" or something else
  • create one table with basic 1-2 columns
  • open Database.php and set the credentails i.e. server,user,pass,db_name
  • open Example.php and replace $test = new Table("test"); this line with your table name in database
  • in Example.php also replace $r['name'] OR $row->name with your column name in the table
  • Now run the file

Getting Started?

  • Please explore the Database.php file, it has proper commented code for you to understand. There are basic functions which can be used to manupulate with all database functionalities.
  • The proper documentation of this class will be soon uploaded.

Important!

  • Please give your feedback to improve this class, as i have intended to make this class for everyday devs. Whom needs to use database queries anywhere in php with ease and no hasssle. This will save a lot of time and with your suggestions will hit the mark real soon.

Thanks, Ali Nawaz Hiraj

About

Helping PHP Database Class - Easy to use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages