21 lines
322 B
PHP
21 lines
322 B
PHP
<?php
|
|
|
|
namespace UElearning\Database;
|
|
|
|
use UElearning\Exception;
|
|
|
|
require_once UELEARNING_LIB_ROOT.'/Database/Database.php';
|
|
require_once UELEARNING_LIB_ROOT.'/Database/Exception.php';
|
|
|
|
class DBRecomamnd extends Database
|
|
{
|
|
public function __construct()
|
|
{
|
|
|
|
}
|
|
|
|
protected function queryBelongByWhere($where)
|
|
{
|
|
|
|
}
|
|
} |