我已为此编写此代码。
((..))
但它显示警告。
警告: 包括(/home/qpay21/public_html/Cryptofam/application/views/errors/html/error_php.php): 无法打开流:没有这样的文件或目录 /home/qpay21/public_html/Cryptofam/system/core/Exceptions.php在线 268
答案 0 :(得分:0)
在获取内部你需要指定你的表名
尝试:
$now = date('Y-m-d H:i:s'); //now will be equal to the exact second its executed,
//$now = date('Y-m-d'); //equal to today
return $this->db->select('*')
->where('startdate <', $now)
->where('enddate <', $now)
->get('name_of_table')->result();