$post = Model_Post::forge(array(
'title' => Input::post('title'),
'slug' => Input::post('slug'),
'image' => $value[0]['saved_as'],
'summary' => Input::post('summary'),
'body' => Input::post('body'),
'user_id' => Input::post('user_id'),
));
It looks like you're new here. If you want to get involved, click one of these buttons!