自由职业和外包项目快报:Magento进入前10
根据万事网(Vastwork.com)最新数据报告表明,在 2011年1月第3周,全球主要项目网站新增项目26,171,项目预算12,996,641美元,折合人民币85,777,830元。据数据报告表明, 在“项目金额前10名的技能类别”中,PHP、HTML、Magento、MySQL和iPhone位列其中。 项目金额前10名的技能类别分别为: PHP,网页设计, HTML,图形设计, Magento, MySQL,销售, iPhone,文章写作, SEO搜索引擎优化 参见下图: 排名前10技能分类的项目金额为US$7,......
magento技术 博客
magento 博客 :http://yanggaojiao.iteye.com/ magento 中文站:http://www.cnmagento.com/category/empolder/elements ......
magento获取相应的sql查询语句
虽然Magento对数据库层封装得比较深,但是我们可以很轻松的找到对应的每个查询语句的详情。 一般magento的数据库对象都继承了 Varien_Db_Collection类,用$collectionObj->getSelect()即可打印出SQL语句。 比如在产品列表页面:$productCollection = $this->getProductCollection() 此时用$productCollection->getSelect()可打印出SQL语句。 ......
Magento在首页自定制Block的方法
Magento中想在首页显示一些自定制的BLock有很多中方法,之一是: 在cms.xml页面添加相关的Block,如: <reference name="main"> <block type="catalog/product_list" name="catalog.product.list.cms" template="catalog/product/cmslist.phtml"/> </reference> 然后我们新建/catalog/product/cmslist.phtml文件并在这里实现相关的代码。(有时候我们不一定需要新的type-对应Block目录下的block类,直接在phtml页面中完成这个简单的功能) 这样就可以在首页的main区域添加相应的block了......
Magento 使用小技巧体现大智慧(Last things first)
在我们的购物车Magento上线之前,有些小细节很容易被忽略。然而就是这些细微的疏忽,带来了用户体验上的瑕疵。更甚者,细节往往能决定成败。 下面的话题将覆盖大部分Magento的使用细节和技巧: 1.404-Page 估计大家都不喜欢Magento自带的404-page,可以在Admin Panel 的 CMS->Pages修改,定制一个自己特色的404-Page,比如在404-page显示新产品,在404-page加入下面代码: {{block type="catalog/product_list" category_id="10" name="product_listing" ......
Magento Events分析和使用实例与技巧
当你需要扩展Magento的核心的功能时有两个选择 重写(override)Magento的core classes 使用Magento的event-driven 机制 由于你只能重写一次Magento的core classes(如果你需要在多个module中重写相同core class就会出现错误),所以使用Magento的Event就大显神威了,它使得你的工作简便的简易方便。 Magento的event-driven机制中有两个非常重要的概念 分发(dispatch)一个事件(event) 捕捉(catch)一个事件(event) Dispatching events Magento中你需要调用 Mage::dispatchEvent(...) 就可以Dispatch一个Event,......
magento -- magento中如何判断一个用户是否已经登陆
经常用的功能,比如你的促销中使用了优惠券,可是你只想让已注册用户使用,人可以使用 Mage::getSingleton( 'customer/session' )->isLoggedIn() 来判断用户是否已经登陆 <?php if(Mage::getSingleton( 'customer/session' )->isLoggedIn()) { echo 'You must logged in to use the cupon!.'; } ?> ......
New Magento project initialisation
- New Magento project initialisation 1.2 Updated 2010-08-10 - Back to Magento Home Page. Reminder: Please notice that <test_server> is currently: uat-magento / ip: 192.168.0.201 Websites can be reached using http://<project>.uat-magento.lan-guanghzou.bysoft.fr/ Contents [hide] 1 Step 1: <test_server>: creating the databases 2 Step 2: <test_server>: Magento sample data 3 Step 3: Local computer: creating the project 4 Step 4: Local computer: Project initialisation ......
magento local test
http://www.localhost.com/magento/catalog/category/view?id=4 ......
jf Module
1,Locale_Mage_community_fr_FR-1.5.0.2l \ Locale_Mage_community_fr_FR-1.5.0.2 \ fr_FR 2, confilcted \Mage_Paybox-1.2.5\fr_FR \ Mage_Paybox.csv ......
- Page:58/145 1448 Blogs
周日 | 周一 | 周二 | 周三 | 周四 | 周五 | 周六 |
文章分类
- 默认(748)
- 日志(47)
- 感悟(15)
- testIT(4)
- PHP_XML(5)
- PHP(78)
- 明星(1)
- 笑话(31)
- 毕业论文(2)
- 生活(60)
- HTML(11)
- CSS(6)
- 考研(3)
- JS(21)
- 简历(6)
- svn(3)
- 音乐(1)
- 学习(7)
- jQuery(9)
- 英语口语(9)
- 书籍(2)
- magento(258)
- apache(12)
- 创意(4)
- 设计(4)
- 休闲(1)
- IT咨询(11)
- 工作(23)
- ubuntu(21)
- bysoft(1)
- zend(1)
- web(2)
- software(1)
- sql(5)
- 娱乐(5)
- photoshop(3)
- zend framework(2)
- nginx(3)
- 小说(1)
- 名言(1)
- 牛人(1)
- Mysql(6)
- vim(2)
- wordpress(8)
- drupal(1)