¡@

Home 

php Programming Glossary: tbl_tickets_replies

join 3 tables in mysql codeigniter

http://stackoverflow.com/questions/11524752/join-3-tables-in-mysql-codeigniter

role_name tbl_users id role_id username email password tbl_tickets_replies id ticket_id user_id role_id comments role_id id id are primary.. tbl_roles. comments from tbl_tickets where ticket_id from tbl_tickets_replies ticket_id coming as a parameter. My Model Function is function.. is function fetch_comments ticket_id this db select 'tbl_tickets_replies.comments tbl_users.username tbl_roles.role_name' this db where..