![]() |
One problem with PHP 5.4.7 - 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: One problem with PHP 5.4.7 (/showthread.php?tid=56067) |
One problem with PHP 5.4.7 - El Forum - 11-24-2012 [eluser]sarbaz[/eluser] Hi One problem with PHP 5.4.7 Code: A PHP Error was encountered Code: A PHP Error was encountered Code: <?php What could be the reason for the error????? One problem with PHP 5.4.7 - El Forum - 11-24-2012 [eluser]hungryhippo[/eluser] Can you post the code from your controller and view? One problem with PHP 5.4.7 - El Forum - 11-24-2012 [eluser]sarbaz[/eluser] Controller Code: public function index(){ View Code: <? foreach($article as $row):?> Model Code: public function IndexArticleList(){ |