ATK4和文件上传
我正在使用 controller_filestore
,它给出了错误 Method addCondition
is not Defined did not be Defined not in controller_filestore
,也没有在其模型中。如果我使用controller_filestore_image,它找不到该类。
I am using controller_filestore
and it gives error Method addCondition
is not defined neither in controller_filestore
, nor in its Model. If I use controller_filestore_image, it doesn’t find the class.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该使用 Model_Filestore_File 或 Controller_Filestore_File 进行调节。
例子在这里:
http://agiletoolkit.org/doc/filestore
You should use Model_Filestore_File or Controller_Filestore_File for conditioning.
Example is here:
http://agiletoolkit.org/doc/filestore