Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 426 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 426 Bytes

SIMPLE RAW MAPPER TO OBJECT


Is a library for extracting raw result from database to an object. This library will help you for get suggestion and mapping to object, and say goodbye to writing mistake.

$object['use_id']
=> No array key with 'use_id'

Ex raw result :

example raw result from database

Ex suggestion result :

example suggestion result