You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
simple-yewu/frontend/web/utils/function.php

21 lines
238 B

<?php
/**
* Created by PhpStorm.
* User: xzz
* Date: 2018/7/31
* Time: 15:45
*/
function dd($obj)
{
echo "<pre>";
var_dump($obj);
echo "</pre>";
die;
}
function aa($obj)
{
echo $obj->createCommand()->rawSql;
}