Laravel this is not only a practical framework, it is also a programming style
function count_item($id ,$table_name) {
$count = DB::table($table_name)->where($id , 'replay_subject' )->count(); return $count;
}
Aucun commentaire:
Enregistrer un commentaire