代码改变世界

Yii CActiveForm

2014-08-13 23:32 by youxin, 358 阅读, 0 推荐, 收藏,
摘要:http://blog.sina.com.cn/s/blog_685213e70101mo4i.html文档:http://www.yiiframework.com/doc/api/1.1/CActiveFormAll these validations share the same set of ... 阅读全文

laravel Authentication and Security

2014-08-11 22:07 by youxin, 396 阅读, 0 推荐, 收藏,
摘要:Creating the user modelFirst of all, we need to define the model that is going to be used to represent theusers of our application. Laravel already pr... 阅读全文

数据库设计中一个矛盾:数据库外键,用还是不用?你怎么看

2014-08-11 09:26 by youxin, 239 阅读, 0 推荐, 收藏,
摘要:http://blog.knowsky.com/132531.htmhttp://bbs.csdn.net/topics/390231727 阅读全文

get started with laravel

2014-08-09 20:07 by youxin, 445 阅读, 0 推荐, 收藏,
摘要:Browsing the API (http://laravel.com/api) can be somewhat intimidating at first.But it is often the best way to understand how a particular method wor... 阅读全文

redis消息队列

2014-08-08 23:11 by youxin, 223 阅读, 0 推荐, 收藏,
摘要:http://blog.csdn.net/21aspnet/article/details/7455032 阅读全文

javascript模板引擎Mustache

2014-08-08 22:17 by youxin, 1121 阅读, 0 推荐, 收藏,
摘要:Mustache(英文本意:触须,胡须)是基于JavaScript实现的模版引擎,类似于JQuery Template,但是这个模版更加的轻量级,语法更加的简单易用,很容易上手。下载:https://github.com/janl/mustache.jsmustache主要特点是logic less... 阅读全文

YIi 权限管理和基于角色的访问控制

2014-08-07 22:29 by youxin, 3629 阅读, 0 推荐, 收藏,
摘要:验证和授权(Authentication and Authorization)定义身份类 (Defining Identity Class)登录和注销(Login and Logout)访问控制过滤器(Access Control Filter)基于角色的访问控制(Role-Based Access... 阅读全文

Yii CDbCriteria

2014-08-07 22:07 by youxin, 331 阅读, 0 推荐, 收藏,
摘要:Yii的Active Recorder包装了很多。特别是把SQL中 把where,order,limit,IN/not IN,like等常用短句都包含进CDbCriteria这个类中去,这样整个代码会比较规范,一目了然。CDbCriteria代表一个标准的查询, 如条件,order by和limit... 阅读全文

Yii url createUrl redirect相关

2014-08-07 20:23 by youxin, 528 阅读, 0 推荐, 收藏,
摘要:一篇文章:在yii中明明白白生成网址:在Yii中经常要生成URL,不管是为了自动跳转还是仅仅是一个链接。下面对Yii中的URL生成做了一个总结。提示:以下controllerX代表控制器X,actionX代表方法X。在Controller::action中,我们要输出一个链接,可以这样做:$this... 阅读全文

IoC容器

2014-08-06 21:31 by youxin, 172 阅读, 0 推荐, 收藏,
摘要:http://www.cnblogs.com/liuhaorain/p/3747470.htmlhttp://www.cnblogs.com/simonw/archive/2006/10/06/518342.html 阅读全文
上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 269 下一页