Add namespace.
This commit is contained in:
10
Model/iSqlResultItems.php
Normal file
10
Model/iSqlResultItems.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php namespace Majestic\Model;
|
||||
|
||||
interface iSqlResultItems
|
||||
{
|
||||
public function fetchAll();
|
||||
|
||||
public function fetchField($field);
|
||||
|
||||
public function fetch();
|
||||
}
|
Reference in New Issue
Block a user