<?php
/**
 * Database: MySQL connection
...

PHP MySQL database class

by lukas, September 02, 2009 20:20, 5 refactorings, tagged with php, mysql, database

This is a class to do all t...

A54000a44341dc35ab30a332a49784d3 Talk
/**
 * am_getLatestHighScores
 *
...

PHP Retrieve username by user I...

by djkee.myopenid.com, May 17, 2009 06:04, 1 refactoring, tagged with database, compare, username, userid

I am looking for a way to r...

97096aca157a48f03443eae96ed2d118 Talk
+----------+-------------+------+-----+---------+----------------+
| Field    | Type        | Null | Key | Default | Extra          |
...

PHP Object with Field names as ...

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

What I am trying to do is a...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
<?php

class DB {
...

PHP PHP5 Database Clas

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

For the most part, this cla...

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

PHP Database Class

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

We use this class in 1000's...

55502f40dc8b7c769880b10874abc9d0 Talk