Dalam folder application ada folder models kemudian buatlah file php baru dengan nama MLogin.php dan isilah kodingnya sebagai berikut :
<?php
class MLogin extends CI_Model {
public function login($table, $where)
{
return $this->db->get_where($table, $where);
}
}
<?php
class MLogin extends CI_Model {
public function login($table, $where)
{
return $this->db->get_where($table, $where);
}
}
ConversionConversion EmoticonEmoticon
Note: Only a member of this blog may post a comment.