I'm new one to opencart.is there any debug tools available for opencart ? .i don't know control flow of opencart execution.so i want to put break points,step into code,see variable values. please give any reference to that .thanks in advance.
11291 次
3 に答える
1
https://github.com/mithereal/opencart_inline_debuggersと d($var); だけを使用できます。var が変数またはオブジェクトであるソース内
于 2015-02-02T19:31:03.443 に答える