hobodave (owner)

Revisions

gist: 225503 Download_button fork
public
Public Clone URL: git://gist.github.com/225503.git
Embed All Files: show embed
PHP #
1
2
3
4
5
6
7
<?php
 
        $this->hasColumn('resolution_source', 'enum', null, array(
            'values' => array('web', 'phone', 'pda', 'email'),
            'notnull' => true,
            'default' => ''
        ));