Skip to content

Commit 6684299

Browse files
committed
Merge pull request #21 from codeigniter-id/translate-overview-appflow
[TRANSLATE] Overview application flow
2 parents 46357df + 7a312b8 commit 6684299

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

source/overview/appflow.rst

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,11 @@ Grafik berikut menggambarkan bagaimana alur data melewati sistem:
66

77
|Alur aplikasi Codeigniter|
88

9-
#. The index.php serves as the front controller, initializing the base
10-
resources needed to run CodeIgniter.
11-
#. The Router examines the HTTP request to determine what should be done
12-
with it.
13-
#. If a cache file exists, it is sent directly to the browser, bypassing
14-
the normal system execution.
15-
#. Security. Before the application controller is loaded, the HTTP
16-
request and any user submitted data is filtered for security.
17-
#. The Controller loads the model, core libraries, helpers, and any
18-
other resources needed to process the specific request.
19-
#. The finalized View is rendered then sent to the web browser to be
20-
seen. If caching is enabled, the view is cached first so that on
21-
subsequent requests it can be served.
9+
#. File ``index.php`` berfungsi sebagai *front controller*, menginisialisasi *resource* utama yang dibutuhkan untuk menjalankan CodeIgniter.
10+
#. *Router* memeriksa *HTTP request* untuk menentukan apa yang harus dilakukan dengan itu.
11+
#. Jika file *cache* ada, dikirim langsung ke browser, melewati eksekusi sistem normal.
12+
#. Keamanan. Sebelum *controller* aplikasi dimuat, *HTTP request* dan setiap data pengguna yang di *submit* disaring terlebih dahulu untuk keamanan.
13+
#. *Controller* memuat *model*, *library* utama, *helper*, dan setiap *resource* lainnya yang diperlukan untuk memproses permintaan khusus.
14+
#. *View* di *render* kemudian dikirim ke web browser agar dapat dilihat. Jika *caching* diaktifkan, *view* di *cache* terlebih dahulu sehingga pada permintaan berikutnya dapat dilayani.
2215

2316
.. |Alur aplikasi Codeigniter| image:: ../images/appflowchart.gif

0 commit comments

Comments
 (0)