コード例 #1
0
ファイル: txtsql.php プロジェクト: masayukiando/mailform-php
 function getcount($connect, $table, $condition = "", $limit = "")
 {
     $db = new CTextDB();
     return $db->count($condition, $table);
 }