$t = Doctrine::getTable('Product'); foreach($t->getColumns() as $key => $column) { $comments[$key] = $column['comment']; }
No comments:
Post a Comment