i using orm in fuelphp fetch data on table view created in data base.
i followed instruction given here i'm getting error seen on title above. here screenshot of error reference (http://prntscr.com/72ssqc).
here code: http://pastebin.com/ips5vczv
here screenshot of view table: http://prntscr.com/72st1e
your view definition wrong, misses 'columns' array, message explains.
protected static $_views = array( 'hugot_summary' => array( 'columns' => array( 'id', 'user_id', 'photo_id', 'hugot', 'url', 'comment_count', 'upvotes', 'created_at', 'updated_at' ), ), );
Comments
Post a Comment