摘要: http://justinvincent.com官网,一切尽在里面的下载帮助文件中,妙哉也!!ez_sql_core.php 1 last_error = $err_str; 88 89 // Capture all errors to an error array no... 阅读全文
posted @ 2014-06-20 22:49 好记性还真不如烂笔头 阅读(772) 评论(0) 推荐(0)
摘要: classA {public $x, $y;function __construct($x, $y) {$this->x = $x;$this->y = $y;} function get_value($arr = true) {if($arr == 'arr') { // 类中属性以关联数组形式转... 阅读全文
posted @ 2014-06-20 21:59 好记性还真不如烂笔头 阅读(255) 评论(0) 推荐(0)