GzipTest.php 148 Bytes
Newer Older
1 2 3 4 5 6
<?php
class GzipTest extends Doctrine_Record {
    public function setTableDefinition() {
        $this->hasColumn('gzip', 'gzip', 100000);
    }
}