Welcome Guest, Not a member yet? Register   Sign In
Model does not load
#4

[eluser]boytun[/eluser]
this my model file(mdl_widg_html)

Code:
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

class Mdl_widg_html extends MY_Model {
protected $timestamps=TRUE;
public $table_name='widg_html';
protected $primary_key='id';
protected $primary_filter='intval';
protected $order_by='id desc';
public $rules=array(
  'body'=>array('field'=>'body', 'label'=>'Body', 'rules'=>'trim|required')
  );

public function __construct()
{
  parent::__construct();
    
}


}


Messages In This Thread
Model does not load - by El Forum - 04-15-2013, 06:21 AM
Model does not load - by El Forum - 04-15-2013, 06:43 AM
Model does not load - by El Forum - 04-15-2013, 06:46 AM
Model does not load - by El Forum - 04-15-2013, 07:13 AM
Model does not load - by El Forum - 04-15-2013, 07:24 AM
Model does not load - by El Forum - 04-15-2013, 07:34 AM
Model does not load - by El Forum - 04-15-2013, 07:41 AM
Model does not load - by El Forum - 04-15-2013, 07:59 AM
Model does not load - by El Forum - 04-15-2013, 09:05 AM
Model does not load - by El Forum - 04-15-2013, 09:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB