Laravel dd() equivalent for Cake PHP -


i know if there equivalent method laravel method dd() cake php. if don't know, dd() dump given variable , end execution of script.

thanks you.

try adding prd() function bootstrap.php

function prd($var) {     pr($var);     die; } 

source: http://debuggable.com/posts/make-your-life-easier-with-these-five-cakephp-quicktips:48170ee5-0cc0-4815-af60-7c264834cda3

you add cakephp/app/config/helpers.php


Comments

Popular posts from this blog

iis - ASP.Net Core CreatedAtAction in HttpPost action returns 201 but entire request ends with 500 -

gcc - Neither ld wrap nor LD_PRELOAD working to intercept system call -

ssh - Vagrant Windows - ssh_exchange_identification: read: Connection reset by peer -