CodeIgniter Forums
Connecting View, Controller, Model (varibles) - 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: Connecting View, Controller, Model (varibles) (/showthread.php?tid=44192)



Connecting View, Controller, Model (varibles) - El Forum - 08-06-2011

[eluser]Unknown[/eluser]
hey i'm new to CI and i was wondering which topics in the user guide explain the link (passing variables/values) between the view controller and model.

If anyone knows any side tutorials for the link between all please send link.

Very pumped to learn

Thanks!!!


Connecting View, Controller, Model (varibles) - El Forum - 08-07-2011

[eluser]InsiteFX[/eluser]
CodeIgniter User Guide - Views

CodeIgniter User Guide - Models

InsiteFX