Posts
Zend Framework 2.0 體驗~
Zend Framework 2.0 使用前請先參觀ZF2 wiki 安裝方式 前往GIT 作clone 動作取得整個程式. 使用方式 依照正常使用方式 zf create project test1….etc 設定檔與ZF1 不同之處 resources.db.adapter = "pdo_mysql" resources.db.params.host =
Posts
FreeBSD 架設 git Server
安裝: #cd /usr/ports/devel/git; make install clean ------------------------------------------------------------------------ *************************** GITWEB ************************************* If you installed the GITWEB option please follow these instructions: In the directory /usr/local/share/examples/git/gitweb you can find all files to make gitweb work as a public repository on the web. All you have to do to make gitweb work is: 1) Copy the files /usr/local/share/examples/git/gitweb/* to a directory on your web server (e.g. Apache2) in which you are
Posts
Zend Framework 以sub domain 為基準 routes
以Zend Framework 建置專案大部分的 routes:
http://www.test.tw/module/controller/action
例如:
http://www.test.tw/index/main/frontpage
則:
module 為 index
controller 為 main
action 為 frontpage