2

プロジェクトにsfDoctrineGuardプラグインをインストールするときになぜこのエラーが発生したのか疑問に思っていますsymfony 1.4

スタックトレース:

SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Table.php line 2856 ...
            return call_user_func_array(array($this->getRecordInstance(), $method . 'TableProxy'), $arguments);

        } catch (Doctrine_Record_UnknownPropertyException $e) {}
        throw new Doctrine_Table_Exception(sprintf('Unknown method %s::%s', get_class($this), $method));
    }
}
4

1 に答える 1