Ignore:
Timestamp:
May 30, 2006 9:30:35 PM (18 years ago)
Author:
scdev
Message:

finished updating DB:: to $db->

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0singleton/docs/coding_standards.txt

    r127 r130  
    214214    function getSetEnumFieldValues()
    215215    {
    216         $qid = DB::query("SHOW COLUMNS FROM $db_table LIKE '$db_col'",false);
     216        $db =& DB::getInstance();
     217       
     218        $qid = $db->query("SHOW COLUMNS FROM $db_table LIKE '$db_col'",false);
    217219
    218220        $row = mysql_fetch_row($qid);
Note: See TracChangeset for help on using the changeset viewer.