![]() |
can i use view instead of table? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: can i use view instead of table? (/showthread.php?tid=31667) |
can i use view instead of table? - El Forum - 06-28-2010 [eluser]mario simaremare[/eluser] dear all, i am looking for answers about using view instead of table, any one knows? i mean to retrieve information from it [view]. thanks. can i use view instead of table? - El Forum - 06-28-2010 [eluser]Hernando[/eluser] You can use a view, but you need mySql 5+ can i use view instead of table? - El Forum - 06-28-2010 [eluser]InsiteFX[/eluser] This is in the Users Guide! Views Look at the very bottom of the page... InsiteFX can i use view instead of table? - El Forum - 06-28-2010 [eluser]mario simaremare[/eluser] thanks for hernando and a giant question mark for InsiteFX, sorry. i've tried using view instead of table, it's better than create a very complex query then execute it. thanks! |