CodeIgniter Forums
Tutorial in the User Guide - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Tutorial in the User Guide (/showthread.php?tid=67359)



Tutorial in the User Guide - p3aul - 02-14-2017

Hi! I'm new to codeigniter and I installed it on my local server and tried following the user Guide Tutorial. Unfortunately, it's kinda vague. he author gives the code sometimes without telling you what file to type the code in. One instance I'm referring to is he presents the code for a function to check if a page exists. Well at this point there are two pages, home and about. He statically uses home as the argument for the view function. He doesn't tell you in what file to put this function nor does he tell you if you must create or modify this function and paste it somewhere else.

I am confused. Can someone tell me what's missing or recommend a more complete tutorial?

Thanks,
Paul


RE: Tutorial in the User Guide - salain - 02-14-2017

Hi,

The section of the tutorial you are referring is "Adding logic to the controller", so the controller file is what they are talking about.
As for a more complete tutorial, have a look at this site http://avenir.ro/en/