![]() |
New to codeigniter and php - 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: New to codeigniter and php (/showthread.php?tid=58785) |
New to codeigniter and php - El Forum - 07-19-2013 [eluser]Unknown[/eluser] I am new to codeigniter and php, should i practice php on plain editor or on codeigniter. I want to use plain editor php code with mvc is it possible? New to codeigniter and php - El Forum - 07-19-2013 [eluser]sv3tli0[/eluser] 1st step = learn all main PHP syntax rules and control structures http://www.php.net/manual/en/language.basic-syntax.php http://www.php.net/manual/en/control-structures.intro.php 2nd step = read about common php functions and libs, here you can find all you need: http://www.php.net/manual/en/index.php 3rd step = learn about OOP PHP coding (object oriented progr.) http://php.net/manual/en/language.oop5.php 4th step = learn some Codeignter.. http://ellislab.com/codeigniter/user-guide/ - manual and try to find some easy CI lessons. You should move threw those steps and after some time of practice you will learn it ![]() |