Skip to content

Commit aef5bd5

Browse files
committed
improve caption
1 parent e2988ba commit aef5bd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

working-with-controllers/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description: Tutorial on how to work with controllers in Fano Framework
88
<a href="/assets/images/request-response-cycle.svg">
99
<img src="/assets/images/request-response-cycle.svg" alt="Request response cycle diagram" width="60%">
1010
</a>
11+
1112
Request response cycle diagram.
1213

1314
When web application receives [request](/working-with-request), [dispatcher](/dispatcher) uses uri and HTTP method to [match route](/working-with-router) for the request. If route is found, associated controller will be called, otherwise it raises `ERouteHandlerNotFound` exception. Controller than fetch required data from model. Model may retrieve data from storage such as database system. View builds response output to controller which pass response back to web server and eventually back to client browser.

0 commit comments

Comments
 (0)