国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Newcomers are not very clear about some concepts of PHP symfony2
高洛峰
高洛峰 2017-06-29 10:08:20
0
1
877

1. The concept of event, for example, in what scenarios will event be used?
2. Regarding the concept of monitoring, it is also unclear what application scenarios would be better to use monitoring.
3. The concept of DI (injection), is the service introduced when it is needed? How is it different from ordinary public functions?

高洛峰
高洛峰

擁有18年軟件開發(fā)和IT教學(xué)經(jīng)驗。曾任多家上市公司技術(shù)總監(jiān)、架構(gòu)師、項目經(jīng)理、高級軟件工程師等職務(wù)。 網(wǎng)絡(luò)人氣名人講師,...

reply all(1)
洪濤
  1. event has many uses, such as processing user login completion (writing login log?), user payment completion processing (issuing payment notification?) and many more.

  2. Listening is the opposite of an event. An event has a listener (that is, the operation performed after the event is triggered (fire)). The event mechanism can be used to decouple the code.

  3. Dependency injection is a big concept. You can search to learn more about it. There are two general benefits:
    (1). Decoupling
    (2). Convenient for unit testing and mocking

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template