cms bloc top menu etam
<div class="sub-menu"> <div class="categories">...</div> <div class="brands">sdfsdf</div> <div class="promotion">sdfsdf</div> </div> ......
 php框架 
分享个自己弄的php框架 v0.0001版 大东哥 发表于 11-18 20:36 1个月前, 11回/522阅, 最后回答: 8天前 (6人收藏 ,收藏 |举报) 讨论区 » 技术分享 顶 3 踩 最近整理做过的小东西,发现为学php曾短暂搞过个php框架。后面忙别的就没下文了,估计接下来也没什么精力搞,想想还是放出来晒晒吧,主要是思路的交流。 项目目录结构采用playframework的类似结构。 既然宣称它是个MVC框架,基本的东西要有: 路由,参数绑定,参数验证,重定向......
 select order customer email
SELECT DISTINCT `email` , `grid`.status FROM `customer_entity` AS `e` INNER JOIN sales_flat_order_grid AS `grid` ON `e`.`entity_id` = `grid`.customer_id WHERE `grid`.paid_at BETWEEN '2011-11-1' AND '2011-11-30' and `grid`.status!='return_complete' ......
 上海市长宁路999号多媒体广场1楼(地铁2,3,4号线6号出口苏宁1楼)
上海市长宁路999号多媒体广场1楼(地铁2,3,4号线6号出口苏宁1楼) ......
 mysql study guide
http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=332&p_org_id=1243197&lang=ZHS http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_871 http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_872 ......
 when case compare
SELECT CASE WHEN `kind`='生活费' THEN CONCAT("<img src='",kind,"' />") WHEN `kind`<> '生活费' THEN 'jin' ELSE `kind` <> '生活费' END AS fangxiang FROM finance ......
 option value magento
<?php class Bysoft_Catalog_Model_Adminhtml_Product extends Mage_Core_Model_Abstract{ public function getProductOptionArray($code,$storeId=0){ $option= array(); $entityTypeId=$this->getEntityTypeId('catalog_product'); $data = $this->prepareOptionData($code,$entityTypeId); if(is_array($data)){ foreach ($data as $item){ &n......
 replace into
replace into `customer_entity_int` (`entity_type_id`,`attribute_id`,`entity_id`,`value`) SELECT 1 `entity_type_id`,254 attribute_id, c.entity_id, IF( ISNULL( cc.value ) , 0, 1 ) value FROM `customer_entity` c LEFT JOIN `customer_entity_varchar` cc ON cc.entity_id = c.entity_id AND cc.attribute_id =16 LIMIT 100......
- Page:30/147 1465 Blogs
 
| 周日 | 周一 | 周二 | 周三 | 周四 | 周五 | 周六 | 
文章分类
- 默认(765)
 - 日志(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)