<?php namespace Majestic\Model;
interface iSqlResultItems
{
public function fetchAll();
public function fetchField($field);
public function fetch();
}