
php
飘零一落
这个作者很懒,什么都没留下…
展开
-
phalcon 查询
1.简单查询 $conditions = 'status = :status:'; $parameters = [ 'status' => 1, ]; $result = Customer::find(["columns"=> "id,name,status", $conditions, 'bind' => $paramet原创 2018-07-26 15:01:00 · 624 阅读 · 0 评论 -
解决php 在浏览器及postman 打断点的问题
[xdebug]xdebug.remote_enable = Onxdebug.remote_handler = "dbgp"xdebug.remote_host = "localhost"xdebug.remote_port = 9010xdebug.idekey = PHPSTORMxdebug.remote_autostart=on原创 2018-08-15 14:47:14 · 977 阅读 · 1 评论