Monthly Archives: April 2010

LAMPP/XAMPP + WordPress: Asking for Connection Information to install plugins

A standard LAMPP install on Ubuntu hosting a wordpress site is going to yield a screen asking for connection information if you try to install a plugin using the integrated installer.  To get around this, fix the ownership of the wordpress directory and the permissions. NOTE: what I’m about to tell you to do is

CakePHP mutliple checkbox input

This is just here because I always forget how to do it: echo $form->input(‘fieldname’, array(‘options’=>array(’1′=>’val1′, ’3′=>’val2′ ), ‘multiple’=>’checkbox’, ‘label’=>’Da Label’));