Retrieving and Saving data
Retrieving Alter offers a simple and powerful API to retrieve data. Let’s supose that you have this Car model: use Hero\Core\Model; class Car extends Model { public $fields = [ ‘title’ => true ‘thumbnail’ => true, ‘gallery’ => [ ‘type’ => ‘image’, ‘label’ => ‘Gallery’, ‘multiple’ => true ], ‘year’ => [ ‘type’ => ‘int’, ‘label’ =>