以下のようなものが機能することを期待していましたがgetColumns()、オブジェクトが返されませんsfDoctrineColumn..
$beautyPropertiesTable = Doctrine::getTable('BeautyProperty');
$beautyPropertiesTable->getColumns();
ご存知のように、sfDoctrineColumn呼び出されたメソッドisForeignKey()がありますが、どこからオブジェクトを取得できるかわかりませんsfDoctrineColumn..
何か案が?
ハビ