芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/www/resuamer/site/application/classes/controller/ajax/ajax.php
request->post('nom_route'); $tab_argument = json_decode($this->request->post('tab_argument'), true); $argument = array(); foreach($tab_argument as $key=>$value){ $argument[$key] = $value; } $this->template->data = View::factory('ajax/route_url'); $this->template->data->route_url = Route::url($nom_route,$argument); //$this->template->data->tab_arg = $this->request->post('tab_argument'); } }