Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

Take Youtube Offline with youtube-dl

If you go here http://rg3.github.io/youtube-dl/download.html and follow the install instructions you can install a utility to allow you to download youtube videos for offline use. <sarcasm> Just make sure you spend enough time watching videos on youtube proper...

Different output of Set::combine and Hash::combine

Just had an annoying 1/2 hour trying to get a properly formatted array to pass to a select control in CakePHP In my controller I'm trying to format an array with a Custom field   $options = array( 'fields' => array( 'ReportDate.id', 'CONCAT( ReportDate.date, "...