Category | php function - get_defined_vars() for debugging |
Code Examples | After working my way through various debugging techniques, I pulled out the big gun. In my view, I dumped the output of PHP's get_defined_vars() function and found that my $vendor_type variable had been renamed to $vendorType after the following line in controller: $this->set ( compact ( 'vendor_type', 'application_type', 'states' ) ); |
Test Code | |
Links | |
Remarks | |
Cancel |