¡@

Home 

php Programming Glossary: publicinfo

Call parent constructor before child constructor in PHP

http://stackoverflow.com/questions/3079883/call-parent-constructor-before-child-constructor-in-php

argument This is what I want to do tag new Tag privateInfo publicInfo tag extend new Form Ideal function prob doesn't work with inheritance... inheritance. Tag.php class Tag private privateInfo public publicInfo __construct private public this privateInfo private this publicInfo.. __construct private public this privateInfo private this publicInfo public Form.php class Form extends Tag __construct echo this..