CodeIgniter Forums
Best 2017 CI 3 Tutorials for Newbie? - 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: Best 2017 CI 3 Tutorials for Newbie? (/showthread.php?tid=68666)



Best 2017 CI 3 Tutorials for Newbie? - ZosoKat - 08-10-2017

Any recommendations for online articles/videos on CI 3? There is a lot of CI tutorials out there and most are old.  I am a mid-level PHP developer but new to CI.  Any recommendations are appreciated!


RE: Best 2017 CI 3 Tutorials for Newbie? - InsiteFX - 08-10-2017

This is FREE Course from Udemy

CodeIgniter framework basic tutorial - (version 3 & above)


Avenir


WebEasyStep


FormGet CodeIgniter Tutorial


These are just a few if you need more Google Search is your friend

Search: CodeIgniter 3 Tutorials.


RE: Best 2017 CI 3 Tutorials for Newbie? - ZosoKat - 08-11-2017

(08-10-2017, 04:11 PM)InsiteFX Wrote: This is FREE Course from Udemy

CodeIgniter framework basic tutorial - (version 3 & above)


Avenir


WebEasyStep


FormGet CodeIgniter Tutorial


These are just a few if you need more Google Search is your friend

Search: CodeIgniter 3 Tutorials.

Thank you for these recommendations!


RE: Best 2017 CI 3 Tutorials for Newbie? - rtenny - 08-11-2017

(08-10-2017, 08:31 AM)ZosoKat Wrote: Any recommendations for online articles/videos on CI 3? There is a lot of CI tutorials out there and most are old.  I am a mid-level PHP developer but new to CI.  Any recommendations are appreciated!

I just used the CI  Tutorial
That explains how things work in CI and for me that was enough to get started and do some simple project.


RE: Best 2017 CI 3 Tutorials for Newbie? - ZosoKat - 08-11-2017

(08-11-2017, 08:42 AM)rtenny Wrote:
(08-10-2017, 08:31 AM)ZosoKat Wrote: Any recommendations for online articles/videos on CI 3? There is a lot of CI tutorials out there and most are old.  I am a mid-level PHP developer but new to CI.  Any recommendations are appreciated!

I just used the CI  Tutorial
That explains how things work in CI and for me that was enough to get started and do some simple project.

I have worked through some of those tutorials but they are limited if you run into issues and need to troubleshoot.


RE: Best 2017 CI 3 Tutorials for Newbie? - InsiteFX - 08-11-2017

echo and var_dump are great for problem solving.


RE: Best 2017 CI 3 Tutorials for Newbie? - cartalot - 08-11-2017

after you have done the basic codeigniter 3 tutorials
take a look at these free tutorial videos - they are old, its covering codeigniter 2
but they are still some of the best codeigniter tutorials, and the code is basically the same in CI 3
each video shows you from start to finish building practical apps in short videos

https://code.tutsplus.com/series/codeigniter-from-scratch--net-17602


RE: Best 2017 CI 3 Tutorials for Newbie? - ZosoKat - 08-11-2017

(08-11-2017, 12:14 PM)cartalot Wrote: after you have done the basic codeigniter 3 tutorials
take a look at these free tutorial videos - they are old, its covering codeigniter 2
but they are still some of the best codeigniter tutorials, and the code is basically the same in CI 3
each video shows you from start to finish building practical apps in short videos

https://code.tutsplus.com/series/codeigniter-from-scratch--net-17602

Thanks cartalot!