newloki/

propel-module

此包最新版本(dev-master)没有可用的许可证信息。

Propel 数据库测试模块

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

This package is not auto-updated.

Last update: 2024-09-24 08:17:50 UTC


README

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