#608 | // 比如article/id.html,只能一个文章模型(多模型的不行,没法区分id属于那个模型的),因此丢到最后 |
#609 | if ( isset($mat['id']) && $this->integer_check($mat['id']) ){ |
#610 | $u_arr = explode('/', $uri); |
#611 | if( substr($cfg['link_show'], 0, strlen($u_arr[0])) == $u_arr[0] ){ |
#612 | $_GET['mid'] = 2; |
#613 | $_GET['id'] = $mat['id']; |
#614 | return true; |
#615 | } |
#616 | } |
#617 | } |