Model.class.php 65 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | ThinkPHP [ WE CAN DO IT JUST THINK IT ]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2006-2014 http://thinkphp.cn All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
  8. // +----------------------------------------------------------------------
  9. // | Author: liu21st <liu21st@gmail.com>
  10. // +----------------------------------------------------------------------
  11. namespace Think;
  12. /**
  13. * ThinkPHP Model模型类
  14. * 实现了ORM和ActiveRecords模式
  15. */
  16. class Model {
  17. // 操作状态
  18. const MODEL_INSERT = 1; // 插入模型数据
  19. const MODEL_UPDATE = 2; // 更新模型数据
  20. const MODEL_BOTH = 3; // 包含上面两种方式
  21. const MUST_VALIDATE = 1; // 必须验证
  22. const EXISTS_VALIDATE = 0; // 表单存在字段则验证
  23. const VALUE_VALIDATE = 2; // 表单值不为空则验证
  24. // 当前数据库操作对象
  25. protected $db = null;
  26. // 数据库对象池
  27. private $_db = array();
  28. // 主键名称
  29. protected $pk = 'id';
  30. // 主键是否自动增长
  31. protected $autoinc = false;
  32. // 数据表前缀
  33. protected $tablePrefix = null;
  34. // 模型名称
  35. protected $name = '';
  36. // 数据库名称
  37. protected $dbName = '';
  38. //数据库配置
  39. protected $connection = '';
  40. // 数据表名(不包含表前缀)
  41. protected $tableName = '';
  42. // 实际数据表名(包含表前缀)
  43. protected $trueTableName = '';
  44. // 最近错误信息
  45. protected $error = '';
  46. // 字段信息
  47. protected $fields = array();
  48. // 数据信息
  49. protected $data = array();
  50. // 查询表达式参数
  51. protected $options = array();
  52. protected $_validate = array(); // 自动验证定义
  53. protected $_auto = array(); // 自动完成定义
  54. protected $_map = array(); // 字段映射定义
  55. protected $_scope = array(); // 命名范围定义
  56. // 是否自动检测数据表字段信息
  57. protected $autoCheckFields = true;
  58. // 是否批处理验证
  59. protected $patchValidate = false;
  60. // 链操作方法列表
  61. protected $methods = array('strict','order','alias','having','group','lock','distinct','auto','filter','validate','result','token','index','force');
  62. /**
  63. * 架构函数
  64. * 取得DB类的实例对象 字段检查
  65. * @access public
  66. * @param string $name 模型名称
  67. * @param string $tablePrefix 表前缀
  68. * @param mixed $connection 数据库连接信息
  69. */
  70. public function __construct($name='',$tablePrefix='',$connection='') {
  71. // 模型初始化
  72. $this->_initialize();
  73. // 获取模型名称
  74. if(!empty($name)) {
  75. if(strpos($name,'.')) { // 支持 数据库名.模型名的 定义
  76. list($this->dbName,$this->name) = explode('.',$name);
  77. }else{
  78. $this->name = $name;
  79. }
  80. }elseif(empty($this->name)){
  81. $this->name = $this->getModelName();
  82. }
  83. // 设置表前缀
  84. if(is_null($tablePrefix)) {// 前缀为Null表示没有前缀
  85. $this->tablePrefix = '';
  86. }elseif('' != $tablePrefix) {
  87. $this->tablePrefix = $tablePrefix;
  88. }elseif(!isset($this->tablePrefix)){
  89. $this->tablePrefix = C('DB_PREFIX');
  90. }
  91. // 数据库初始化操作
  92. // 获取数据库操作对象
  93. // 当前模型有独立的数据库连接信息
  94. $this->db(0,empty($this->connection)?$connection:$this->connection,true);
  95. }
  96. /**
  97. * 自动检测数据表信息
  98. * @access protected
  99. * @return void
  100. */
  101. protected function _checkTableInfo() {
  102. // 如果不是Model类 自动记录数据表信息
  103. // 只在第一次执行记录
  104. if(empty($this->fields)) {
  105. // 如果数据表字段没有定义则自动获取
  106. if(C('DB_FIELDS_CACHE')) {
  107. $db = $this->dbName?:C('DB_NAME');
  108. $fields = F('_fields/'.strtolower($db.'.'.$this->tablePrefix.$this->name));
  109. if($fields) {
  110. $this->fields = $fields;
  111. if(!empty($fields['_pk'])){
  112. $this->pk = $fields['_pk'];
  113. }
  114. return ;
  115. }
  116. }
  117. // 每次都会读取数据表信息
  118. $this->flush();
  119. }
  120. }
  121. /**
  122. * 获取字段信息并缓存
  123. * @access public
  124. * @return void
  125. */
  126. public function flush() {
  127. // 缓存不存在则查询数据表信息
  128. $this->db->setModel($this->name);
  129. $fields = $this->db->getFields($this->getTableName());
  130. if(!$fields) { // 无法获取字段信息
  131. return false;
  132. }
  133. $this->fields = array_keys($fields);
  134. unset($this->fields['_pk']);
  135. foreach ($fields as $key=>$val){
  136. // 记录字段类型
  137. $type[$key] = $val['type'];
  138. if($val['primary']) {
  139. // 增加复合主键支持
  140. if (isset($this->fields['_pk']) && $this->fields['_pk'] != null) {
  141. if (is_string($this->fields['_pk'])) {
  142. $this->pk = array($this->fields['_pk']);
  143. $this->fields['_pk'] = $this->pk;
  144. }
  145. $this->pk[] = $key;
  146. $this->fields['_pk'][] = $key;
  147. } else {
  148. $this->pk = $key;
  149. $this->fields['_pk'] = $key;
  150. }
  151. if($val['autoinc']) $this->autoinc = true;
  152. }
  153. }
  154. // 记录字段类型信息
  155. $this->fields['_type'] = $type;
  156. // 2008-3-7 增加缓存开关控制
  157. if(C('DB_FIELDS_CACHE')){
  158. // 永久缓存数据表信息
  159. $db = $this->dbName?:C('DB_NAME');
  160. F('_fields/'.strtolower($db.'.'.$this->tablePrefix.$this->name),$this->fields);
  161. }
  162. }
  163. /**
  164. * 设置数据对象的值
  165. * @access public
  166. * @param string $name 名称
  167. * @param mixed $value 值
  168. * @return void
  169. */
  170. public function __set($name,$value) {
  171. // 设置数据对象属性
  172. $this->data[$name] = $value;
  173. }
  174. /**
  175. * 获取数据对象的值
  176. * @access public
  177. * @param string $name 名称
  178. * @return mixed
  179. */
  180. public function __get($name) {
  181. return isset($this->data[$name])?$this->data[$name]:null;
  182. }
  183. /**
  184. * 检测数据对象的值
  185. * @access public
  186. * @param string $name 名称
  187. * @return boolean
  188. */
  189. public function __isset($name) {
  190. return isset($this->data[$name]);
  191. }
  192. /**
  193. * 销毁数据对象的值
  194. * @access public
  195. * @param string $name 名称
  196. * @return void
  197. */
  198. public function __unset($name) {
  199. unset($this->data[$name]);
  200. }
  201. /**
  202. * 利用__call方法实现一些特殊的Model方法
  203. * @access public
  204. * @param string $method 方法名称
  205. * @param array $args 调用参数
  206. * @return mixed
  207. */
  208. public function __call($method,$args) {
  209. if(in_array(strtolower($method),$this->methods,true)) {
  210. // 连贯操作的实现
  211. $this->options[strtolower($method)] = $args[0];
  212. return $this;
  213. }elseif(in_array(strtolower($method),array('count','sum','min','max','avg'),true)){
  214. // 统计查询的实现
  215. $field = isset($args[0])?$args[0]:'*';
  216. return $this->getField(strtoupper($method).'('.$field.') AS tp_'.$method);
  217. }elseif(strtolower(substr($method,0,5))=='getby') {
  218. // 根据某个字段获取记录
  219. $field = parse_name(substr($method,5));
  220. $where[$field] = $args[0];
  221. return $this->where($where)->find();
  222. }elseif(strtolower(substr($method,0,10))=='getfieldby') {
  223. // 根据某个字段获取记录的某个值
  224. $name = parse_name(substr($method,10));
  225. $where[$name] =$args[0];
  226. return $this->where($where)->getField($args[1]);
  227. }elseif(isset($this->_scope[$method])){// 命名范围的单独调用支持
  228. return $this->scope($method,$args[0]);
  229. }else{
  230. E(__CLASS__.':'.$method.L('_METHOD_NOT_EXIST_'));
  231. return;
  232. }
  233. }
  234. // 回调方法 初始化模型
  235. protected function _initialize() {}
  236. /**
  237. * 对保存到数据库的数据进行处理
  238. * @access protected
  239. * @param mixed $data 要操作的数据
  240. * @return boolean
  241. */
  242. protected function _facade($data) {
  243. // 检查数据字段合法性
  244. if(!empty($this->fields)) {
  245. if(!empty($this->options['field'])) {
  246. $fields = $this->options['field'];
  247. unset($this->options['field']);
  248. if(is_string($fields)) {
  249. $fields = explode(',',$fields);
  250. }
  251. }else{
  252. $fields = $this->fields;
  253. }
  254. foreach ($data as $key=>$val){
  255. if(!in_array($key,$fields,true)){
  256. if(!empty($this->options['strict'])){
  257. E(L('_DATA_TYPE_INVALID_').':['.$key.'=>'.$val.']');
  258. }
  259. unset($data[$key]);
  260. }elseif(is_scalar($val)) {
  261. // 字段类型检查 和 强制转换
  262. $this->_parseType($data,$key);
  263. }
  264. }
  265. }
  266. // 安全过滤
  267. if(!empty($this->options['filter'])) {
  268. $data = array_map($this->options['filter'],$data);
  269. unset($this->options['filter']);
  270. }
  271. $this->_before_write($data);
  272. return $data;
  273. }
  274. // 写入数据前的回调方法 包括新增和更新
  275. protected function _before_write(&$data) {}
  276. /**
  277. * 新增数据
  278. * @access public
  279. * @param mixed $data 数据
  280. * @param array $options 表达式
  281. * @param boolean $replace 是否replace
  282. * @return mixed
  283. */
  284. public function add($data='',$options=array(),$replace=false) {
  285. if(empty($data)) {
  286. // 没有传递数据,获取当前数据对象的值
  287. if(!empty($this->data)) {
  288. $data = $this->data;
  289. // 重置数据
  290. $this->data = array();
  291. }else{
  292. $this->error = L('_DATA_TYPE_INVALID_');
  293. return false;
  294. }
  295. }
  296. // 数据处理
  297. $data = $this->_facade($data);
  298. // 分析表达式
  299. $options = $this->_parseOptions($options);
  300. if(false === $this->_before_insert($data,$options)) {
  301. return false;
  302. }
  303. // 写入数据到数据库
  304. $result = $this->db->insert($data,$options,$replace);
  305. if(false !== $result && is_numeric($result)) {
  306. $pk = $this->getPk();
  307. // 增加复合主键支持
  308. if (is_array($pk)) return $result;
  309. $insertId = $this->getLastInsID();
  310. if($insertId) {
  311. // 自增主键返回插入ID
  312. $data[$pk] = $insertId;
  313. if(false === $this->_after_insert($data,$options)) {
  314. return false;
  315. }
  316. return $insertId;
  317. }
  318. if(false === $this->_after_insert($data,$options)) {
  319. return false;
  320. }
  321. }
  322. return $result;
  323. }
  324. // 插入数据前的回调方法
  325. protected function _before_insert(&$data,$options) {}
  326. // 插入成功后的回调方法
  327. protected function _after_insert($data,$options) {}
  328. public function addAll($dataList,$options=array(),$replace=false){
  329. if(empty($dataList)) {
  330. $this->error = L('_DATA_TYPE_INVALID_');
  331. return false;
  332. }
  333. // 数据处理
  334. foreach ($dataList as $key=>$data){
  335. $dataList[$key] = $this->_facade($data);
  336. }
  337. // 分析表达式
  338. $options = $this->_parseOptions($options);
  339. // 写入数据到数据库
  340. $result = $this->db->insertAll($dataList,$options,$replace);
  341. if(false !== $result ) {
  342. $insertId = $this->getLastInsID();
  343. if($insertId) {
  344. return $insertId;
  345. }
  346. }
  347. return $result;
  348. }
  349. /**
  350. * 通过Select方式添加记录
  351. * @access public
  352. * @param string $fields 要插入的数据表字段名
  353. * @param string $table 要插入的数据表名
  354. * @param array $options 表达式
  355. * @return boolean
  356. */
  357. public function selectAdd($fields='',$table='',$options=array()) {
  358. // 分析表达式
  359. $options = $this->_parseOptions($options);
  360. // 写入数据到数据库
  361. if(false === $result = $this->db->selectInsert($fields?:$options['field'],$table?:$this->getTableName(),$options)){
  362. // 数据库插入操作失败
  363. $this->error = L('_OPERATION_WRONG_');
  364. return false;
  365. }else {
  366. // 插入成功
  367. return $result;
  368. }
  369. }
  370. /**
  371. * 保存数据
  372. * @access public
  373. * @param mixed $data 数据
  374. * @param array $options 表达式
  375. * @return boolean
  376. */
  377. public function save($data='',$options=array()) {
  378. if(empty($data)) {
  379. // 没有传递数据,获取当前数据对象的值
  380. if(!empty($this->data)) {
  381. $data = $this->data;
  382. // 重置数据
  383. $this->data = array();
  384. }else{
  385. $this->error = L('_DATA_TYPE_INVALID_');
  386. return false;
  387. }
  388. }
  389. // 数据处理
  390. $data = $this->_facade($data);
  391. if(empty($data)){
  392. // 没有数据则不执行
  393. $this->error = L('_DATA_TYPE_INVALID_');
  394. return false;
  395. }
  396. // 分析表达式
  397. $options = $this->_parseOptions($options);
  398. $pk = $this->getPk();
  399. if(!isset($options['where']) ) {
  400. // 如果存在主键数据 则自动作为更新条件
  401. if (is_string($pk) && isset($data[$pk])) {
  402. $where[$pk] = $data[$pk];
  403. unset($data[$pk]);
  404. } elseif (is_array($pk)) {
  405. // 增加复合主键支持
  406. foreach ($pk as $field) {
  407. if(isset($data[$field])) {
  408. $where[$field] = $data[$field];
  409. } else {
  410. // 如果缺少复合主键数据则不执行
  411. $this->error = L('_OPERATION_WRONG_');
  412. return false;
  413. }
  414. unset($data[$field]);
  415. }
  416. }
  417. if(!isset($where)){
  418. // 如果没有任何更新条件则不执行
  419. $this->error = L('_OPERATION_WRONG_');
  420. return false;
  421. }else{
  422. $options['where'] = $where;
  423. }
  424. }
  425. if(is_array($options['where']) && isset($options['where'][$pk])){
  426. $pkValue = $options['where'][$pk];
  427. }
  428. if(false === $this->_before_update($data,$options)) {
  429. return false;
  430. }
  431. $result = $this->db->update($data,$options);
  432. if(false !== $result && is_numeric($result)) {
  433. if(isset($pkValue)) $data[$pk] = $pkValue;
  434. $this->_after_update($data,$options);
  435. }
  436. return $result;
  437. }
  438. // 更新数据前的回调方法
  439. protected function _before_update(&$data,$options) {}
  440. // 更新成功后的回调方法
  441. protected function _after_update($data,$options) {}
  442. /**
  443. * 删除数据
  444. * @access public
  445. * @param mixed $options 表达式
  446. * @return mixed
  447. */
  448. public function delete($options=array()) {
  449. $pk = $this->getPk();
  450. if(empty($options) && empty($this->options['where'])) {
  451. // 如果删除条件为空 则删除当前数据对象所对应的记录
  452. if(!empty($this->data) && isset($this->data[$pk]))
  453. return $this->delete($this->data[$pk]);
  454. else
  455. return false;
  456. }
  457. if(is_numeric($options) || is_string($options)) {
  458. // 根据主键删除记录
  459. if(strpos($options,',')) {
  460. $where[$pk] = array('IN', $options);
  461. }else{
  462. $where[$pk] = $options;
  463. }
  464. $options = array();
  465. $options['where'] = $where;
  466. }
  467. // 根据复合主键删除记录
  468. if (is_array($options) && (count($options) > 0) && is_array($pk)) {
  469. $count = 0;
  470. foreach (array_keys($options) as $key) {
  471. if (is_int($key)) $count++;
  472. }
  473. if ($count == count($pk)) {
  474. $i = 0;
  475. foreach ($pk as $field) {
  476. $where[$field] = $options[$i];
  477. unset($options[$i++]);
  478. }
  479. $options['where'] = $where;
  480. } else {
  481. return false;
  482. }
  483. }
  484. // 分析表达式
  485. $options = $this->_parseOptions($options);
  486. if(empty($options['where'])){
  487. // 如果条件为空 不进行删除操作 除非设置 1=1
  488. return false;
  489. }
  490. if(is_array($options['where']) && isset($options['where'][$pk])){
  491. $pkValue = $options['where'][$pk];
  492. }
  493. if(false === $this->_before_delete($options)) {
  494. return false;
  495. }
  496. $result = $this->db->delete($options);
  497. if(false !== $result && is_numeric($result)) {
  498. $data = array();
  499. if(isset($pkValue)) $data[$pk] = $pkValue;
  500. $this->_after_delete($data,$options);
  501. }
  502. // 返回删除记录个数
  503. return $result;
  504. }
  505. // 删除数据前的回调方法
  506. protected function _before_delete($options) {}
  507. // 删除成功后的回调方法
  508. protected function _after_delete($data,$options) {}
  509. /**
  510. * 查询数据集
  511. * @access public
  512. * @param array $options 表达式参数
  513. * @return mixed
  514. */
  515. public function select($options=array()) {
  516. $pk = $this->getPk();
  517. if(is_string($options) || is_numeric($options)) {
  518. // 根据主键查询
  519. if(strpos($options,',')) {
  520. $where[$pk] = array('IN',$options);
  521. }else{
  522. $where[$pk] = $options;
  523. }
  524. $options = array();
  525. $options['where'] = $where;
  526. }elseif (is_array($options) && (count($options) > 0) && is_array($pk)) {
  527. // 根据复合主键查询
  528. $count = 0;
  529. foreach (array_keys($options) as $key) {
  530. if (is_int($key)) $count++;
  531. }
  532. if ($count == count($pk)) {
  533. $i = 0;
  534. foreach ($pk as $field) {
  535. $where[$field] = $options[$i];
  536. unset($options[$i++]);
  537. }
  538. $options['where'] = $where;
  539. } else {
  540. return false;
  541. }
  542. } elseif(false === $options){ // 用于子查询 不查询只返回SQL
  543. $options['fetch_sql'] = true;
  544. }
  545. // 分析表达式
  546. $options = $this->_parseOptions($options);
  547. // 判断查询缓存
  548. if(isset($options['cache'])){
  549. $cache = $options['cache'];
  550. $key = is_string($cache['key'])?$cache['key']:md5(serialize($options));
  551. $data = S($key,'',$cache);
  552. if(false !== $data){
  553. return $data;
  554. }
  555. }
  556. $resultSet = $this->db->select($options);
  557. if(false === $resultSet) {
  558. return false;
  559. }
  560. if(!empty($resultSet)) { // 有查询结果
  561. if(is_string($resultSet)){
  562. return $resultSet;
  563. }
  564. $resultSet = array_map(array($this,'_read_data'),$resultSet);
  565. $this->_after_select($resultSet,$options);
  566. if(isset($options['index'])){ // 对数据集进行索引
  567. $index = explode(',',$options['index']);
  568. foreach ($resultSet as $result){
  569. $_key = $result[$index[0]];
  570. if(isset($index[1]) && isset($result[$index[1]])){
  571. $cols[$_key] = $result[$index[1]];
  572. }else{
  573. $cols[$_key] = $result;
  574. }
  575. }
  576. $resultSet = $cols;
  577. }
  578. }
  579. if(isset($cache)){
  580. S($key,$resultSet,$cache);
  581. }
  582. return $resultSet;
  583. }
  584. // 查询成功后的回调方法
  585. protected function _after_select(&$resultSet,$options) {}
  586. /**
  587. * 生成查询SQL 可用于子查询
  588. * @access public
  589. * @return string
  590. */
  591. public function buildSql() {
  592. return '( '.$this->fetchSql(true)->select().' )';
  593. }
  594. /**
  595. * 分析表达式
  596. * @access protected
  597. * @param array $options 表达式参数
  598. * @return array
  599. */
  600. protected function _parseOptions($options=array()) {
  601. if(is_array($options))
  602. $options = array_merge($this->options,$options);
  603. if(!isset($options['table'])){
  604. // 自动获取表名
  605. $options['table'] = $this->getTableName();
  606. $fields = $this->fields;
  607. }else{
  608. // 指定数据表 则重新获取字段列表 但不支持类型检测
  609. $fields = $this->getDbFields();
  610. }
  611. // 数据表别名
  612. if(!empty($options['alias'])) {
  613. $options['table'] .= ' '.$options['alias'];
  614. }
  615. // 记录操作的模型名称
  616. $options['model'] = $this->name;
  617. // 字段类型验证
  618. if(isset($options['where']) && is_array($options['where']) && !empty($fields) && !isset($options['join'])) {
  619. // 对数组查询条件进行字段类型检查
  620. foreach ($options['where'] as $key=>$val){
  621. $key = trim($key);
  622. if(in_array($key,$fields,true)){
  623. if(is_scalar($val)) {
  624. $this->_parseType($options['where'],$key);
  625. }
  626. }elseif(!is_numeric($key) && '_' != substr($key,0,1) && false === strpos($key,'.') && false === strpos($key,'(') && false === strpos($key,'|') && false === strpos($key,'&')){
  627. if(!empty($this->options['strict'])){
  628. E(L('_ERROR_QUERY_EXPRESS_').':['.$key.'=>'.$val.']');
  629. }
  630. unset($options['where'][$key]);
  631. }
  632. }
  633. }
  634. // 查询过后清空sql表达式组装 避免影响下次查询
  635. $this->options = array();
  636. // 表达式过滤
  637. $this->_options_filter($options);
  638. return $options;
  639. }
  640. // 表达式过滤回调方法
  641. protected function _options_filter(&$options) {}
  642. /**
  643. * 数据类型检测
  644. * @access protected
  645. * @param mixed $data 数据
  646. * @param string $key 字段名
  647. * @return void
  648. */
  649. protected function _parseType(&$data,$key) {
  650. if(!isset($this->options['bind'][':'.$key]) && isset($this->fields['_type'][$key])){
  651. $fieldType = strtolower($this->fields['_type'][$key]);
  652. if(false !== strpos($fieldType,'enum')){
  653. // 支持ENUM类型优先检测
  654. }elseif(false === strpos($fieldType,'bigint') && false !== strpos($fieldType,'int')) {
  655. $data[$key] = intval($data[$key]);
  656. }elseif(false !== strpos($fieldType,'float') || false !== strpos($fieldType,'double')){
  657. $data[$key] = floatval($data[$key]);
  658. }elseif(false !== strpos($fieldType,'bool')){
  659. $data[$key] = (bool)$data[$key];
  660. }
  661. }
  662. }
  663. /**
  664. * 数据读取后的处理
  665. * @access protected
  666. * @param array $data 当前数据
  667. * @return array
  668. */
  669. protected function _read_data($data) {
  670. // 检查字段映射
  671. if(!empty($this->_map) && C('READ_DATA_MAP')) {
  672. foreach ($this->_map as $key=>$val){
  673. if(isset($data[$val])) {
  674. $data[$key] = $data[$val];
  675. unset($data[$val]);
  676. }
  677. }
  678. }
  679. return $data;
  680. }
  681. /**
  682. * 查询数据
  683. * @access public
  684. * @param mixed $options 表达式参数
  685. * @return mixed
  686. */
  687. public function find($options=array()) {
  688. if(is_numeric($options) || is_string($options)) {
  689. $where[$this->getPk()] = $options;
  690. $options = array();
  691. $options['where'] = $where;
  692. }
  693. // 根据复合主键查找记录
  694. $pk = $this->getPk();
  695. if (is_array($options) && (count($options) > 0) && is_array($pk)) {
  696. // 根据复合主键查询
  697. $count = 0;
  698. foreach (array_keys($options) as $key) {
  699. if (is_int($key)) $count++;
  700. }
  701. if ($count == count($pk)) {
  702. $i = 0;
  703. foreach ($pk as $field) {
  704. $where[$field] = $options[$i];
  705. unset($options[$i++]);
  706. }
  707. $options['where'] = $where;
  708. } else {
  709. return false;
  710. }
  711. }
  712. // 总是查找一条记录
  713. $options['limit'] = 1;
  714. // 分析表达式
  715. $options = $this->_parseOptions($options);
  716. // 判断查询缓存
  717. if(isset($options['cache'])){
  718. $cache = $options['cache'];
  719. $key = is_string($cache['key'])?$cache['key']:md5(serialize($options));
  720. $data = S($key,'',$cache);
  721. if(false !== $data){
  722. $this->data = $data;
  723. return $data;
  724. }
  725. }
  726. $resultSet = $this->db->select($options);
  727. if(false === $resultSet) {
  728. return false;
  729. }
  730. if(empty($resultSet)) {// 查询结果为空
  731. return null;
  732. }
  733. if(is_string($resultSet)){
  734. return $resultSet;
  735. }
  736. // 读取数据后的处理
  737. $data = $this->_read_data($resultSet[0]);
  738. $this->_after_find($data,$options);
  739. if(!empty($this->options['result'])) {
  740. return $this->returnResult($data,$this->options['result']);
  741. }
  742. $this->data = $data;
  743. if(isset($cache)){
  744. S($key,$data,$cache);
  745. }
  746. return $this->data;
  747. }
  748. // 查询成功的回调方法
  749. protected function _after_find(&$result,$options) {}
  750. protected function returnResult($data,$type=''){
  751. if ($type){
  752. if(is_callable($type)){
  753. return call_user_func($type,$data);
  754. }
  755. switch (strtolower($type)){
  756. case 'json':
  757. return json_encode($data);
  758. case 'xml':
  759. return xml_encode($data);
  760. }
  761. }
  762. return $data;
  763. }
  764. /**
  765. * 处理字段映射
  766. * @access public
  767. * @param array $data 当前数据
  768. * @param integer $type 类型 0 写入 1 读取
  769. * @return array
  770. */
  771. public function parseFieldsMap($data,$type=1) {
  772. // 检查字段映射
  773. if(!empty($this->_map)) {
  774. foreach ($this->_map as $key=>$val){
  775. if($type==1) { // 读取
  776. if(isset($data[$val])) {
  777. $data[$key] = $data[$val];
  778. unset($data[$val]);
  779. }
  780. }else{
  781. if(isset($data[$key])) {
  782. $data[$val] = $data[$key];
  783. unset($data[$key]);
  784. }
  785. }
  786. }
  787. }
  788. return $data;
  789. }
  790. /**
  791. * 设置记录的某个字段值
  792. * 支持使用数据库字段和方法
  793. * @access public
  794. * @param string|array $field 字段名
  795. * @param string $value 字段值
  796. * @return boolean
  797. */
  798. public function setField($field,$value='') {
  799. if(is_array($field)) {
  800. $data = $field;
  801. }else{
  802. $data[$field] = $value;
  803. }
  804. return $this->save($data);
  805. }
  806. /**
  807. * 字段值增长
  808. * @access public
  809. * @param string $field 字段名
  810. * @param integer $step 增长值
  811. * @param integer $lazyTime 延时时间(s)
  812. * @return boolean
  813. */
  814. public function setInc($field,$step=1,$lazyTime=0) {
  815. if($lazyTime>0) {// 延迟写入
  816. $condition = $this->options['where'];
  817. $guid = md5($this->name.'_'.$field.'_'.serialize($condition));
  818. $step = $this->lazyWrite($guid,$step,$lazyTime);
  819. if(empty($step)) {
  820. return true; // 等待下次写入
  821. }elseif($step < 0) {
  822. $step = '-'.$step;
  823. }
  824. }
  825. return $this->setField($field,array('exp',$field.'+'.$step));
  826. }
  827. /**
  828. * 字段值减少
  829. * @access public
  830. * @param string $field 字段名
  831. * @param integer $step 减少值
  832. * @param integer $lazyTime 延时时间(s)
  833. * @return boolean
  834. */
  835. public function setDec($field,$step=1,$lazyTime=0) {
  836. if($lazyTime>0) {// 延迟写入
  837. $condition = $this->options['where'];
  838. $guid = md5($this->name.'_'.$field.'_'.serialize($condition));
  839. $step = $this->lazyWrite($guid,-$step,$lazyTime);
  840. if(empty($step)) {
  841. return true; // 等待下次写入
  842. }elseif($step > 0) {
  843. $step = '-'.$step;
  844. }
  845. }
  846. return $this->setField($field,array('exp',$field.'-'.$step));
  847. }
  848. /**
  849. * 延时更新检查 返回false表示需要延时
  850. * 否则返回实际写入的数值
  851. * @access public
  852. * @param string $guid 写入标识
  853. * @param integer $step 写入步进值
  854. * @param integer $lazyTime 延时时间(s)
  855. * @return false|integer
  856. */
  857. protected function lazyWrite($guid,$step,$lazyTime) {
  858. if(false !== ($value = S($guid))) { // 存在缓存写入数据
  859. if(NOW_TIME > S($guid.'_time')+$lazyTime) {
  860. // 延时更新时间到了,删除缓存数据 并实际写入数据库
  861. S($guid,NULL);
  862. S($guid.'_time',NULL);
  863. return $value+$step;
  864. }else{
  865. // 追加数据到缓存
  866. S($guid,$value+$step);
  867. return false;
  868. }
  869. }else{ // 没有缓存数据
  870. S($guid,$step);
  871. // 计时开始
  872. S($guid.'_time',NOW_TIME);
  873. return false;
  874. }
  875. }
  876. /**
  877. * 获取一条记录的某个字段值
  878. * @access public
  879. * @param string $field 字段名
  880. * @param string $spea 字段数据间隔符号 NULL返回数组
  881. * @return mixed
  882. */
  883. public function getField($field,$sepa=null) {
  884. $options['field'] = $field;
  885. $options = $this->_parseOptions($options);
  886. // 判断查询缓存
  887. if(isset($options['cache'])){
  888. $cache = $options['cache'];
  889. $key = is_string($cache['key'])?$cache['key']:md5($sepa.serialize($options));
  890. $data = S($key,'',$cache);
  891. if(false !== $data){
  892. return $data;
  893. }
  894. }
  895. $field = trim($field);
  896. if(strpos($field,',') && false !== $sepa) { // 多字段
  897. if(!isset($options['limit'])){
  898. $options['limit'] = is_numeric($sepa)?$sepa:'';
  899. }
  900. $resultSet = $this->db->select($options);
  901. if(!empty($resultSet)) {
  902. if(is_string($resultSet)){
  903. return $resultSet;
  904. }
  905. $_field = explode(',', $field);
  906. $field = array_keys($resultSet[0]);
  907. $key1 = array_shift($field);
  908. $key2 = array_shift($field);
  909. $cols = array();
  910. $count = count($_field);
  911. foreach ($resultSet as $result){
  912. $name = $result[$key1];
  913. if(2==$count) {
  914. $cols[$name] = $result[$key2];
  915. }else{
  916. $cols[$name] = is_string($sepa)?implode($sepa,array_slice($result,1)):$result;
  917. }
  918. }
  919. if(isset($cache)){
  920. S($key,$cols,$cache);
  921. }
  922. return $cols;
  923. }
  924. }else{ // 查找一条记录
  925. // 返回数据个数
  926. if(true !== $sepa) {// 当sepa指定为true的时候 返回所有数据
  927. $options['limit'] = is_numeric($sepa)?$sepa:1;
  928. }
  929. $result = $this->db->select($options);
  930. if(!empty($result)) {
  931. if(is_string($result)){
  932. return $result;
  933. }
  934. if(true !== $sepa && 1==$options['limit']) {
  935. $data = reset($result[0]);
  936. if(isset($cache)){
  937. S($key,$data,$cache);
  938. }
  939. return $data;
  940. }
  941. foreach ($result as $val){
  942. $array[] = $val[$field];
  943. }
  944. if(isset($cache)){
  945. S($key,$array,$cache);
  946. }
  947. return $array;
  948. }
  949. }
  950. return null;
  951. }
  952. /**
  953. * 创建数据对象 但不保存到数据库
  954. * @access public
  955. * @param mixed $data 创建数据
  956. * @param string $type 状态
  957. * @return mixed
  958. */
  959. public function create($data='',$type='') {
  960. // 如果没有传值默认取POST数据
  961. if(empty($data)) {
  962. $data = I('post.');
  963. }elseif(is_object($data)){
  964. $data = get_object_vars($data);
  965. }
  966. // 验证数据
  967. if(empty($data) || !is_array($data)) {
  968. $this->error = L('_DATA_TYPE_INVALID_');
  969. return false;
  970. }
  971. // 状态
  972. $type = $type?:(!empty($data[$this->getPk()])?self::MODEL_UPDATE:self::MODEL_INSERT);
  973. // 检查字段映射
  974. $data = $this->parseFieldsMap($data,0);
  975. // 检测提交字段的合法性
  976. if(isset($this->options['field'])) { // $this->field('field1,field2...')->create()
  977. $fields = $this->options['field'];
  978. unset($this->options['field']);
  979. }elseif($type == self::MODEL_INSERT && isset($this->insertFields)) {
  980. $fields = $this->insertFields;
  981. }elseif($type == self::MODEL_UPDATE && isset($this->updateFields)) {
  982. $fields = $this->updateFields;
  983. }
  984. if(isset($fields)) {
  985. if(is_string($fields)) {
  986. $fields = explode(',',$fields);
  987. }
  988. // 判断令牌验证字段
  989. if(C('TOKEN_ON')) $fields[] = C('TOKEN_NAME', null, '__hash__');
  990. foreach ($data as $key=>$val){
  991. if(!in_array($key,$fields)) {
  992. unset($data[$key]);
  993. }
  994. }
  995. }
  996. // 数据自动验证
  997. if(!$this->autoValidation($data,$type)) return false;
  998. // 表单令牌验证
  999. if(!$this->autoCheckToken($data)) {
  1000. $this->error = L('_TOKEN_ERROR_');
  1001. return false;
  1002. }
  1003. // 验证完成生成数据对象
  1004. if($this->autoCheckFields) { // 开启字段检测 则过滤非法字段数据
  1005. $fields = $this->getDbFields();
  1006. foreach ($data as $key=>$val){
  1007. if(!in_array($key,$fields)) {
  1008. unset($data[$key]);
  1009. }elseif(MAGIC_QUOTES_GPC && is_string($val)){
  1010. $data[$key] = stripslashes($val);
  1011. }
  1012. }
  1013. }
  1014. // 创建完成对数据进行自动处理
  1015. $this->autoOperation($data,$type);
  1016. // 赋值当前数据对象
  1017. $this->data = $data;
  1018. // 返回创建的数据以供其他调用
  1019. return $data;
  1020. }
  1021. // 自动表单令牌验证
  1022. // TODO ajax无刷新多次提交暂不能满足
  1023. public function autoCheckToken($data) {
  1024. // 支持使用token(false) 关闭令牌验证
  1025. if(isset($this->options['token']) && !$this->options['token']) return true;
  1026. if(C('TOKEN_ON')){
  1027. $name = C('TOKEN_NAME', null, '__hash__');
  1028. if(!isset($data[$name]) || !isset($_SESSION[$name])) { // 令牌数据无效
  1029. return false;
  1030. }
  1031. // 令牌验证
  1032. list($key,$value) = explode('_',$data[$name]);
  1033. if(isset($_SESSION[$name][$key]) && $value && $_SESSION[$name][$key] === $value) { // 防止重复提交
  1034. unset($_SESSION[$name][$key]); // 验证完成销毁session
  1035. return true;
  1036. }
  1037. // 开启TOKEN重置
  1038. if(C('TOKEN_RESET')) unset($_SESSION[$name][$key]);
  1039. return false;
  1040. }
  1041. return true;
  1042. }
  1043. /**
  1044. * 使用正则验证数据
  1045. * @access public
  1046. * @param string $value 要验证的数据
  1047. * @param string $rule 验证规则
  1048. * @return boolean
  1049. */
  1050. public function regex($value,$rule) {
  1051. $validate = array(
  1052. 'require' => '/\S+/',
  1053. 'email' => '/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/',
  1054. 'url' => '/^http(s?):\/\/(?:[A-za-z0-9-]+\.)+[A-za-z]{2,4}(:\d+)?(?:[\/\?#][\/=\?%\-&~`@[\]\':+!\.#\w]*)?$/',
  1055. 'currency' => '/^\d+(\.\d+)?$/',
  1056. 'number' => '/^\d+$/',
  1057. 'zip' => '/^\d{6}$/',
  1058. 'integer' => '/^[-\+]?\d+$/',
  1059. 'double' => '/^[-\+]?\d+(\.\d+)?$/',
  1060. 'english' => '/^[A-Za-z]+$/',
  1061. );
  1062. // 检查是否有内置的正则表达式
  1063. if(isset($validate[strtolower($rule)]))
  1064. $rule = $validate[strtolower($rule)];
  1065. return preg_match($rule,$value)===1;
  1066. }
  1067. /**
  1068. * 自动表单处理
  1069. * @access public
  1070. * @param array $data 创建数据
  1071. * @param string $type 创建类型
  1072. * @return mixed
  1073. */
  1074. private function autoOperation(&$data,$type) {
  1075. if(false === $this->options['auto']){
  1076. // 关闭自动完成
  1077. return $data;
  1078. }
  1079. if(!empty($this->options['auto'])) {
  1080. $_auto = $this->options['auto'];
  1081. unset($this->options['auto']);
  1082. }elseif(!empty($this->_auto)){
  1083. $_auto = $this->_auto;
  1084. }
  1085. // 自动填充
  1086. if(isset($_auto)) {
  1087. foreach ($_auto as $auto){
  1088. // 填充因子定义格式
  1089. // array('field','填充内容','填充条件','附加规则',[额外参数])
  1090. if(empty($auto[2])) $auto[2] = self::MODEL_INSERT; // 默认为新增的时候自动填充
  1091. if( $type == $auto[2] || $auto[2] == self::MODEL_BOTH) {
  1092. if(empty($auto[3])) $auto[3] = 'string';
  1093. switch(trim($auto[3])) {
  1094. case 'function': // 使用函数进行填充 字段的值作为参数
  1095. case 'callback': // 使用回调方法
  1096. $args = isset($auto[4])?(array)$auto[4]:array();
  1097. if(isset($data[$auto[0]])) {
  1098. array_unshift($args,$data[$auto[0]]);
  1099. }
  1100. if('function'==$auto[3]) {
  1101. $data[$auto[0]] = call_user_func_array($auto[1], $args);
  1102. }else{
  1103. $data[$auto[0]] = call_user_func_array(array(&$this,$auto[1]), $args);
  1104. }
  1105. break;
  1106. case 'field': // 用其它字段的值进行填充
  1107. $data[$auto[0]] = $data[$auto[1]];
  1108. break;
  1109. case 'ignore': // 为空忽略
  1110. if($auto[1]===$data[$auto[0]])
  1111. unset($data[$auto[0]]);
  1112. break;
  1113. case 'string':
  1114. default: // 默认作为字符串填充
  1115. $data[$auto[0]] = $auto[1];
  1116. }
  1117. if(isset($data[$auto[0]]) && false === $data[$auto[0]] ) unset($data[$auto[0]]);
  1118. }
  1119. }
  1120. }
  1121. return $data;
  1122. }
  1123. /**
  1124. * 自动表单验证
  1125. * @access protected
  1126. * @param array $data 创建数据
  1127. * @param string $type 创建类型
  1128. * @return boolean
  1129. */
  1130. protected function autoValidation($data,$type) {
  1131. if(false === $this->options['validate'] ){
  1132. // 关闭自动验证
  1133. return true;
  1134. }
  1135. if(!empty($this->options['validate'])) {
  1136. $_validate = $this->options['validate'];
  1137. unset($this->options['validate']);
  1138. }elseif(!empty($this->_validate)){
  1139. $_validate = $this->_validate;
  1140. }
  1141. // 属性验证
  1142. if(isset($_validate)) { // 如果设置了数据自动验证则进行数据验证
  1143. if($this->patchValidate) { // 重置验证错误信息
  1144. $this->error = array();
  1145. }
  1146. foreach($_validate as $key=>$val) {
  1147. // 验证因子定义格式
  1148. // array(field,rule,message,condition,type,when,params)
  1149. // 判断是否需要执行验证
  1150. if(empty($val[5]) || ( $val[5]== self::MODEL_BOTH && $type < 3 ) || $val[5]== $type ) {
  1151. if(0==strpos($val[2],'{%') && strpos($val[2],'}'))
  1152. // 支持提示信息的多语言 使用 {%语言定义} 方式
  1153. $val[2] = L(substr($val[2],2,-1));
  1154. $val[3] = isset($val[3])?$val[3]:self::EXISTS_VALIDATE;
  1155. $val[4] = isset($val[4])?$val[4]:'regex';
  1156. // 判断验证条件
  1157. switch($val[3]) {
  1158. case self::MUST_VALIDATE: // 必须验证 不管表单是否有设置该字段
  1159. if(false === $this->_validationField($data,$val))
  1160. return false;
  1161. break;
  1162. case self::VALUE_VALIDATE: // 值不为空的时候才验证
  1163. if('' != trim($data[$val[0]]))
  1164. if(false === $this->_validationField($data,$val))
  1165. return false;
  1166. break;
  1167. default: // 默认表单存在该字段就验证
  1168. if(isset($data[$val[0]]))
  1169. if(false === $this->_validationField($data,$val))
  1170. return false;
  1171. }
  1172. }
  1173. }
  1174. // 批量验证的时候最后返回错误
  1175. if(!empty($this->error)) return false;
  1176. }
  1177. return true;
  1178. }
  1179. /**
  1180. * 验证表单字段 支持批量验证
  1181. * 如果批量验证返回错误的数组信息
  1182. * @access protected
  1183. * @param array $data 创建数据
  1184. * @param array $val 验证因子
  1185. * @return boolean
  1186. */
  1187. protected function _validationField($data,$val) {
  1188. if($this->patchValidate && isset($this->error[$val[0]]))
  1189. return ; //当前字段已经有规则验证没有通过
  1190. if(false === $this->_validationFieldItem($data,$val)){
  1191. if($this->patchValidate) {
  1192. $this->error[$val[0]] = $val[2];
  1193. }else{
  1194. $this->error = $val[2];
  1195. return false;
  1196. }
  1197. }
  1198. return ;
  1199. }
  1200. /**
  1201. * 根据验证因子验证字段
  1202. * @access protected
  1203. * @param array $data 创建数据
  1204. * @param array $val 验证因子
  1205. * @return boolean
  1206. */
  1207. protected function _validationFieldItem($data,$val) {
  1208. switch(strtolower(trim($val[4]))) {
  1209. case 'function':// 使用函数进行验证
  1210. case 'callback':// 调用方法进行验证
  1211. $args = isset($val[6])?(array)$val[6]:array();
  1212. if(is_string($val[0]) && strpos($val[0], ','))
  1213. $val[0] = explode(',', $val[0]);
  1214. if(is_array($val[0])){
  1215. // 支持多个字段验证
  1216. foreach($val[0] as $field)
  1217. $_data[$field] = $data[$field];
  1218. array_unshift($args, $_data);
  1219. }else{
  1220. array_unshift($args, $data[$val[0]]);
  1221. }
  1222. if('function'==$val[4]) {
  1223. return call_user_func_array($val[1], $args);
  1224. }else{
  1225. return call_user_func_array(array(&$this, $val[1]), $args);
  1226. }
  1227. case 'confirm': // 验证两个字段是否相同
  1228. return $data[$val[0]] == $data[$val[1]];
  1229. case 'unique': // 验证某个值是否唯一
  1230. if(is_string($val[0]) && strpos($val[0],','))
  1231. $val[0] = explode(',',$val[0]);
  1232. $map = array();
  1233. if(is_array($val[0])) {
  1234. // 支持多个字段验证
  1235. foreach ($val[0] as $field)
  1236. $map[$field] = $data[$field];
  1237. }else{
  1238. $map[$val[0]] = $data[$val[0]];
  1239. }
  1240. $pk = $this->getPk();
  1241. if(!empty($data[$pk]) && is_string($pk)) { // 完善编辑的时候验证唯一
  1242. $map[$pk] = array('neq',$data[$pk]);
  1243. }
  1244. if($this->where($map)->find()) return false;
  1245. return true;
  1246. default: // 检查附加规则
  1247. return $this->check($data[$val[0]],$val[1],$val[4]);
  1248. }
  1249. }
  1250. /**
  1251. * 验证数据 支持 in between equal length regex expire ip_allow ip_deny
  1252. * @access public
  1253. * @param string $value 验证数据
  1254. * @param mixed $rule 验证表达式
  1255. * @param string $type 验证方式 默认为正则验证
  1256. * @return boolean
  1257. */
  1258. public function check($value,$rule,$type='regex'){
  1259. $type = strtolower(trim($type));
  1260. switch($type) {
  1261. case 'in': // 验证是否在某个指定范围之内 逗号分隔字符串或者数组
  1262. case 'notin':
  1263. $range = is_array($rule)? $rule : explode(',',$rule);
  1264. return $type == 'in' ? in_array($value ,$range) : !in_array($value ,$range);
  1265. case 'between': // 验证是否在某个范围
  1266. case 'notbetween': // 验证是否不在某个范围
  1267. if (is_array($rule)){
  1268. $min = $rule[0];
  1269. $max = $rule[1];
  1270. }else{
  1271. list($min,$max) = explode(',',$rule);
  1272. }
  1273. return $type == 'between' ? $value>=$min && $value<=$max : $value<$min || $value>$max;
  1274. case 'equal': // 验证是否等于某个值
  1275. case 'notequal': // 验证是否等于某个值
  1276. return $type == 'equal' ? $value == $rule : $value != $rule;
  1277. case 'length': // 验证长度
  1278. $length = mb_strlen($value,'utf-8'); // 当前数据长度
  1279. if(strpos($rule,',')) { // 长度区间
  1280. list($min,$max) = explode(',',$rule);
  1281. return $length >= $min && $length <= $max;
  1282. }else{// 指定长度
  1283. return $length == $rule;
  1284. }
  1285. case 'expire':
  1286. list($start,$end) = explode(',',$rule);
  1287. if(!is_numeric($start)) $start = strtotime($start);
  1288. if(!is_numeric($end)) $end = strtotime($end);
  1289. return NOW_TIME >= $start && NOW_TIME <= $end;
  1290. case 'ip_allow': // IP 操作许可验证
  1291. return in_array(get_client_ip(),explode(',',$rule));
  1292. case 'ip_deny': // IP 操作禁止验证
  1293. return !in_array(get_client_ip(),explode(',',$rule));
  1294. case 'regex':
  1295. default: // 默认使用正则验证 可以使用验证类中定义的验证名称
  1296. // 检查附加规则
  1297. return $this->regex($value,$rule);
  1298. }
  1299. }
  1300. /**
  1301. * 存储过程返回多数据集
  1302. * @access public
  1303. * @param string $sql SQL指令
  1304. * @param mixed $parse 是否需要解析SQL
  1305. * @return array
  1306. */
  1307. public function procedure($sql, $parse = false) {
  1308. return $this->db->procedure($sql, $parse);
  1309. }
  1310. /**
  1311. * SQL查询
  1312. * @access public
  1313. * @param string $sql SQL指令
  1314. * @param mixed $parse 是否需要解析SQL
  1315. * @return mixed
  1316. */
  1317. public function query($sql,$parse=false) {
  1318. if(!is_bool($parse) && !is_array($parse)) {
  1319. $parse = func_get_args();
  1320. array_shift($parse);
  1321. }
  1322. $sql = $this->parseSql($sql,$parse);
  1323. return $this->db->query($sql);
  1324. }
  1325. /**
  1326. * 执行SQL语句
  1327. * @access public
  1328. * @param string $sql SQL指令
  1329. * @param mixed $parse 是否需要解析SQL
  1330. * @return false | integer
  1331. */
  1332. public function execute($sql,$parse=false) {
  1333. if(!is_bool($parse) && !is_array($parse)) {
  1334. $parse = func_get_args();
  1335. array_shift($parse);
  1336. }
  1337. $sql = $this->parseSql($sql,$parse);
  1338. return $this->db->execute($sql);
  1339. }
  1340. /**
  1341. * 解析SQL语句
  1342. * @access public
  1343. * @param string $sql SQL指令
  1344. * @param boolean $parse 是否需要解析SQL
  1345. * @return string
  1346. */
  1347. protected function parseSql($sql,$parse) {
  1348. // 分析表达式
  1349. if(true === $parse) {
  1350. $options = $this->_parseOptions();
  1351. $sql = $this->db->parseSql($sql,$options);
  1352. }elseif(is_array($parse)){ // SQL预处理
  1353. $parse = array_map(array($this->db,'escapeString'),$parse);
  1354. $sql = vsprintf($sql,$parse);
  1355. }else{
  1356. $sql = strtr($sql,array('__TABLE__'=>$this->getTableName(),'__PREFIX__'=>$this->tablePrefix));
  1357. $prefix = $this->tablePrefix;
  1358. $sql = preg_replace_callback("/__([A-Z0-9_-]+)__/sU", function($match) use($prefix){ return $prefix.strtolower($match[1]);}, $sql);
  1359. }
  1360. $this->db->setModel($this->name);
  1361. return $sql;
  1362. }
  1363. /**
  1364. * 切换当前的数据库连接
  1365. * @access public
  1366. * @param integer $linkNum 连接序号
  1367. * @param mixed $config 数据库连接信息
  1368. * @param boolean $force 强制重新连接
  1369. * @return Model
  1370. */
  1371. public function db($linkNum='',$config='',$force=false) {
  1372. if('' === $linkNum && $this->db) {
  1373. return $this->db;
  1374. }
  1375. if(!isset($this->_db[$linkNum]) || $force ) {
  1376. // 创建一个新的实例
  1377. if(!empty($config) && is_string($config) && false === strpos($config,'/')) { // 支持读取配置参数
  1378. $config = C($config);
  1379. }
  1380. $this->_db[$linkNum] = Db::getInstance($config);
  1381. }elseif(NULL === $config){
  1382. $this->_db[$linkNum]->close(); // 关闭数据库连接
  1383. unset($this->_db[$linkNum]);
  1384. return ;
  1385. }
  1386. // 切换数据库连接
  1387. $this->db = $this->_db[$linkNum];
  1388. $this->_after_db();
  1389. // 字段检测
  1390. if(!empty($this->name) && $this->autoCheckFields) $this->_checkTableInfo();
  1391. return $this;
  1392. }
  1393. // 数据库切换后回调方法
  1394. protected function _after_db() {}
  1395. /**
  1396. * 得到当前的数据对象名称
  1397. * @access public
  1398. * @return string
  1399. */
  1400. public function getModelName() {
  1401. if(empty($this->name)){
  1402. $name = substr(get_class($this),0,-strlen(C('DEFAULT_M_LAYER')));
  1403. if ( $pos = strrpos($name,'\\') ) {//有命名空间
  1404. $this->name = substr($name,$pos+1);
  1405. }else{
  1406. $this->name = $name;
  1407. }
  1408. }
  1409. return $this->name;
  1410. }
  1411. /**
  1412. * 得到完整的数据表名
  1413. * @access public
  1414. * @return string
  1415. */
  1416. public function getTableName() {
  1417. if(empty($this->trueTableName)) {
  1418. $tableName = !empty($this->tablePrefix) ? $this->tablePrefix : '';
  1419. if(!empty($this->tableName)) {
  1420. $tableName .= $this->tableName;
  1421. }else{
  1422. $tableName .= parse_name($this->name);
  1423. }
  1424. $this->trueTableName = strtolower($tableName);
  1425. }
  1426. return (!empty($this->dbName)?$this->dbName.'.':'').$this->trueTableName;
  1427. }
  1428. /**
  1429. * 启动事务
  1430. * @access public
  1431. * @return void
  1432. */
  1433. public function startTrans() {
  1434. $this->commit();
  1435. $this->db->startTrans();
  1436. return ;
  1437. }
  1438. /**
  1439. * 提交事务
  1440. * @access public
  1441. * @return boolean
  1442. */
  1443. public function commit() {
  1444. return $this->db->commit();
  1445. }
  1446. /**
  1447. * 事务回滚
  1448. * @access public
  1449. * @return boolean
  1450. */
  1451. public function rollback() {
  1452. return $this->db->rollback();
  1453. }
  1454. /**
  1455. * 返回模型的错误信息
  1456. * @access public
  1457. * @return string
  1458. */
  1459. public function getError(){
  1460. return $this->error;
  1461. }
  1462. /**
  1463. * 返回数据库的错误信息
  1464. * @access public
  1465. * @return string
  1466. */
  1467. public function getDbError() {
  1468. return $this->db->getError();
  1469. }
  1470. /**
  1471. * 返回最后插入的ID
  1472. * @access public
  1473. * @return string
  1474. */
  1475. public function getLastInsID() {
  1476. return $this->db->getLastInsID();
  1477. }
  1478. /**
  1479. * 返回最后执行的sql语句
  1480. * @access public
  1481. * @return string
  1482. */
  1483. public function getLastSql() {
  1484. return $this->db->getLastSql($this->name);
  1485. }
  1486. // 鉴于getLastSql比较常用 增加_sql 别名
  1487. public function _sql(){
  1488. return $this->getLastSql();
  1489. }
  1490. /**
  1491. * 获取主键名称
  1492. * @access public
  1493. * @return string
  1494. */
  1495. public function getPk() {
  1496. return $this->pk;
  1497. }
  1498. /**
  1499. * 获取数据表字段信息
  1500. * @access public
  1501. * @return array
  1502. */
  1503. public function getDbFields(){
  1504. if(isset($this->options['table'])) {// 动态指定表名
  1505. if(is_array($this->options['table'])){
  1506. $table = key($this->options['table']);
  1507. }else{
  1508. $table = $this->options['table'];
  1509. if(strpos($table,')')){
  1510. // 子查询
  1511. return false;
  1512. }
  1513. }
  1514. $fields = $this->db->getFields($table);
  1515. return $fields ? array_keys($fields) : false;
  1516. }
  1517. if($this->fields) {
  1518. $fields = $this->fields;
  1519. unset($fields['_type'],$fields['_pk']);
  1520. return $fields;
  1521. }
  1522. return false;
  1523. }
  1524. /**
  1525. * 设置数据对象值
  1526. * @access public
  1527. * @param mixed $data 数据
  1528. * @return Model
  1529. */
  1530. public function data($data=''){
  1531. if('' === $data && !empty($this->data)) {
  1532. return $this->data;
  1533. }
  1534. if(is_object($data)){
  1535. $data = get_object_vars($data);
  1536. }elseif(is_string($data)){
  1537. parse_str($data,$data);
  1538. }elseif(!is_array($data)){
  1539. E(L('_DATA_TYPE_INVALID_'));
  1540. }
  1541. $this->data = $data;
  1542. return $this;
  1543. }
  1544. /**
  1545. * 指定当前的数据表
  1546. * @access public
  1547. * @param mixed $table
  1548. * @return Model
  1549. */
  1550. public function table($table) {
  1551. $prefix = $this->tablePrefix;
  1552. if(is_array($table)) {
  1553. $this->options['table'] = $table;
  1554. }elseif(!empty($table)) {
  1555. //将__TABLE_NAME__替换成带前缀的表名
  1556. $table = preg_replace_callback("/__([A-Z0-9_-]+)__/sU", function($match) use($prefix){ return $prefix.strtolower($match[1]);}, $table);
  1557. $this->options['table'] = $table;
  1558. }
  1559. return $this;
  1560. }
  1561. /**
  1562. * USING支持 用于多表删除
  1563. * @access public
  1564. * @param mixed $using
  1565. * @return Model
  1566. */
  1567. public function using($using){
  1568. $prefix = $this->tablePrefix;
  1569. if(is_array($using)) {
  1570. $this->options['using'] = $using;
  1571. }elseif(!empty($using)) {
  1572. //将__TABLE_NAME__替换成带前缀的表名
  1573. $using = preg_replace_callback("/__([A-Z0-9_-]+)__/sU", function($match) use($prefix){ return $prefix.strtolower($match[1]);}, $using);
  1574. $this->options['using'] = $using;
  1575. }
  1576. return $this;
  1577. }
  1578. /**
  1579. * 查询SQL组装 join
  1580. * @access public
  1581. * @param mixed $join
  1582. * @param string $type JOIN类型
  1583. * @return Model
  1584. */
  1585. public function join($join,$type='INNER') {
  1586. $prefix = $this->tablePrefix;
  1587. if(is_array($join)) {
  1588. foreach ($join as $key=>&$_join){
  1589. $_join = preg_replace_callback("/__([A-Z0-9_-]+)__/sU", function($match) use($prefix){ return $prefix.strtolower($match[1]);}, $_join);
  1590. $_join = false !== stripos($_join,'JOIN')? $_join : $type.' JOIN ' .$_join;
  1591. }
  1592. $this->options['join'] = $join;
  1593. }elseif(!empty($join)) {
  1594. //将__TABLE_NAME__字符串替换成带前缀的表名
  1595. $join = preg_replace_callback("/__([A-Z0-9_-]+)__/sU", function($match) use($prefix){ return $prefix.strtolower($match[1]);}, $join);
  1596. $this->options['join'][] = false !== stripos($join,'JOIN')? $join : $type.' JOIN '.$join;
  1597. }
  1598. return $this;
  1599. }
  1600. /**
  1601. * 查询SQL组装 union
  1602. * @access public
  1603. * @param mixed $union
  1604. * @param boolean $all
  1605. * @return Model
  1606. */
  1607. public function union($union,$all=false) {
  1608. if(empty($union)) return $this;
  1609. if($all) {
  1610. $this->options['union']['_all'] = true;
  1611. }
  1612. if(is_object($union)) {
  1613. $union = get_object_vars($union);
  1614. }
  1615. // 转换union表达式
  1616. if(is_string($union) ) {
  1617. $prefix = $this->tablePrefix;
  1618. //将__TABLE_NAME__字符串替换成带前缀的表名
  1619. $options = preg_replace_callback("/__([A-Z0-9_-]+)__/sU", function($match) use($prefix){ return $prefix.strtolower($match[1]);}, $union);
  1620. }elseif(is_array($union)){
  1621. if(isset($union[0])) {
  1622. $this->options['union'] = array_merge($this->options['union'],$union);
  1623. return $this;
  1624. }else{
  1625. $options = $union;
  1626. }
  1627. }else{
  1628. E(L('_DATA_TYPE_INVALID_'));
  1629. }
  1630. $this->options['union'][] = $options;
  1631. return $this;
  1632. }
  1633. /**
  1634. * 查询缓存
  1635. * @access public
  1636. * @param mixed $key
  1637. * @param integer $expire
  1638. * @param string $type
  1639. * @return Model
  1640. */
  1641. public function cache($key=true,$expire=null,$type=''){
  1642. // 增加快捷调用方式 cache(10) 等同于 cache(true, 10)
  1643. if(is_numeric($key) && is_null($expire)){
  1644. $expire = $key;
  1645. $key = true;
  1646. }
  1647. if(false !== $key)
  1648. $this->options['cache'] = array('key'=>$key,'expire'=>$expire,'type'=>$type);
  1649. return $this;
  1650. }
  1651. /**
  1652. * 指定查询字段 支持字段排除
  1653. * @access public
  1654. * @param mixed $field
  1655. * @param boolean $except 是否排除
  1656. * @return Model
  1657. */
  1658. public function field($field,$except=false){
  1659. if(true === $field) {// 获取全部字段
  1660. $fields = $this->getDbFields();
  1661. $field = $fields?:'*';
  1662. }elseif($except) {// 字段排除
  1663. if(is_string($field)) {
  1664. $field = explode(',',$field);
  1665. }
  1666. $fields = $this->getDbFields();
  1667. $field = $fields?array_diff($fields,$field):$field;
  1668. }
  1669. $this->options['field'] = $field;
  1670. return $this;
  1671. }
  1672. /**
  1673. * 调用命名范围
  1674. * @access public
  1675. * @param mixed $scope 命名范围名称 支持多个 和直接定义
  1676. * @param array $args 参数
  1677. * @return Model
  1678. */
  1679. public function scope($scope='',$args=NULL){
  1680. if('' === $scope) {
  1681. if(isset($this->_scope['default'])) {
  1682. // 默认的命名范围
  1683. $options = $this->_scope['default'];
  1684. }else{
  1685. return $this;
  1686. }
  1687. }elseif(is_string($scope)){ // 支持多个命名范围调用 用逗号分割
  1688. $scopes = explode(',',$scope);
  1689. $options = array();
  1690. foreach ($scopes as $name){
  1691. if(!isset($this->_scope[$name])) continue;
  1692. $options = array_merge($options,$this->_scope[$name]);
  1693. }
  1694. if(!empty($args) && is_array($args)) {
  1695. $options = array_merge($options,$args);
  1696. }
  1697. }elseif(is_array($scope)){ // 直接传入命名范围定义
  1698. $options = $scope;
  1699. }
  1700. if(is_array($options) && !empty($options)){
  1701. $this->options = array_merge($this->options,array_change_key_case($options));
  1702. }
  1703. return $this;
  1704. }
  1705. /**
  1706. * 指定查询条件 支持安全过滤
  1707. * @access public
  1708. * @param mixed $where 条件表达式
  1709. * @param mixed $parse 预处理参数
  1710. * @return Model
  1711. */
  1712. public function where($where,$parse=null){
  1713. if(!is_null($parse) && is_string($where)) {
  1714. if(!is_array($parse)) {
  1715. $parse = func_get_args();
  1716. array_shift($parse);
  1717. }
  1718. $parse = array_map(array($this->db,'escapeString'),$parse);
  1719. $where = vsprintf($where,$parse);
  1720. }elseif(is_object($where)){
  1721. $where = get_object_vars($where);
  1722. }
  1723. if(is_string($where) && '' != $where){
  1724. $map = array();
  1725. $map['_string'] = $where;
  1726. $where = $map;
  1727. }
  1728. if(isset($this->options['where'])){
  1729. $this->options['where'] = array_merge($this->options['where'],$where);
  1730. }else{
  1731. $this->options['where'] = $where;
  1732. }
  1733. return $this;
  1734. }
  1735. /**
  1736. * 指定查询数量
  1737. * @access public
  1738. * @param mixed $offset 起始位置
  1739. * @param mixed $length 查询数量
  1740. * @return Model
  1741. */
  1742. public function limit($offset,$length=null){
  1743. if(is_null($length) && strpos($offset,',')){
  1744. list($offset,$length) = explode(',',$offset);
  1745. }
  1746. $this->options['limit'] = intval($offset).( $length? ','.intval($length) : '' );
  1747. return $this;
  1748. }
  1749. /**
  1750. * 指定分页
  1751. * @access public
  1752. * @param mixed $page 页数
  1753. * @param mixed $listRows 每页数量
  1754. * @return Model
  1755. */
  1756. public function page($page,$listRows=null){
  1757. if(is_null($listRows) && strpos($page,',')){
  1758. list($page,$listRows) = explode(',',$page);
  1759. }
  1760. $this->options['page'] = array(intval($page),intval($listRows));
  1761. return $this;
  1762. }
  1763. /**
  1764. * 查询注释
  1765. * @access public
  1766. * @param string $comment 注释
  1767. * @return Model
  1768. */
  1769. public function comment($comment){
  1770. $this->options['comment'] = $comment;
  1771. return $this;
  1772. }
  1773. /**
  1774. * 获取执行的SQL语句
  1775. * @access public
  1776. * @param boolean $fetch 是否返回sql
  1777. * @return Model
  1778. */
  1779. public function fetchSql($fetch=true){
  1780. $this->options['fetch_sql'] = $fetch;
  1781. return $this;
  1782. }
  1783. /**
  1784. * 参数绑定
  1785. * @access public
  1786. * @param string $key 参数名
  1787. * @param mixed $value 绑定的变量及绑定参数
  1788. * @return Model
  1789. */
  1790. public function bind($key,$value=false) {
  1791. if(is_array($key)){
  1792. $this->options['bind'] = $key;
  1793. }else{
  1794. $num = func_num_args();
  1795. if($num>2){
  1796. $params = func_get_args();
  1797. array_shift($params);
  1798. $this->options['bind'][$key] = $params;
  1799. }else{
  1800. $this->options['bind'][$key] = $value;
  1801. }
  1802. }
  1803. return $this;
  1804. }
  1805. /**
  1806. * 设置模型的属性值
  1807. * @access public
  1808. * @param string $name 名称
  1809. * @param mixed $value 值
  1810. * @return Model
  1811. */
  1812. public function setProperty($name,$value) {
  1813. if(property_exists($this,$name))
  1814. $this->$name = $value;
  1815. return $this;
  1816. }
  1817. }