Magento学习资源
最近开始学习magento,整理一些学习资源和教程。
http://blog.foolbird.net/1763.html
深入理解magento
深入理解magento是官方提供的由Alan Storm撰写的开发人员教程,下面是Hailong Zhang翻译的深入理解maganto系列教程,Alan Storm的原文还有四章,该系列教程介绍了magento开发的一些基础知识。
- 前言 | 备份
- 第一章 – Magento强大的配置系统 | 备份
- 第二章 – Magento请求分发与控制器 | 备份
- 第三章 – 布局,块和模板 | 备份
- 第四章 – 模型和ORM基础 | 备份
- 第五章 – Magento资源配置 | 备份
- 第六章 – 高级Magento模型EVA | 备份
- 第七章 – 自定义Magento系统配置 | 备份
- 8.In Depth Magento System Configuration
- 9.Varien Data Collections
- 10.Magento System Overrides and Upgradability
- 11.Magento Default System Configuration Values
深入理解magento系列教程还有由精东翻译的第九章和第十章,不过顺序好像是反了。
- 第九章-修改、扩展、重写Magento代码 | 备份
- 第十章-数据操作&数据收集器 | 备份
Extensions Tutorial
extension tutorial系列由 Johannes Teitge 撰写,其中介绍了magento的前台和后台扩展方法,包括后台Grid对象的使用和多语言的用法,原文德语,只需按照例子操作即可。
- Teil 1 – “Hello Magento”
- Teil 2 – Admin-Controller
- Teil 3 – Datenbank
- Teil 4 – Model
- Teil 5 – Admininterface und CRUD (Read)
- Teil 6 – CRUD (Create)
- Teil 7 – CRUD (Delete)
- Teil 8 – CRUD (Update)
- Teil 9 – Frontend Output
- Teil 10 – Translations
Creating a Magento Widget
- Introducing Magento Widgets
- Tutorial: Creating a Magento Widget – Part 1
- Tutorial: Creating a Magento Widget – Part 2
其它资源
- 精東·博客
- 和钥匙一起学习magento
- Alan Storm
- Mxperts
- ExploreMagento
- http://blog.sina.com.cn/goxz
Related Posts
- Oct 22, 2011 -- 深入理解Magento-第十章-数据操作&数据收集器
- Oct 22, 2011 -- 深入理解Magento-第九章-修改、扩展、重写Magento代码
- Oct 22, 2011 -- Magento安装教程
- Oct 30, 2011 -- magento重写后台动作
- Oct 21, 2011 -- 深入理解Magento – 第一章 – Magento强大的配置系统
- Oct 21, 2011 -- 深入理解Magento – 前言
- Jan 5, 2007 -- sablog模板设计教程[3] – default/style.css文件分析
- Jan 5, 2007 -- sablog模板设计教程[1]