【发布时间】:2015-08-06 22:52:46
【问题描述】:
我一直在使用 Postman 为使用 CodeIgniter 框架的产品开发 php 中的 API。
要调试我的代码,我必须使用 echo 和 print_r() 跟踪控制器和模型,以识别实际错误,因为它不提供错误消息。
使用 CodeIgniter 时: 当模型中存在错误时,使用 Postman 时有什么方法可以识别控制器的错误吗?
如果您知道 Postman 中更好的调试方法,请提供帮助。
【问题讨论】:
标签: php codeigniter postman