Changeset 27545
- Timestamp:
- 02/04/10 09:57:49 (3 years ago)
- Files:
-
- doc/branches/1.4/forms/en/01-Form-Creation.txt (modified) (1 diff)
- doc/branches/1.4/forms/en/B-Validators.txt (modified) (1 diff)
- doc/branches/1.4/forms/it/02-Form-Validation.txt (modified) (1 diff)
- doc/branches/1.4/forms/it/A-Widgets.txt (modified) (1 diff)
- doc/branches/1.4/getting-started/it/03-Symfony-Installation.markdown (modified) (4 diffs)
- doc/branches/1.4/reference/it/02-YAML.markdown (modified) (3 diffs)
- doc/branches/1.4/reference/it/04-Settings.markdown (modified) (1 diff)
- doc/branches/1.4/reference/it/06-Admin-Generator.markdown (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.4/forms/en/01-Form-Creation.txt
r26773 r27545 67 67 The `setWidgets()` method is used to define the widgets used in the form. The `setWidgets()` method accepts an associative array where the keys are the field names and the values are the widget objects. Each widget is an object inheriting from the `sfWidget` class. For this example we used two types of widgets: 68 68 69 * `sfWidgetFormInput `: This widget represents the `input` field69 * `sfWidgetFormInputText`: This widget represents the `input` field 70 70 * `sfWidgetFormTextarea`: This widget represents the `textarea` field 71 71 doc/branches/1.4/forms/en/B-Validators.txt
r26964 r27545 711 711 | `model` | n/a | The model class (required) 712 712 | `criteria` | n/a | A criteria to use when retrieving objects 713 | `column` | n/a | The column name ( nullby default which means the primary key is used) - must be in field name format713 | `column` | n/a | The column name (`null` by default which means the primary key is used) - must be in field name format 714 714 | `connection` | n/a | The Propel connection to use (`null` by default) 715 715 | `multiple` | n/a | `true` if the select tag must allow multiple selections doc/branches/1.4/forms/it/02-Form-Validation.txt
r26917 r27545 604 604 } 605 605 606 Dovreste ora poter validare la vostraform e recuperare il valore606 Si dovrebbe ora poter validare il form e recuperare il valore 607 607 inviato nella pagina di ringraziamento. 608 608 doc/branches/1.4/forms/it/A-Widgets.txt
r26965 r27545 256 256 257 257 `sfWidgetFormInputFileEditable` è un widget input file, che estende il 258 widget `sfWidgetFormInputFile` per aggiungere la possibilità di mostrare o rimuovere un258 widget `sfWidgetFormInputFile` per aggiungere la possibilità di mostrare o rimuovere un 259 259 file caricato in precedenza. 260 260 doc/branches/1.4/getting-started/it/03-Symfony-Installation.markdown
r25200 r27545 60 60 ------------------------ 61 61 62 ### Installazion da un archivio62 ### Installazione da un archivio 63 63 64 64 Il modo più facile per installare symfony è quello di scaricare l'archivio … … 67 67 [symfony 1.4](http://www.symfony-project.org/installation/1_4) per esempio. 68 68 69 Nella sezione "** Source Download**" sono disponibili gli archivi nei formati69 Nella sezione "**Download as an Archive**" sono disponibili gli archivi nei formati 70 70 `.tgz` o `.zip`. Scaricare l'archivio nella cartella appena creata 71 71 `lib/vendor/`, scompattarlo e rinominare la cartella in `symfony`: … … 134 134 require_once dirname(__FILE__).'/../lib/vendor/symfony/lib/autoload/sfCoreAutoload.class.php'; 135 135 136 In questo modo, si può spo tare la cartella del progetto ovunque, senza136 In questo modo, si può spostare la cartella del progetto ovunque, senza 137 137 problemi. 138 138 … … 147 147 > c:\> php lib\vendor\symfony\data\bin\symfony 148 148 > 149 >La riga di comando di symfony è la migliore amicadello sviluppatore. Mette150 >a disposizione molti strumenti che migliorano la vostraproduttività per149 >La riga di comando di symfony è il migliore amico dello sviluppatore. Mette 150 >a disposizione molti strumenti che migliorano la produttività per 151 151 >attività giornaliere come pulizia della cache, generazione di codice e molto 152 152 >altro. doc/branches/1.4/reference/it/02-YAML.markdown
r24335 r27545 45 45 >**TIP** 46 46 >Lo stile con apici doppi fornisce un modo per esprimere stringhe arbitrarie, 47 > usando delle sequenze di escape `\`. È molto utile quando si ha bisogno47 >usando delle sequenze di escape `\`. È molto utile quando si ha bisogno 48 48 >di inserire un `\n` o un carattere unicode in una stringa. 49 49 … … 284 284 [yml] 285 285 "symfony 1.0": 286 end_of_maint ainance: 2010-01-01286 end_of_maintenance: 2010-01-01 287 287 is_stable: true 288 288 release_manager: "Gregoire Hubert" … … 296 296 297 297 "symfony 1.2": 298 end_of_maint ainance: 2008-11-01298 end_of_maintenance: 2008-11-01 299 299 is_stable: true 300 300 release_manager: 'Fabian Lange' doc/branches/1.4/reference/it/04-Settings.markdown
r25799 r27545 168 168 169 169 È vivamente consigliato di cambiare il valore predefinito con una chiave segreta 170 univoca di vostra scelta.170 univoca di propria scelta. 171 171 172 172 >**TIP** doc/branches/1.4/reference/it/06-Admin-Generator.markdown
r25817 r27545 31 31 class: sfPropelGenerator 32 32 param: 33 # An array of parameters33 # Un array di parametri 34 34 35 35 Il file contiene due voci principali: `class` e `param`. La classe è … … 71 71 >**NOTE** 72 72 >Tutte le opzioni sono disponibili sia per Propel che per Doctrine e funzionano 73 >allo stesso modo se non diversamente indicato.73 >allo stesso modo, se non diversamente indicato. 74 74 75 75 ### Campi