Код: Выделить всё
user, plan, achievement, user_plan, user_achievement
Код: Выделить всё
User
id
name
Plan
id
name
achievement
id
name
*planID
user_plan
*planid
*userid
user_achievement
*achievementid
*userid
*createDate
Код: Выделить всё
$this->db->select('*');
$this->db->from('user');
$query = $this->db->get();
Спасибо.>
Подробнее здесь: https://stackoverflow.com/questions/240 ... rent-table
Мобильная версия