newloki/propel-module

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

Propel DB testing module

Installs: 85

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 1

Open Issues: 0

pkg:composer/newloki/propel-module

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

This package is not auto-updated.

Last update: 2025-10-21 13:24:30 UTC


README

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