原创 php request->getParams

關於php處理請求的參數的幾個有用的方法: $params = request->getParams(); 1. 從數組到queryString     http_build_query($params);         得

原创 PHP變量標識符的一些規則

PHP變量標識符提供了非常特別的方便。但是,相當多的從事多年的PHP程序員卻無法清楚它的具體用法,從而出錯時,不知哪裏錯了。所以,現在總結一下。便於大家快速掌握。PHP變量的運行機制是,將變量標識符$後的字符串,或表達式運算結果的字符串

原创 php mecache

windows xp下如何安裝memcached【詳細版】 週四, 2008-11-13 23:48 — jason Memcached是高性能的,分佈式的內存對象緩存系統,用於在動態應用中減少數據庫負載,提升訪問速度。 下面詳細

原创 magento url 解析 以及響應流程

     你可以在 magento後臺管理頁面查看關於前臺各個頁面跳轉實際的url路徑,在前臺我們能夠看見的僅僅是一些html路徑,而不是具體的響應的路徑          你可以在magento/admin—>Catalog—>U

原创 關鍵字密度與SEO處理

  關於關鍵字密度有很多計算的公式,但是一般大家都有誤區,這裏就給大家詳細的舉例介紹下, 那麼什麼是關鍵字的密度呢?有很多人認爲關鍵字密度就是關鍵字在網頁可見的內容(間)佔的百分比;其實不是的,所謂關鍵字密度應該是指關鍵字與一個頁面中除

原创 Easy way to implement Asynchronized Product Filtering(Layered Navigation) in Magento

Background   As a jewelry Ecommerce website, the user experience is a very important, so we always try to enhanceJewe

原创 Format the column display info of Grid ---- Magento

When develop a E-Commerce site base on magento, you will find mostly all information you can  get on the magento admin

原创 Magento更改主題:

Magento 主題主要包含兩部分:    1. 模板頁面:佈局,模板(默認路徑:  app/design/frontend/default ( package name ) /default ( theme name ) /

原创 關鍵字是什麼?如何優化網站關鍵字?

在搜索引擎行業,所謂關鍵字,英文是keyword,就是希望訪問者瞭解的產品、服務或者公司等內容名稱的用語。例如,有一個客戶想在網上找北京搬家公司,他將會在搜索框中輸入關鍵字“北京搬家”,尋找相關信息。    簡單的說,關鍵字就是用戶在使用

原创 Magento can't checkout and add product to cart in IE and Chrome

In order to test the checkout style of the new project, I have to check it work correctly in IE, Chrome, FF. But on my

原创 Magento - Place order, control inventory

Just a few day befor, one friend ask me some question about the product inventory, when will substrat the qty when plac

原创 CDN-Content Delivery Network.

http://www.onexin.net/cdn-content-delivery-network網絡緩存加速服務/ http://code.google.com/p/mydocspace/wiki/CDN http://www.ipu

原创 Understanding layout.xml syntax in Magento

I write this article about my understanding of layout.xml up to now. I use it to show you How to add buttons in order/

原创 Magento collection filters

  Collection是magento中很重要的功能之一,怎麼自定義對這些collection進行過濾 "from"=>$fromValue, "to"=>$toValue "like"=>$likeValue "neq"=>$not

原创 獲取上一頁的URL: PHP JS

PHP 獲取上一頁的URL       在php中可以通過內置的變量的屬性來獲取上一頁的URL: $_SERVER['HTTP_REFERER'].       但是在IE中如果跳轉是通過js函數如: window.location.hr