开发者

How to move Symfony Admin Generator files to a plugin?

I try to move my module which generated by the Admin Genrator to a plugin.

Error:

Fatal error: Class 'BaseFooGeneratorConfiguration' not found in ...

The action.class.php includes to files:

  1. fooGeneratorConfiguration.class.php

  2. fooGeneratorHelper.class.php

Both classes extends of an base class (Bas开发者_如何学CeFooGeneratorConfiguration,BaseFooGeneratorHelper). The problem is that those classes only exist in the cache.

Do i need to copy the class from cache into my plugin ?!


Have you tried clearing your cache after moving the module to your plugin?

./symfony cc
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜