Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Carsten Brandt 36bebbfefb use id instead of name for anchor references in the guide 10 years ago
..
README.md Update README.md 10 years ago
intro-upgrade-from-v1.md Italian translation of intro-upgrade-from-v1.md 10 years ago
intro-yii.md Beginning italian translation 10 years ago
start-installation.md use id instead of name for anchor references in the guide 10 years ago

README.md

La guida definitiva a Yii 2.0

Questa guida è rilasciata nei termini della documentazione di Yii.

Tutti i diritti riservati.

2014 (c) Yii Software LLC.

Traduzione italiana a cura di Lorenzo Milesi (yetopen.it).

Introduzione

Primi passi

Struttura dell'applicazione

Gestione delle richieste

Concetti chiave

Utilizzo del database

  • Data Access Objects: Connessione ad un database, query semplici, transazioni e modifiche allo schema
  • Query Builder: Esecuzione di query al database usando un semplice livello di astrazione
  • Active Record: The Active Record ORM, retrieving and manipulating records, and defining relations
  • Migrazoni: Applicare il controllo di versione al database in un ambiente di sviluppo di gruppo
  • TBD Sphinx
  • TBD Redis
  • TBD MongoDB
  • TBD ElasticSearch

Ricezione dati dagli utenti

Visualizzazione dei dati

Sicurezza

Cache

Servizi web RESTful

Strumenti di sviluppo

Test

Argomenti speciali

Widget

  • GridView: link to demo page
  • ListView: link to demo page
  • DetailView: link to demo page
  • ActiveForm: link to demo page
  • Pjax: link to demo page
  • Menu: link to demo page
  • LinkPager: link to demo page
  • LinkSorter: link to demo page
  • Widget Bootstrap
  • Widget Jquery UI

Helper