FileStore step by step example with 4.2.1

孤者浪人 提交于 2019-12-02 04:32:07

You can find some installation instructions here:

http://agiletoolkit.org/doc/filestore

  1. Import this SQL into your database atk4-addons/misc/docs/dbupdates/filestore-001.sql
  2. Create a new page, page_fileadmin extends filestore/Page_FileAdmin
  3. Create directory 'upload' and make it writable.
  4. In your model instead of addField use $this->add('filestore/File');

If you need images, use filestore/Image instead.

Please join https://groups.google.com/forum/?fromgroups#!forum/agile-toolkit-devel for updates on new documentation.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!