kohana / orm

Kohana ORM
159 stars 108 forks source link

Add as_assoc() and as_object() to support the result render as array or object #48

Closed Yahasana closed 12 years ago

Yahasana commented 12 years ago

Fixed issue

now you can Orm::factory('table')->as_assoc()->find_all()->as_array() to get the result as array

Sumh 42424861@qq.com

Kohana-Builds commented 12 years ago

Pull request is targeted towards an invalid branch (3.2/master). Usually, this means you have targeted the master, rather than develop branch. Please correct this and try again. Thanks!