我希望下面这样的事情有效,但getColumns()不返回sfDoctrineColumn对象..
$beautyPropertiesTable = Doctrine::getTable('BeautyProperty');
$beautyPropertiesTable->getColumns();
你知道,sfDoctrineColumn有一个方法被调用isForeignKey(),但我不知道我可以从哪里得到一个sfDoctrineColumn对象..
任何的想法?
哈维