gnatEmail.php 167 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
<?php
class gnatEmail extends Doctrine_Record 
{
    public function setTableDefinition() 
    {
        $this->hasColumn('address', 'string', 150);
    }
    
    
}