php Magento 教程为后端创建一个模块(管理页面)

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1460009/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-25 02:41:30  来源:igfitidea点击:

Magento tutorial create a module for the backend (admin page)

phpzend-frameworkmagento

提问by Ivo Trompert

Does anyone know a good tutorial for this subject. I want to create a module (extension) with more than one page. The extension must contain one overview page and a form to create a item.

有谁知道这个主题的好教程。我想创建一个不止一页的模块(扩展)。扩展必须包含一个概览页面和一个用于创建项目的表单。

回答by Alan Storm

I'm clearly biased, but the Magento for PHP MVC Developersseries I'm working on does a pretty good job of introducing core Magento development topics.

我显然有偏见,但我正在研究的Magento for PHP MVC Developers系列在介绍核心 Magento 开发主题方面做得非常好。