downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

July 12, 2013

ZEND: PHP I: Foundations (2013-07-08 to 2013-07-26) [Training] (United States)
INSTRUCTOR LED ON-LINE TRAINING -- PHP I: Foundations

The Zend PHP I: Foundations course is designed to provide non-programmers with a solid foundation in the PHP language. This course guides you through the basics of PHP with an experiential approach, filled with numerous examples and hands-on exercises. This course is offered online - with a live instructor in English- for 18 hours (9 two hour sessions) on Monday, Wednesday and Friday for three weeks.

URL: http://www.zend.com/en/services/training/course-catalog/php-foundations

ZEND: PHP II: Higher Structures (2013-07-08 to 2013-07-26) [Training] (United States)
INSTRUCTOR LED ON-LINE TRAINING -- PHP II: Higher Structures

The Zend PHP II: Higher Structures course is designed to expand a beginning programmer’s understanding of the PHP language. This intermediate-level course builds upon knowledge gained in PHP I: Foundations (http://www.zend.com/en/services/training/course-catalog/php-foundations)

This course is offered online - with a live instructor in English- for 22.5 hours (Nine 2.5 hour sessions) on Monday, Wednesday and Friday for three weeks.

URL: http://www.zend.com/en/services/training/course-catalog/higher-structures-of-php

ZEND: PHP for OO/Procedural Prog (2013-07-08 to 2013-07-19) [Training] (United States)
INSTRUCTOR LED ON-LINE TRAINING -- Quick Start: PHP for OO/Procedural Programmers

The Zend Quick Start: PHP for OO/Procedural Programmers course is designed to quickly build an experienced programmer’s understanding of the PHP language. This course covers many of the same topics as both the PHP I: Foundations (http://www.zend.com/en/services/training/course-catalog/php-foundations) and PHP II: Higher Structure (http://www.zend.com/en/services/training/course-catalog/higher-structures) classes but at an accelerated rate with special emphasis on the differences between PHP and other commonly used languages.

This course is offered online - with a live instructor in English- for 20 hours (10 two hour sessions) over a two week period.

URL: http://www.zend.com/en/services/training/course-catalog/php-for-experienced-programmers

ZEND: Framework 2: Fundamentals (2013-07-08 to 2013-07-19) [Training] (United States)
INSTRUCTOR LED ON-LINE TRAINING -- Zend Framework 2: Fundamentals

The Zend Framework 2: Fundamentals course is designed for experienced PHP programmers who want to learn to combine ZF2 concepts and structural elements to utilize the full power of this software development kit for PHP applications.

This course is offered online - with a live instructor in English - for 18 hours (9 two hour sessions) over a two week period.

URL: http://www.zend.com/services/training/course-catalog/zend-framework-2

ZEND: Framework 2: Fundamentals (2013-07-08 to 2013-07-19) [Training] (United States)
INSTRUCTOR LED ON-LINE TRAINING -- Zend Framework 2: Fundamentals

The Zend Framework 2: Fundamentals course is designed for experienced PHP programmers who want to learn to combine ZF2 concepts and structural elements to utilize the full power of this software development kit for PHP applications.

This course is offered online - with a live instructor in English - for 18 hours (9 two hour sessions) over a two week period.

URL: http://www.zend.com/services/training/course-catalog/zend-framework-2

ZEND: Framework Advanced (2013-07-08 to 2013-07-19) [Training] (United States)
INSTRUCTOR LED ON-LINE TRAINING -- Zend Framework: Advanced

The Zend Framework: Advanced course is designed to teach PHP developers already working with Zend Framework how to apply best practices when building and configuring applications for scalability, interactivity, and high performance.

This course is offered online - with a live instructor in English - for 20 hours (10 two hour sessions) over a two week period.

URL: http://www.zend.com/en/services/training/course-catalog/zend-framework-advanced

ZEND: Zend Studio (2013-07-08 to 2013-07-12) [Training] (United States)
INSTRUCTOR LED ON-LINE TRAINING -- Zend Studio

Zend Studio course simulates many of the major processes and challenges faced when developing an application, and demonstrates – through hands-on exercises and a course project – how Zend Studio (http://www.zend.com/en/products/studio/) provides all the functionality needed to increase the robustness of your applications while decreasing production cycle time.

This course is offered online - with a live instructor in English- for 10 hours (Five 2 hour sessions) on Monday to Friday for one week.

URL: http://www.zend.com/services/training/course-catalog/zend-studio-for-eclipse

Zend 2 et l\'ORM Doctrine 2 (2013-07-08 to 2013-07-12) [Training] (France)
PHP116 - Formation Le framework Zend 2 et l\'ORM Doctrine 2

Pré-requis Bonne connaissance du langage PHP5 et des concepts de la programmation orientée objet (classes, objets, surcharge, héritage, exceptions). La formation PHP108 (2 jours) est un pré-requis pour les personnes n\'ayant pas les connaissances objet nécessaires.

Orientation La formation s\'adresse aux développeurs PHP5 futurs utilisateurs du Framework Zend version 2.

Objectifs Comprendre l\'architecture et les composants du framework Zend version 2, et savoir le mettre en oeuvre dans un développement en PHP5. La dernière journée est consacrée à la présentation de librairie Doctrine 2 (Object Relational mapping), qui propose de puissantes fonctionnalités de manipulation de données et qui peut s\'utiliser comme alternative au composant Zend\\Db.

Organisation du cours Théorie : 60% Pratique : 40%

Configuration matérielle Une machine par stagiaire

Documentation fournie Support de cours et exercices corrigés

Programme

Introduction - Définition et avantages d\'un framework - L\'architecture Modèle-Vue-Contrôleur (MVC) - Les espaces de noms (>= PHP 5.3)

Démarrer avec le framework Zend - Installation de Zend, l\'arborescence de fichiers - Conventions de nommage des répertoires, fichiers, classes et méthodes - La réécriture d\'URL : principe, mise en place - Le bootstrap d\'une application Zend - L\'architecture Modèle-Vue-Controleur (MVC)

Chargement automatique de classes - L\'autoloader standard - Fichiers de mapping, module Autoloader

Modules - Configuration d\'un module - Le gestionnaire de modules

Aller plus loin dans le développement de l\'application - Redirections et forward - Manipulation des données HTTP avec les classes de Zend - Vues et templates (layouts) - Exceptions

Le Modèle (Zend\\Db) - Opérations CRUD (Create, Read, Update, Delete) - Créer des requêtes SQL via un objet - Manipulation de tables et enregistrements au travers de classes - Peupler des objets personnalisés

Le gestionnaire de services (Zend\\Service)

Internationalisation d\'une application (Zend\\I18n)

Les formulaires - Classes Zend\\Form et Zend\\Form\\Element\\* - Les validateurs et les filtres dans Zend - Afficher les messages du formulaire dans la langue souhaitée

Classes utilitaires de Zend - Lecture de fichiers de configuration de Zend - Dumper des variables, loguer l\'information vers différents médias - Gestion des sessions avec les classes Zend

Les classes d\'aide de Zend - Les plugins d\'action - Les aides de vue

Injection de dépendance (Zend\\Di)

Le gestionnaire d\'évènement (Zend\\EventManager)

L\'ORM Doctrine 2 - Introduction, définition du modèle - Types de données Doctrine - Gestion des clés primaires - Définition des relations : One to One, One to Many, Many to One, Many to Many - Persistance des données - Le langage DQL (Doctrine Query Language)

Travaux pratiques

URL: http://www.ociensa.com/formation/formation-zend-framework-doctrine.php


June, 2013July, 2013August, 2013
Sunday Monday Tuesday Wednesday Thursday Friday Saturday
 123456
78910111213
14151617181920
21222324252627
28293031   
 
show source | credits | stats | sitemap | contact | advertising | mirror sites