Php class and object problems

Source: Internet
Author: User
Php class and object problems PHP object class


Why not?
Public $ mp = new Model ("producttype ");
In this way, I can do this in C #. it can be the object but the attribute. The package in php is wrong. why.


Reply to discussion (solution)

The member property value must be a definite value,

That is to say, the value type should be: basic data type, which can be an array, but not an object.

C # is compiled and executed, so it can be used in that way
Php is interpreted and executed. it is impossible to predict what the new Model ("producttype") is in the syntax analysis phase.

In fact, C # does not know what the new Model ("producttype") is during syntax analysis.
But he still has a compilation process that can handle it.
Php does not use this association process. Instead, it starts to execute the code after the syntax analysis, while executing and interpreting the code.

Oh, thank you. I understand

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.