Tagged Questions
0
votes
1answer
167 views
How to insert into a table join other table using Activerecord in CodeIgniter?
I'm new to CodeIgniter and ORM, I hope you guys can help me with this.
The question table:
CREATE TABLE `question` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(128) NOT NULL ...