Magento数据操作&数据收集器 学习2
ajiang-tuzi 9年前 (2015-11-13) 4834浏览
<?php /** * Created by PhpStorm. * User:ajiang-tuzhi * QQ:1050653098@qq.com * WebSite:www.weicot.com * Date: ...
(●--●) Hello.My Weicot-维客-兔子
ajiang-tuzi 9年前 (2015-11-13) 4834浏览
<?php /** * Created by PhpStorm. * User:ajiang-tuzhi * QQ:1050653098@qq.com * WebSite:www.weicot.com * Date: ...
ajiang-tuzi 9年前 (2015-11-13) 10483浏览
EQ NE GT GE LT LE GT=Great Than > EQ=Equal = GE=Great and Equal >= NE=Not Equal <> //等运算符,如果运算符两边相同则返回真,否...
ajiang-tuzi 9年前 (2015-11-12) 4641浏览
在php5中,更是发扬了Array,php内置了一些类和接口, 允许你创建你自己的数据结构。Magento充分利用了这一点, 在使用Varien_Data_Collection来做数据收集的时候, 它实现了php内置IteratorAggregate...
ajiang-tuzi 9年前 (2015-11-11) 6986浏览
As you have by now set your own magento store and you see that the order number a customer gets after purchasing starts from1...
mingyue 9年前 (2015-11-10) 6106浏览
版本1.9.xx,修改文件default.phtml,路径app\design\frontend\rwd\weicot\template\checkout\default.phtml,找到<td class=”pro...
ajiang-tuzi 9年前 (2015-11-10) 4397浏览
OSI 参考模型 1.OSI?七层协议参考模型 与 TCP/IP协议 实现网络模型 对比: OSI中的层 功能 TCP/IP协议族 应用层 文件传输,电子邮件,文件服务,虚拟终端 TFTP,HTTP,SNMP,FTP,SMT...
ajiang-tuzi 9年前 (2015-11-10) 4254浏览
#来源 /* *Weicot ---- *一页支付系统修改 *作者 ajiang-兔子 *20151110 *1050653098@qq.com */ $payment_modules = new payment($_SESSI...
ajiang-tuzi 9年前 (2015-11-09) 4681浏览
最近在修改 一页支付遇到个重定项的小问题 $payment_modules = new payment($_SESSION['payment']); $payment_modules->update_status(); if ((...
ajiang-tuzi 9年前 (2015-11-09) 5952浏览
追紧刷magento的时候报 这个错误 [root@ajiang ~]# php -f /home/wwwroot/weicotshop/shell/indexer.php reindexall Product Attributes inde...
ajiang-tuzi 9年前 (2015-11-09) 5081浏览
pip类似RedHat里面的yum,安装Python包非常方便。本节详细介绍pip的安装、以及使用方法。 1、pip下载安装 1.1 pip下载 # wget "https://pypi.python.org/packages/sour...