JC

Animateur BPJEPS Loisirs tout public
Animateur de jeux de société

...
Register initialized
Resources initialized
Output initialized
# CREATE APPLICATION
Create router
Read request
Request initialized
request uri [/]
Read config
# SETUP APPLICATION
[ PASS ] add route [:Error404] for url [/err404]
[ PASS ] add route [index] for url [/]
initialize module [Simple Blog]
Create routes
[ PASS ] add route [get_article] for url [/article/*]
[ PASS ] add route [get_articles_list] for url [/articles]
[ PASS ] add route [post_article] for url [/article/post/*]
initialize module [Sondage]
Create routes
[ PASS ] add route [sondage] for url [/sondage]
# RUN MODULES
Run blog
Run sondage
# RUN APPLICATION
# EXECUTE ACTION
execute action [:index]
# DISPLAY RESULT