代码改变世界

CodeIgniter 相关资源

2014-02-25 11:34 by 萧 云, 281 阅读, 0 推荐, 收藏, 编辑
摘要:CodeIgniterci 如果需要扩展多个base Controller,譬如一个 core/MY_Controller表示基本Controller,一个 core/MY_AuthController表示需要验证的Controller。如果分别放在两个文件中,MY_AuthController是不能工作的,只能把class MY_AuthController 放在 MY_Controller.php 中。这里可以解决这个问题。http://philsturgeon.co.uk/blog/2010/02/CodeIgniter-Base-Classes-Keeping-it-DRYci aut 阅读全文

资源收集

2014-02-18 12:47 by 萧 云, 235 阅读, 0 推荐, 收藏, 编辑
摘要:Compasshttp://www.ruanyifeng.com/blog/2012/11/compass.htmlYeomanhttp://blog.fens.me/nodejs-yeoman-intro/http://www.36ria.com/6144LavarelHow To Create ... 阅读全文

mac 下安装mcrypt 扩展

2014-01-19 18:04 by 萧 云, 800 阅读, 0 推荐, 收藏, 编辑
摘要:参考:http://coolestguidesontheplanet.com/how-to-install-mcrypt-for-php-on-mac-osx-lion-10-7-development-server/版本稍有不同,比较麻烦。还是直接用brew安装吧。brew install php54-mcrypt 阅读全文

Mysql command not found on mac pro

2014-01-17 15:25 by 萧 云, 355 阅读, 0 推荐, 收藏, 编辑
摘要:export PATH=${PATH}:/usr/local/mysql/binIf you want this to be run every time you open terminal put it in the file.bash_profile 阅读全文

mac pro 安装 composer 失败

2014-01-17 13:30 by 萧 云, 1270 阅读, 0 推荐, 收藏, 编辑
摘要:http://getcomposer.org/doc/00-intro.md#using-composer$ brew install josegonzalez/php/composer出现错误:composer: Missing PHP53, PHP54 or PHP55 from homebrew-php. Please install one of them before continuingcomposer安装提示:Note: If you receive an error saying PHP53 or higher is missing use this command to in 阅读全文