Changes between Version 6 and Version 7 of リファクタリングガイドライン


Ignore:
Timestamp:
2011/02/01 23:15:22 (13 years ago)
Author:
nanasess
Comment:

関数に return が無かったのを修正

Legend:

Unmodified
Added
Removed
Modified
  • リファクタリングガイドライン

    v6 v7  
    272272    $objQuery =& SC_Query::getSingletonInstance(); 
    273273    $arrResults = $objQuery->select('*', 'table_name', $where, $arrValues); 
     274    return $arrResults; 
    274275} 
    275276$arrResults = getResults();