This fall has been very nice, seasonal, colorful, pleasant. Continue reading post "#4173"
fall posts
Today, another falling tree incident happened. As I was driving to my parents' for dinner, coming around a turn, I came upon a fallen tree, all the way across the road. Continue reading post "#4022"
The first full day of fall was appropriately cold, not getting above mid 50s and being wet and windy. Continue reading post "#3510"
PHP: Fallback for old constructor style
in
www
fallback
old
php
In versions of PHP before 5, constructors were functions with the same name as their class. PHP 5 introduced the __construct() unified name, and has deprecated the old style in PHP 7. Cogneato still has code remnants from long ago, with the old style. I recently worked on improving the compatibility of our old code with PHP 7.
Continue reading post "PHP: Fallback for old constructor style"