PHP变量详解

piaoling  2011-05-02 16:09:52

PHP 中一个美元符号后面跟上一个变量名称,即表示一个变量。变量的名称是对大小写敏感的。变量名与 PHP 中其它的标签一样遵循相同的规则。一个有效的变量名由字母或者下划线开头,后面跟上任意数量的字母,数字,或者下划线。按照正常的正则表达式,它将被表述 为:'[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*'   基础 PHP 中一个美元符号后面跟上一个变量名称,即表示一个变量。变量的名称是对大小写敏感的。 变量名与 PHP 中其它的标签一样遵循相同的规则......

类别 :  PHP(78)  |  浏览(7324)  |  评论(0)

magento 版本下载

piaoling  2011-05-02 15:42:53

文件: Magento中文版 版本:1.0   Makingware社区版,又名Magento中文版 Magento中文版1.0是我们Magentochina的合作伙伴Makingware专门定制给中国国内使用的一套基于Magento的电子商务程序.   日期 文件大小 下载次数 2011-03-02 21.19 MB 1388   Magento1.5.0.1英文原版 版本:1.5.0.1   Magento1......

类别 :  magento(258)  |  浏览(3552)  |  评论(0)

Magento中文用户指南V0.01版电子书 v0.01

piaoling  2011-05-02 15:39:37

Magento中文用户指南V0.01版电子书 v0.01   许可协议: Creative Commons   大小: 1015.8 KB url:http://www.magentochina.org/download/viewcategory/4.html ......

类别 :  magento(258)  |  浏览(3307)  |  评论(0)

Makingware社区版,又名Magento中文版

piaoling  2011-05-02 15:33:04

Magento中文版1.0是我们Magentochina的合作伙伴Makingware专门定制给中国国内使用的一套基于Magento的电子商务程序. download: 数据 大小 21.19 MB 下载 1386 语言   许可协议   作者 Makingware 网站 官方网站 价格   创建于: 2011-03-02 创建者: admin 修改于: 2011-03-02 修改者: admin 演示地址(demo):http://ce.......

类别 :  magento(258)  |  浏览(6774)  |  评论(0)

MIME 参考手册

piaoling  2011-05-02 15:09:44

MIME 类型 MIME (Multipurpose Internet Mail Extensions) 是描述消息内容类型的因特网标准。 MIME 消息能包含文本、图像、音频、视频以及其他应用程序专用的数据。 官方的 MIME 信息是由 Internet Engineering Task Force (IETF) 在下面的文档中提供的: RFC-822 Standard for ARPA Internet text messages RFC-2045 MIME Part 1: Format of Internet Message Bodies RFC-2046 MIME Part 2: Media Types RFC-2047 MIME Part 3: Header Extensions for Non-ASCII Text RFC-2048 MIME Part 4: Registration Procedures RFC-2049 ......

类别 :  HTML(11)  |  浏览(5377)  |  评论(0)

Windows Media Player 参考手册

piaoling  2011-05-02 15:08:54

Windows Media Player Windows Media Player 存在多个不同的版本。 在此,我们提供了不同版本的 class ID,以及参数列表。 为什么 class ID 会改变? Windows Media Player 7 及更高版本的 class ID 是:clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6. 因特网上的许多地方把 class ID 声明为:clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95. 此 class ID 是一个老的版本,但是依然可以工作,这是因为其向后兼容性。但是如果您使用了老的 class ID,就无法使用增加到组件中的新特性了。 Wi......

类别 :  HTML(11)  |  浏览(4719)  |  评论(0)

Web 多媒体元素参考手册

piaoling  2011-05-02 15:04:46

<bgsound> 元素 属性 功能 id A unique id for the element. src The location (URL) of the source file. balance The balance. (-10000=left, +10000=right). loop The number of loops. (-1=infinite). volume The volume. (0=max, -10000=min). <embed> 元素 属性 定义 autostart Automatic start. (true | false). height The ......

类别 :  HTML(11)  |  浏览(4752)  |  评论(0)

PHP String

piaoling  2011-05-02 14:50:53

PHP String 简介 String 字符串函数允许您对字符串进行操作。 安装 String 函数是 PHP 核心的组成部分。无需安装即可使用这些函数。 PHP String 函数 PHP:指示支持该函数的最早的 PHP 版本。 函数 描述 PHP addcslashes() 在指定的字符前添加反斜杠。 4 addslashes() 在指定的预定义字符前添加反斜杠。 3 bin2hex() 把 ASCII 字符的字符串转换为十六进制值......

类别 :  PHP(78)  |  浏览(4255)  |  评论(0)

How To Add Custom Order Status to Magento 1.4.1

piaoling  2011-05-02 13:58:51

For those of you who are experienced in the eCommerce world the first thing you will notice with the Magento system is the lack of statuses to accommodate real world order processing. These a few of the statuses that are provided by default: Pending Processing Complete This falls short for several different reasons, for instance, lets say that I want to know internally where this order is currently at in the “Processing” state. The basic statuses that are relevant to me for the state “processing” are “Processing, Packaging and Backo......

类别 :  magento(258)  |  浏览(3209)  |  评论(0)

使用Magento Api创建configurable product

piaoling  2011-05-02 11:49:27

Magento Api create configurable product 今天参考网上的几篇文章,终于创建magento的configurable product成功了。magento的Api本身就不太强大,并且其说明文档也不丰富,很多资料都是很多个博客的文章综合到一起才能明白是怎么回事。将我的代码贴出来,做下笔记吧。 参考文章地址:http://www.stephenrhoades.com/?p=338 http://blog.omnisubsole.com/2009/07/01/configurable-products-in-magento/ 在使用Magento Api前,首先去给我们的核心Api文件添加一段补充代码(当然不应该直接修改核心文件)......

类别 :  magento(258)  |  浏览(3403)  |  评论(0)
  • Page:65/146  1451 Blogs
    <<
    >>
    20088
    周日 周一 周二 周三 周四 周五 周六

    文章分类