示例#1
0
function getById()
{
    $orm = new ORM();
    $sql = new MysqlConnect($orm->getDatabase());
    $sql->getById('1');
    $sql->persist($orm);
}