newloki/propel-module

There is no license information available for the latest version (dev-master) of this package.

Propel DB testing module

dev-master 2014-11-18 08:57 UTC

This package is not auto-updated.

Last update: 2025-07-15 12:13:17 UTC


README

$dbResult = $this->codeGuy->seeInDatabase(
    'tableName',
    '*',
    array('id_cart' => '1')
);
``