曙海教育集團(tuán)
全國(guó)報(bào)名免費(fèi)熱線(xiàn):4008699035 微信:shuhaipeixun
或15921673576(微信同號(hào)) QQ:1299983702
首頁(yè) 課程表 在線(xiàn)聊 報(bào)名 講師 品牌 QQ聊 活動(dòng) 就業(yè)
 
Web Development with Symfony3培訓(xùn)

 
   班級(jí)規(guī)模及環(huán)境--熱線(xiàn):4008699035 手機(jī):15921673576( 微信同號(hào))
       每期人數(shù)限3到5人。
   上課時(shí)間和地點(diǎn)
開(kāi)課地址:【上海】同濟(jì)大學(xué)(滬西)/新城金郡商務(wù)樓(11號(hào)線(xiàn)白銀路站)【深圳分部】:電影大廈(地鐵一號(hào)線(xiàn)大劇院站) 【武漢分部】:佳源大廈【成都分部】:領(lǐng)館區(qū)1號(hào)【沈陽(yáng)分部】:沈陽(yáng)理工大學(xué)【鄭州分部】:錦華大廈【石家莊分部】:瑞景大廈【北京分部】:北京中山學(xué)院 【南京分部】:金港大廈
最新開(kāi)班 (連續(xù)班 、周末班、晚班):2020年3月16日
   實(shí)驗(yàn)設(shè)備
     ☆資深工程師授課
        
        ☆注重質(zhì)量 ☆邊講邊練

        ☆合格學(xué)員免費(fèi)推薦工作
        ★實(shí)驗(yàn)設(shè)備請(qǐng)點(diǎn)擊這兒查看★
   質(zhì)量保障

        1、培訓(xùn)過(guò)程中,如有部分內(nèi)容理解不透或消化不好,可免費(fèi)在以后培訓(xùn)班中重聽(tīng);
        2、培訓(xùn)結(jié)束后,授課老師留給學(xué)員聯(lián)系方式,保障培訓(xùn)效果,免費(fèi)提供課后技術(shù)支持。
        3、培訓(xùn)合格學(xué)員可享受免費(fèi)推薦就業(yè)機(jī)會(huì)。

課程大綱
 
  • Object Oriented Programming
    Classes and objects
    Properties and methods
    Constructor and destructor methods
    Class inheritance
    Attributes and methods scopes (visibility)
    Error handling with exceptions
    Namespaces
    Introducing the Symfony famework
    Introducing the Symfony framework and its ecosystem
    Installing the Symfony ? Standard Edition Distribution ?
    Discovering the Symfony project architecture (application, bundles, libraries, bundles etc.)
    Understanding the HTTP request processing workflow
    Understanding the concept of environment (development, production and testing)
    Introducing the coding and files naming conventions
    Discovering the concept of a ? Bundle ?
    Debugging the Code
    Getting help from the ? Web Debug Toolbar ?
    Introspecting the recorded logs
    Profiling HTTP requests thanks to the ? Web Profiler ? application
    Spotting problems thanks to explicit errors and exceptions stack traces
    Using the Debug and VarDumper components features
    Configuring the application
    Comparing the supported built-in configuration format: XML, YAML and PHP
    Configuring the application thanks to global parameters
    Configuration application’s routes and URLs with annotations
    Overriding the configuration defined by a built-in or third-party ? bundle ?
    Generating Contents for the End User
    Introducing the Twig templates engine
    Comparing Twig and raw PHP templating strategies
    Accessing global variables from Twig templates (request, session, user)
    Using tags, filters and function to generate and format contents in a Twig template
    Making templates truly extensible thanks to the template inheritance feature
    Splitting templates into smaller templates chunks to avoid code duplications
    Rendering a Symfony controller from within a Twig template
    Generating URLs based on the application’s routes configuration
    Rendering Symfony forms with custom Twig view helpers
    Developping Controller and Analyzing the Request
    Designing a controller class with its action methods
    Mapping URL patterns to Symfony controllers thanks to annotations
    Generating raw responses and Twig templates based responses
    Accessing client’s information from the Request object
    Reading and writing session data
    Reading and writing cookies data
    Triggering a 404 error page when the resource is not found
    Triggering an internal redirect to another controller to avoid code duplications
    Redirecting the user to another page
    Interacting with the End User thanks to Forms
    Discovering the ? Form ? component
    Designing and processing simple web forms
    Adding validation constraints on submitted form fields’ data
    Prototyping the form rendering thanks to Twig view helpers
    Gathering the form submitted data and processing them
    Sending the form validated and filtered data by e-mail to some recipient
    Internationalizing and Localizing the User Interface
    Discovering the ? Translation ? component
    Changing the default user’s locale
    Defining custom abstract translation keys in Twig templates
    Dealing with dynamic translations including pluralized sentences
    Dependency Injection and Service Container
    Understanding the dependency injection principle
    Getting started with the Symfony service container
    Listing all built-in Symfony services thanks to the command line tools
    Registering new custom business services in the dependency injection container
    Accessing a registered service from the service container
    Creating and accessing global configuration parameters from the container
    Contracting a Quality Insurance with Automated Tests
    Discovering the PHPUnit tests automation framework
    Understanding the goals of automating tests (unit and functional tests)
    Configuring an automated tests suite
    Designing and executing a unit tests suite
    Designing and executing a functional tests suite
    Generating code coverage reports
    Interacting with the End User and Forms
    Designing and processing web forms
    Automating form rendering with Twig view helpers
    Customizing form rendering with built-in and custom Twig form themes
    Configuring form field types as services
    Applying built-in validation constraint rules on submitted data
    Applying custom validation constraint rules on submitted data
    Contextualizing the data validation thanks to validation groups
    Restricting Access to Secured Areas of the Application
    Getting started with authentication and authorization principles
    Securing some application’s pages thanks to a form based authentication strategy
    Implementing the Security Guard sub component to handle authentication
    Setting up an access control policy based on user’s roles
    Testing user’s permissions from a controller and a Twig template
    Registering custom authorization rules thanks to the security ? voters ?
    Improving Application Performances with HTTP Caching and ESI
    Getting started with the HTTP caching workflows
    Discovering the different kind of cache systems
    Comparing the expiration and validation cache strategies
    Applying expiration and validation cache constraints to generated web pages
    Caching page fragments thanks to the ESI technology (? Edge Side Includes ?)
    Installing and configuring the Symfony’s built-in reverse-proxy cache
    Querying a Relational Database System with Doctrine
    Discovering the basics of the Doctrine ORM
    Understanding the concepts of ? entities ? and ? repositories ?
    Automating PHP classes and SQL queries code generation with Doctrine
    Persisting data to the database thanks to the Doctrine ORM entity manager
    Fetching data back from the database thanks to Doctrine
    Building and executing custom SQL queries thanks to the Doctrine Query Builder object
 
  備案號(hào):備案號(hào):滬ICP備08026168號(hào)-1 .(2024年07月24日)....................
主站蜘蛛池模板: 一本久久综合亚洲鲁鲁五月天| 狠狠色狠狠色综合曰曰| 伊人亚洲综合网| 色综合天天综合网国产成人网| 国产成+人欧美+综合在线观看| 久久香综合精品久久伊人| 色综合视频一区二区三区| 久久综合狠狠色综合伊人| 一本一道色欲综合网中文字幕 | 91精品国产综合久久香蕉| 91精品国产色综合久久| 色噜噜狠狠色综合日日| 日韩综合无码一区二区| 伊人色综合一区二区三区| 日韩人妻无码一区二区三区综合部| 伊人青青综合网站| 亚洲AV综合色一区二区三区| 91探花国产综合在线精品| 狠狠色噜噜狠狠狠狠狠色综合久久| 国产精品国产欧美综合一区| 伊人久久大香线蕉综合影院首页| 亚洲va欧美va国产综合| 亚洲第一综合色| 欧美激情综合亚洲一二区| 国产综合精品女在线观看| 国产亚洲综合成人91精品| 久久青青草原综合伊人| 色综合天天综合给合国产| 综合久久一区二区三区 | 久久久久噜噜噜亚洲熟女综合 | 亚洲av综合av一区| 色婷婷综合久久久久中文字幕| 欧美一区二区三区久久综合| 久久狠狠爱亚洲综合影院| 婷婷丁香五月天综合东京热| 亚洲国产aⅴ综合网| 国产成人综合洲欧美在线| 久久综合九色综合欧美就去吻| 一本色道久久88综合日韩精品 | 亚洲中文字幕无码久久综合网| 一本色道久久综合|