Schema reference - Data types - Float.php 152 Bytes
Newer Older
zYne's avatar
zYne committed
1 2 3 4 5 6 7
<?php
class Test extends Doctrine_Record {
    public function setTableDefinition() {
        $this->hasColumn('floattest', 'float');
    }
}
?>