コード例 #1
0
ファイル: old_db_import.php プロジェクト: robchett/uknxcl
function get_manu($manu)
{
    $res = db::result('SELECT mid FROM manufacturer WHERE title =:title', array('title' => $manu));
    if ($res) {
        return $res->mid;
    }
}