newloki/propel-module

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

Propel DB testing module

Maintainers

Package info

github.com/newLoki/PropelModule

pkg:composer/newloki/propel-module

Statistics

Installs: 85

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-04-07 15:36:50 UTC


README

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