seedproject-web/api/public/models/games_model.php

17 lines
290 B
PHP
Raw Normal View History

<?php
class Games_Model extends Model
{
public function __construct()
{
parent::__construct();
}
public function getGames()
{
//$Return = $this->db->select("select * from creditorinfo");
//return json_encode($Return);
}
} // End Class