Joël Cox | c2b4881 | 2011-10-10 20:24:46 +0200 | [diff] [blame] | 1 | ########## |
| 2 | Conclusion |
| 3 | ########## |
Joël Cox | 3bf17fb | 2011-10-09 19:20:12 +0200 | [diff] [blame] | 4 | |
| 5 | This tutorial did not cover all of the things you might expect of a |
| 6 | full-fledged content management system, but it introduced you to the |
| 7 | more important topics of routing, writing controllers, and models. We |
| 8 | hope this tutorial gave you an insight into some of CodeIgniter's basic |
| 9 | design patterns, which you can expand upon. |
| 10 | |
| 11 | Now that you've completed this tutorial, we recommend you check out the |
| 12 | rest of the documentation. CodeIgniter is often praised because of its |
| 13 | comprehensive documentation. Use this to your advantage and read the |
| 14 | "Introduction" and "General Topics" sections thoroughly. You should read |
| 15 | the class and helper references when needed. |
| 16 | |
| 17 | Every intermediate PHP programmer should be able to get the hang of |
| 18 | CodeIgniter within a few days. |
| 19 | |
| 20 | If you still have questions about the framework or your own CodeIgniter |
| 21 | code, you can: |
| 22 | |
Andrey Andreev | 355f9ac | 2014-10-29 01:33:02 +0200 | [diff] [blame] | 23 | - 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 Cox | 3bf17fb | 2011-10-09 19:20:12 +0200 | [diff] [blame] | 26 | |