mtv\models\Model::fetch PHP Method

fetch() public method

Populate this model from permanent storage
public fetch ( )
    public function fetch()
    {
        // get my attributes from the db
        // $from_db = new Object;
        // pass the results to reload
        // $this->reload( $from_db );
        throw new NotImplementedException();
    }