![]() |
request action (i am new to CI) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: request action (i am new to CI) (/showthread.php?tid=11784) |
request action (i am new to CI) - El Forum - 09-23-2008 [eluser]Unknown[/eluser] Hi all.. first sorry for my english.. i am from czech.. My problem is: i developped some application in Ruby on Rails and CakePHP... my question is if code igniter has alternative to CakePHP "requestAction()" Or say me other way to display information by id in foreach example: Code: foreach ($articles as $article): Thanks for help from newbie request action (i am new to CI) - El Forum - 09-23-2008 [eluser]GSV Sleeper Service[/eluser] just join the authors table when you create the articles recordset. eg Code: $this->db->select('*'); request action (i am new to CI) - El Forum - 09-23-2008 [eluser]Unknown[/eluser] Thanks for your help.. |