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?
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?