-
Get OpCache running on scotchbox : Simple Saturday
Working on a Drupal8 project and using scotchbox for the dev enviroment does not have OpCache enabled by default. You’d think that the php.ini file to enable it would be in /etc/php5/apache2/php.ini, but you’d be wrong. The setting is actually in /etc/php5/apache2/conf.d/user.ini .
-
Simple-Saturday: Easy Way to Format Your Select Query Results. Ain’t Nuthin’ but a \G Thang.
Most of the time, when we do a query, we get a large jumble of results like so. If you use the’\G’ at the very end of your query, your results are better formatted, like so. A much better alternative when querying against tables with 10 or more fields, I think.