English 中文(简体)
马亨托学习曲线和最佳提纲[闭门]
原标题:Magento learning curve and best tips [closed]
  • 时间:2010-08-05 21:24:14
  •  标签:
  • php
  • magento

我们不准许对书籍、工具、软件图书馆以及更多的图书馆征求建议的问题。 你可以ed问这个问题,以便用事实和引言回答。

Closed last year.

Ok, magento是我的新鲜事,事实上,电子商务网站的发展本身就是新的。

Magento似乎极难掌握——我现在花了3天时间,试图形成一个习俗主题和单元。

文件不好,守则和结构似乎模糊不清,何时会更容易?

Are there any specific tips or advice that you can offer for learning magento properly ? For any other developers out there - how long (full time development) did it take to start to make sense of magento and to get things done quickly?

问题回答

AS Phlip说,他们了解MVC模式和Zentd Framework执行方式。 尤其是主计长部分《示范公约》和《观点》的处理方式不同。

确保你使用一个血统编辑(例如:ec字+pdt),使你能够点击任何功能,并显示你的来源,并设立XDebug,以便你在操作时能够使用某些密码,并看到变数的价值。

Magento gets controlled by many config.xml files in each module which get merged to one big xml. So you need to understand how you setup a module and what Mage::getModule( yourmodul/xx_yyy ) does. as well es Mage::getResourceModule(), Mage::helper(), Mage::getBlock()

http://docs.magentobusiness.com/Varien/Varien_Object/Varien_Object/Varien_Object.html”rel=“noreferer”>Varien_Object,...并成为其中的狂热:

了解Magento Collection级,该级基本包装了任何神秘的盘点,然后又恢复了一次结果

熟悉数据库挖掘模型

当你计划改变数据库时,......你应确保你了解玉米安装器。

There is lot more.... it took me I don t know 6 month to get a good understanding of it...

Magento是建立在Zentd Framework之上的。 我认为,对ZF的基本知识将让你有一个良好的开端。

Try有“ZendFramework”行动。 这时先从ZF开始。

ZFiA大概会给你深刻的见解,了解MVC-pattern和ZF的董事结构。 你们应该能够向Magento项目。

目前有2个ZF项目。 我尚未做一个Magento商店,但坐在comm。

在释放后与Magento一起玩.。 并且必须说,只有让它安装和发挥良好作用,还存在许多问题。 从那时起就没有玩.。 我的印象是,它从那时起就发生了变化,业绩问题应当被解冻。 您的申请仍不应由1克共用的东道方提出。

Magento可能是一个富有挑战性的学习平台,但只要有适当的选择,它就可以成为一种缩影。 这里是掌握Magento的一些最佳途径:

  • Start with the basics. Make sure you have a strong understanding of the fundamentals before moving on to more complicated concepts.
  • Use online resources. There are plenty of helpful tutorials and videos available online that can guide you through the learning process step by step.
  • Practice, practice, practice! The more you Mmcgbl work with Magento, the easier it will become to use and understand.




相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签