_ Construct reports an exception when inheriting the parent class

Source: Internet
Author: User
_ Construct reports an error when inheriting the parent class. When php ,__ construct and post inherit the parent class, _ construct reports an error. Wclassa {& nbsp; function _ construct () {& nbsp; $ this-& gt; post (); & nbsp ;}& nbsp; functionpost () {_ construct reports an error when & nbsp inherits the parent class.
Php, _ construct, post
_ Construct reports an error when inheriting the parent class.
W
Class {
Function _ construct (){
$ This-> post ();
}

Function post (){
// $ _ POST
}
}

Subclass B. php
Class B extends {

// Default Parent class _ construct ()

Functoin index (){
//
}
}

Problem: When you use get to browse the B. php file, it can be browsed normally. when you use post to submit data, an error is returned,
Post data is normal after _ construct of the parent class is registered or _ construct of the child class is rewritten ..


------ Solution --------------------
Khan... isn't it closed yet?

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.