Magento格式化输出调试对象的类和方法

12月 23, 2011

我们在开发Magento模板的时候,需要获取对象的一些方法,但是使用print_r(get_class_met […]

Read the full article →

我对Magento MVC架构的理解

12月 22, 2011

在做二次开发以来,一直没有好好地去了解magento的MVC架构,以为跟其它的MVC架构一样,其实有着很大的区 […]

Read the full article →

如何在25分钟内提高工作效率

12月 19, 2011

你工作时是否经常感到,下午甚至什么都没做,就已经到傍晚了? 这种低效率不仅会降低你所在团队和组织的项目成功率, […]

Read the full article →

Input的background-image属性的兼容性

12月 16, 2011

一般来说,设置input按钮的background-image属性,在Firefox,Chrome等标准W3C […]

Read the full article →

Ubuntu中Gedit中文显示乱码

12月 15, 2011

缺省配置下,用 Ubuntu 的自带的文本编辑器(gedit)打开 GB18030/GBK/GB2312 等中 […]

Read the full article →

Magento getSingleton debug 调试方法

12月 8, 2011

我们有时候需要连接Magento的数据库调试代码,一般来说magento的resources是定义在confi […]

Read the full article →

Magento模板开发必用的路径函数-getBaseUrl

12月 4, 2011

当我们在设计开发Magento主题模板时候,有个函数一定要知道,那就是getBaseUrl函数,用getBas […]

Read the full article →

在Magento的CMS中调用图片和url

12月 3, 2011

我们在维护Magento CMS Page 和 CMS Static Pages时候,有时候需要调用网站的ur […]

Read the full article →

Magento主题模板调用CMS Static Block 静态块

12月 2, 2011

在Magento网站里,我们可以把经常要更改的东西,可以直接加入到CMS Static Block里,再在模板 […]

Read the full article →

Shell Tips: tail 监视日志输出

12月 1, 2011

使用tail -f 命令监视日志输出,如果有异常,执行命令: 方法一: tail -fn0 logfile | […]

Read the full article →