-
Recent Posts
Common Tags
Andrea Andrew Antarctica Backups bailout Calvin Catholic Chief childhood CLI Database Dominic Family Health Care Hiking humility JQuery Kids Marie Molly Moodle MSSQL MySQL Nate NeedHeaderImage Noah Notre Dame Obama Object Oriented ODBC Oracle Patrick PHP Politics Programming Quote Remote Desktop Security Sharon Snow SQL Tip Travel Weight Loss WindowsCategories
Meta
Tag Archives: Object Oriented
Call parent class constructor in PHP5
This may be obvious to some, but I had a hard time figuring it out at first. I needed to call the constructor of a parent class in the child. This is handy when you have things that happen in … Continue reading