|
2 | 2 | Kesimpulan
|
3 | 3 | ##########
|
4 | 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. |
| 5 | +Tutorial ini tidak mencakup semua hal yang Anda harapkan dari *content |
| 6 | +management system*, tetapi memperkenalkan Anda ke topik yang lebih penting dari |
| 7 | +routing, menulis controller*, dan *model*. Kami berharap tutorial ini memberi |
| 8 | +Anda wawasan tentang beberapa pola desain dasar CodeIgniter, yang dapat Anda |
| 9 | +perluas. |
10 | 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. |
| 11 | +Sekarang Anda telah menyelesaikan tutorial ini, kami sarankan Anda memeriksa |
| 12 | +sisa dokumentasi. CodeIgniter sering dipuji karena sifat dokumentasinya yang |
| 13 | +komprehensif. Gunakan ini untuk keuntungan Anda dan baca "Pengantar" dan "Topik |
| 14 | +Umum" secara menyeluruh. Anda harus membaca referensi *class* dan *helper* bila |
| 15 | +diperlukan. |
16 | 16 |
|
17 |
| -Every intermediate PHP programmer should be able to get the hang of |
18 |
| -CodeIgniter within a few days. |
| 17 | +Setiap programmer PHP menengah seharusnya bisa memahami CodeIgniter dalam |
| 18 | +beberapa hari. |
19 | 19 |
|
20 |
| -If you still have questions about the framework or your own CodeIgniter |
21 |
| -code, you can: |
| 20 | +Jika Anda masih memiliki pertanyaan tentang *framework* atau kode CodeIgniter |
| 21 | +Anda sendiri, Anda dapat: |
22 | 22 |
|
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/>`_ |
| 23 | +- Mengunjungi `forum kami <http://forum.codeigniter.com/>`_ |
| 24 | +- Mengunjungi `IRC chatroom <https://github.com/bcit-ci/CodeIgniter/wiki/IRC>`_ |
| 25 | +- Menjelajahi `Wiki <https://github.com/bcit-ci/CodeIgniter/wiki/>`_ |
26 | 26 |
|
0 commit comments