if (Request::initial()->is_ajax()){ $id = Arr::get($_POST, 'data'); $articles = ORM::factory('articles', $id); echo ($id); }