![]() |
Problem loading data mapper objects to view with Ocular - 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: Problem loading data mapper objects to view with Ocular (/showthread.php?tid=23894) |
Problem loading data mapper objects to view with Ocular - El Forum - 10-25-2009 [eluser]geshan[/eluser] Previously using Ocular 0.25 I was able to set an object as a view data, that I could access in the view: like: Code: $b= new book(); $b->get_where("id",5); Code: $b= new book(); $b->get_where("id",5); Can anyone help me with the solution, I am using Ocular 1.0.1 and Data Mapper 1.5.4 but I am not able to load an object in the view. |