public function post_tweet($tweet_text) {
include_once('twitter/tmhOAuth.php');//tmhOAuth.php为twitter api,放到/lib/twitter下,下载地址请往下阅读
$connection = new tmhOAuth(array(
'consumer_key...
分类:
其他好文 时间:
2014-07-04 07:59:39
阅读次数:
376
一、 后台订单列表grid页二、 后台订单View页 1) 加入图片预览。 修改 app/design/adminhtml/default/default/template/sales/order/view/items/renderer/default.phtml,在 canDisplayCo...
分类:
其他好文 时间:
2014-06-28 22:25:44
阅读次数:
326
$attribute = Mage::getSingleton('eav/config')->getAttribute('catalog_product', 'color');if ($attribute->usesSource()) { $options = $attribute->getSour...
分类:
其他好文 时间:
2014-06-25 18:33:38
阅读次数:
228
Magento 模块开发之DispatchEvent...
分类:
其他好文 时间:
2014-06-24 20:49:23
阅读次数:
138
这篇文章是安装magento子域名的教程,请先进行安装之前,确认以下几点:1.请先确认子域名是否已经指向你的服务器2.可以编辑.htaccess文件3. 熟悉Cpanel操作我们的目标是建立一个独立在线商店store.xbc.me,再安装一个mage.xbc.me的子域名商店,后台统一使用store...
分类:
移动开发 时间:
2014-06-20 20:54:00
阅读次数:
326
magento自己带有导入导出功能
后台system-->import/export-->Advanced Profiles
进入后点击add new profiles
就可以新建一个规则了
Profile Name *是名字
Actions XML *是对应的参数
譬如例子:
file
var/import
...
分类:
其他好文 时间:
2014-06-18 08:01:20
阅读次数:
266
magento产品eav笔记【持续跟新...】...
分类:
其他好文 时间:
2014-06-15 17:35:57
阅读次数:
125
magento产品数据库表结构分析[magento二次开发]...
分类:
数据库 时间:
2014-06-08 15:51:39
阅读次数:
230