#313 | |
#314 | $s = file_get_contents($modelfile); |
#315 | $s = preg_replace_callback('#\t*\/\/\s*hook\s+([\w\.]+)[\r\n]#', array('core', 'parse_hook'), $s); // 处理 hook |
#316 | if(!FW($objfile, $s)) { |
#317 | throw new Exception("写入 model 编译文件 $modelname 失败"); |
#318 | } |
#319 | } |
#320 | |
#321 | include $objfile; |
#322 | $mod = new $model(); |