我可以在 PHP 中使用两个构造函数吗?
我有两个 php 文件: main.class.php 在这些文件中的form.class.php
有两个类与其文件名具有相同的名称,并且类表单从主类扩展 主类有一个构造函数 如何为类形式设置构造函数方法?
I have two php files:
main.class.php
form.class.php
in these files there are two class that have same name as their file name and class form extends from main class
main class has a constructor
How can I set a constructor method for class form?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)