Как это сделать?
Код: Выделить всё
function manager(){
$email = 'xxxx@gmail.com';
$result = $this->user_model->getUserinformationData( );
$result1= $result->where('user.email',$email);
echo '
';print_r($result1);exit;
}
function getUserinformationData(){
$querysucess = $this->db->select('*')->get('user');
return $querysucess;
}
Подробнее здесь: https://stackoverflow.com/questions/380 ... ition-anot
Мобильная версия