samdark / yii2-cookbook

Yii 2.0 Community Cookbook
1.44k stars 297 forks source link

wrong var to print_r #67

Closed tunecino closed 8 years ago

tunecino commented 8 years ago

print_r($params) // output: Array ( [0] => cars [1] => sport) print_r($categories) // output: cars/sport

Nice trick by the way ;-) thanks for sharing it

samdark commented 8 years ago

Thanks!