摘要:
1)安装mac2) 创建git用户和git组4) 安装XCode5) 安装命令行组件6) 安装 Home brew $ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" $ brew doctor7) 安装一些依赖关系... 阅读全文
摘要:
link($name)会使用..get$name...即有hasmany和hasone... // update lazily loaded related objects if (!$relation->multiple) { $this->_related[$name] =... 阅读全文