codeigniter中的mongodb,调试问题

时间:2011-08-03 12:09:24

标签: codeigniter mongodb

some_code.php中的


$query = new MongoCode('
    function (index, value){
        .... 
         // I need to check some value of some_variable in here
         // etc ) some_variable = 1 or "abc"
        ....
    }
');
$run = $this->db->command($query);

如何在php中打印mongodb变量?

1 个答案:

答案 0 :(得分:0)

var_dump()永远是你的朋友。