You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/overview/appflow.rst
+6-13Lines changed: 6 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,11 @@ Grafik berikut menggambarkan bagaimana alur data melewati sistem:
6
6
7
7
|Alur aplikasi Codeigniter|
8
8
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.
0 commit comments