1. Download  http://phpgrid.com/download/

2. 將資料夾置於 網頁伺服器中

3. 修改 conf.php

SERVER_ROOT value is the URL to the phpGrid library folder subtracts the host name. For instance, if the URL to get to the phpGrid is http://www.yoursite.com/phpGrid, or http://localhost/phpGrid, the SERVER_ROOT should be “/phpGrid” – with leading slash.

1
define('SERVER_ROOT', '/phpGrid');

Another example, if the URL to phpGrid is http://www.yoursite.com/admin/phpGrid, or http://localhost/admin/phpGrid, the SERVER_ROOT should be “/admin/phpGrid” – with leading slash,

1
define('SERVER_ROOT', '/admin/phpGrid');
arrow
arrow
    全站熱搜

    vernal9 發表在 痞客邦 留言(0) 人氣()