請看下面的控制器笨2 <?php
class user extends CI_Controller {
function __construct() {
parent::__construct();
}
function index($id) {
// do something here
}
}
> 所以我的網址是 ht
我是CodeIgniter的新手,並且無法使用ActiveRecord語法加載簡單數據庫表(名爲'entries')的內容 - 我正在獲取空白頁面。 這裏是我的控制器: class Blog extends CI_Controller {
function Blog() {
parent::__construct();
}
function all()
我在CodeIgniter中只使用此代碼獲取一個特色項目。我想獲得5個不同的特色項目。 我的模型: // GET THE FEATURED PRODUCTS
function getMainFeature(){
$data = array();
$this->db->select("id, a_title, a_description, a_image");