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.
You should use Model_Filestore_File or Controller_Filestore_File for conditioning.
Example is here: http://agiletoolkit.org/doc/filestore
精彩评论