Files
Pavel Dovlatov bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci]
* Updated php.net link for some MemCache properties [skip ci]

* Changed protocol to https for links to php.net in comments

* Changed protocol to https for links to php.net in code

* Changed www.php.net (http) to secure.php.net (https) in comments

* Changed www.php.net (http) to secure.php.net (https) in code

* Changed protocol to https for links to php.net in UPGRADE.md

* Changed protocol to https for links to pecl.php.net in comments

* Changed us.php.net to secure.php.net (https) in comments

* Changed protocol to https for links to php.net in docs

* Changed www.php.net (http) to secure.php.net (https) in docs

* Changed protocol to https for links to pecl.php.net in docs

* Changed ru/jp.php.net to secure.php.net (https) in docs

Don't sure about russian guide: is this links meant to be for guide on russian, or not?
2019-02-28 13:09:27 +03:00
..
2015-04-01 09:34:00 -04:00

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