有关如何创建 n2cms 附加组件的任何指导吗?
我要为我的基于 n2 的网站创建一个新的附加组件,但我找不到任何关于如何执行此操作的有用文档,您能否提供一些关于附加组件项目如何进行的主要指导(快速步骤)结构应该是,以及我应该继承的相关类?
谢谢 。
I'm going to create a new add-on for my n2 based website, but I can't find any useful documentation on how to do that, can you please provide some primary guidance (quick steps) about how the add-on project structure should be, and the involved classes that i should inherit from?
Thanks .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一月份,他们在此处发布了开发人员文档 http://n2cms.codeplex.com/releases/view/59307 。
了解其他附加组件的结构 https://github.com/n2cms/n2cms/commits/博客插件。
In january they released the developer documentation here http://n2cms.codeplex.com/releases/view/59307.
Look into how other add-ons are structured https://github.com/n2cms/n2cms/commits/blogaddon.