jasonhinkle / phreeze

Phreeze Framework for PHP
http://phreeze.com/
GNU Lesser General Public License v2.1
377 stars 207 forks source link

Fix deprecated constructor names in Phreeze Builder #240

Closed ricardofiorani closed 8 years ago

ricardofiorani commented 8 years ago

This PR intends to make Phreeze compliant with future PHP versions by not using class names as constructors. It will also avoid getting an Deprecated error on PHP 7+

Fix issue #239

jasonhinkle commented 8 years ago

Thanks for finding this - looks good!