SilverStripe 模块入门指南

发布于 2024-10-01 03:11:39 字数 85 浏览 4 评论 0原文

我是 SilverStripe 的新手。

我想知道一个可以开始为 SilverStripe 制作模块的好地方;一些很好的教程可以帮助我入门。

I am new to SilverStripe.

I would like to know a good place where I can start making modules for SilverStripe; some good tutorials to get me started.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

左岸枫 2024-10-08 03:11:39

SilverStripe 模块几乎可以做任何事情,所以很难说从哪里开始。

以下 Wiki 页面包含一些非常基本的启动信息:

除此之外,我建议阅读如何使用 ModelAdmin 在CMS,也许可以仔细查看 API 文档 以了解可用的内容。

然而,模块与任何其他网站功能(甚至主题)没有什么本质上的不同——它们都使用相同的 API 和结构——所以也许可以下载一些流行的模块来看看它们是如何构建的。

最后,SSBits也是一个特别好的提示& SilverStripe 教程网站、SilverStripe 论坛IRC 频道 也很有用。

A SilverStripe module can do practically anything, so it's hard to say where to get started.

The following Wiki page has some very basic startup information:

Beyond that, I'd recommend reading up on how to use ModelAdmin to create simple administration interfaces in the CMS, and maybe take a good look through the API Docs to get an idea of what is available to use.

However, there is nothing fundamentally different about modules as there is about any other site functionality (or even themes) - it all uses the same API and structure - so maybe download a few popular modules to see how they're built.

Finally, SSBits is also a particularly good tips & tutorials website for SilverStripe, and the SilverStripe Forum and IRC channel are useful too.

匿名的好友 2024-10-08 03:11:39

我推荐SilverStripe的书《CMS开发完整指南》,你可以在Amazon上找到它,或者在Google Books上在线查看它,它不是完整的参考书,但却是模块开发的一个良好的开始。
它有很多示例,使用完整的示例项目(带有可下载的代码)和一些针对常见任务的附加方法。

I recommend the SilverStripe book "The Complete Guide to CMS Development", you can find it at Amazon or view it online at Google Books, it is not a complete reference but a good start to module development.
It has many examples, using a complete example project (with downloadable code) and some additional recipes for frequent tasks.

惯饮孤独 2024-10-08 03:11:39

如果您仍然不确定,我可以推荐这本书“SilverStripe 2.4 模块扩展,主题,和小部件:初学者指南” - 针对当前的 SilverStripe 版本。

免责声明:我是这本书的作者,但考虑到书名,它应该很适合您的要求......

If you're still unsure, I can recomment the book "SilverStripe 2.4 Module Extension, Themes, and Widgets: Beginner's Guide" - targeting the current SilverStripe version.

Disclaimer: I'm the author of the book, but given the title it should fit your requirements well...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文