1
2
3
/**
 * Get the article destined for the front page
...

Java Closing database connection...

by junkyjunk, July 31, 2008 02:35, 4 refactorings, tagged with database, java, javabeans, database leak

I am making a blog for fun ...

Avatar Talk
1
2
3
+----------+-------------+------+-----+---------+----------------+
| Field    | Type        | Null | Key | Default | Extra          |
...

PHP Object with Field names as ...

by Ishkur, July 28, 2008 19:35, 6 refactorings, tagged with php5, field names, database, object

What I am trying to do is a...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
1
2
3
4
<?php

class DB {
...

PHP PHP5 Database Clas

by Ishkur, July 21, 2008 16:33, 3 refactorings, tagged with php5, database, class

For the most part, this cla...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
1
2
3
4
class DB {
        /*
        $c=new DB();
...

PHP Database Class

by seal-7.blogspot.com, July 09, 2008 17:47, 4 refactorings, tagged with database, php

We use this class in 1000's...

Avatar Talk