How does the facades and IOC container in Laravel understand?

Source: Internet
Author: User
How do facades and IOC container understand? I read the Official handbook or I can not understand ah, what is the use of this thing?

Reply content:

How do facades and IOC container understand? I read the Official handbook or I can not understand ah, what is the use of this thing?

Facades is a design pattern, about IOC container I wrote an article here, http://segmentfault.com/blog/zhaoyi/1190000002411255

The IOC container in Laravel is used to parse instances of classes. Why parse it, because the class has dependencies.
Class binds the IOC container, it is possible to use dependency injection to make the instance easier to obtain.

Facade is a simpler method of parsing a container instance, and its nature is just as convenient as type-hint injection.

About containers: HTTP://LARAVELBASE.COM/COLLECTIONS/1/47
About FACADE:HTTP://LARAVELBASE.COM/COLLECTIONS/1/49

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.