~kili4n/datajar/next

« back to all changes in this revision

Viewing changes to Datajar/drivers/DatajarEngineMongo.php

  • Committer: Etenil
  • Date: 2012-04-15 22:52:26 UTC
  • Revision ID: boss@etenil.net-20120415225226-p7c877e2qu084zno
Removed useless DatajarDriver class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * You should have received a copy of the GNU General Public License
23
23
 * along with Datajar.  If not, see <http://www.gnu.org/licenses/>.
24
24
 */
25
 
class DatajarEngineMongo extends DatajarEngineBase implements DatajarDriver
 
25
class DatajarEngineMongo extends DatajarEngineBase
26
26
{
27
27
    protected $conn;
28
28
    protected $db;