PDA

View Full Version : Simple database class 1.8 write less,do more



astkboy2008
December 29th, 2009, 08:15 PM
i mean by write less,do more
this mean instead of write for example query then mysql_fech_array then make loop
you can make all this in one function
by this kind of classes (http://www.jooria.com/scripts/Databases-130/)
today
i get new class today
its written by jonasjohn
This class provides some simple methods to access a MySQL database.
It's does not contain any revolutionary functions, but the basics
are implemented.

(8 examples included)
this is the source code for the 8 examples



example_1.php [561 B] (http://www.jooria.com/view/file/457/8)
example_2.php [544 B] (http://www.jooria.com/view/file/457/0)
example_3.php [401 B] (http://www.jooria.com/view/file/457/1)
example_4.php [393 B] (http://www.jooria.com/view/file/457/2)
example_5.php [376 B] (http://www.jooria.com/view/file/457/3)
example_6.php [581 B] (http://www.jooria.com/view/file/457/4)
example_7.php [576 B] (http://www.jooria.com/view/file/457/5)
example_8.php [645 B] (http://www.jooria.com/view/file/457/6)


download the class + 8 example in zip archive (http://www.jooria.com/downloads/457/database_class_v1.8.zip)
or view the class source code (http://www.jooria.com/view/file/457/7)