Quick links: Content - sections - sub sections
EN FR

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
it:manuale-1.1:principles [2010/02/15 16:19] – created aiacoponiit:manuale-1.1:principles [2010/02/15 16:47] aiacoponi
Line 1: Line 1:
 ~~LANG:FR@fr:manuel-1.1:principes~~ ~~LANG:FR@fr:manuel-1.1:principes~~
  
-Here are some explanations on how the framework can work and on the main objects that you will have to use.+In questo paragrafo viene spiegato il funzionamento del framework ed i principali oggetti che avrete occasione di utilizzare. 
 +Il framework è basato sul principio che ad ogni azione corrisponda un URL.
  
-The framework is based on this principle: each url is corresponding to an action. 
  
- +===== Passaggi dell'esecuzione =====
- +
-===== Executions steps =====+
  
 {{http://jelix.org/images/schema_logic.png}} {{http://jelix.org/images/schema_logic.png}}
  
-  - The web server receives an HTTP request +  - Il server web riceve una richiesta HTTP 
-    * The entry point is executed by the server when a url indicates it. It'@@F@index.php@@ by default.+    * se non diversamente specificato nell'URL della richiesta, viene eseguito lo script @@F@index.php@@.
     * This script instantiates a @@C@jRequest@@ object and a @@C@jCoordinator@@ coordinator.     * This script instantiates a @@C@jRequest@@ object and a @@C@jCoordinator@@ coordinator.
     * The @@C@jRequest@@ object then analyzes the content of the http request to be able to extract data from it. These data can be in the url and/or in the body of the request (POST method for example).      * The @@C@jRequest@@ object then analyzes the content of the http request to be able to extract data from it. These data can be in the url and/or in the body of the request (POST method for example). 

it/manuale-1.1/principles.txt · Last modified: 2010/02/15 16:55 by aiacoponi

Recent changes RSS feed Creative Commons License