Profile_bird

Hey there! qeephp is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving qeephp's tweets.

Already using Twitter
from your phone? Click here.

Default_profile_2_bigger
qeephp

  1. [SVN r2609] * 修正 QValidator::not_empty() 将 0 也视为“空”的问题
  2. [SVN r2608] activerecord.php 修正 Undefined variable: validation_props 问题
  3. [SVN r2606] 调整 _before_render 触发时机
  4. [SVN r2605] 去除 FIXED! 字眼
  5. [SVN r2603] * 修正在指定 BELONGS_TO 关联对象后再 update 当前对象没有更新关联键值的问题
  6. [qeephp] http://bit.ly/173q7W unknown - * update comments
  7. [qeephp] http://bit.ly/eWmzp unknown - * QException::dump() 增加 $output_format 参数
  8. [qeephp] http://bit.ly/vM6mC unknown - * 从 q.php 删除不必要的 Q_CLASS_FILE 常量 * Q::com() 现在会以服务名和对象类名同时注册对象
  9. [qeephp] http://bit.ly/MGfsx unknown - * 更新 .gitignore
  10. [qeephp] http://bit.ly/1739xs unknown - * 修改变更日志标题 * 删除 core 库的 _meta_ 子目录
  11. [qeephp] http://bit.ly/ZkDit unknown - * 新增欢迎页面
  12. [SVN r2597] * 取消 QDB_Table::getFullTableName() 对数据表名称不必要的转义
  13. [SVN r2595] url('') 同 url('.') 返回当前UDI
  14. [SVN r2592] * test
  15. [SVN r2590] 增加 shift() 方法,效果同 array_shift() 增加 getCols() 方法,用法参考 Helper_Array::getCols()
  16. [SVN r2576] 增加 skip_by 规则,可以指定跳过的条件 price: _ui: "Textbox" _label: "特价" _validations: - ["skip_by", ['', 0]] - ["grea ...
  17. [SVN r2560] * 修正 XCache 缓存组件判断 life_time 失误的问题
  18. [SVN r2553] * 在使用单表继承时,save() 方法将自动设置记录中的类名称
  19. [SVN r2551] 增强 _fetchView() 方法,可以使用: 1、_fetchView('abc_view') 指定当前控件目录下abc_view.php视图文件 2、_fetchView('view:a/abc_view') 指定 app/view/a/ ...
  20. [SVN r2547] * 修正 QColl::toHashMap() 不提供第二个参数时出现的错误