blob: 0d90cde6f62500d44ce584c327ffa3b05ea54b38 [file] [log] [blame]
Joël Coxc2b48812011-10-10 20:24:46 +02001##########
2Conclusion
3##########
Joël Cox3bf17fb2011-10-09 19:20:12 +02004
5This tutorial did not cover all of the things you might expect of a
6full-fledged content management system, but it introduced you to the
7more important topics of routing, writing controllers, and models. We
8hope this tutorial gave you an insight into some of CodeIgniter's basic
9design patterns, which you can expand upon.
10
11Now that you've completed this tutorial, we recommend you check out the
12rest of the documentation. CodeIgniter is often praised because of its
13comprehensive documentation. Use this to your advantage and read the
14"Introduction" and "General Topics" sections thoroughly. You should read
15the class and helper references when needed.
16
17Every intermediate PHP programmer should be able to get the hang of
18CodeIgniter within a few days.
19
20If you still have questions about the framework or your own CodeIgniter
21code, you can:
22
Andrey Andreev355f9ac2014-10-29 01:33:02 +020023- Check out our `forums <http://forum.codeigniter.com/>`_
24- Visit our `IRC chatroom <https://github.com/bcit-ci/CodeIgniter/wiki/IRC>`_
25- Explore the `Wiki <https://github.com/bcit-ci/CodeIgniter/wiki/>`_
Joël Cox3bf17fb2011-10-09 19:20:12 +020026