Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Show PHP object complete #63

Open
patrickmaciel opened this issue Apr 22, 2013 · 0 comments
Open

Show PHP object complete #63

patrickmaciel opened this issue Apr 22, 2013 · 0 comments

Comments

@patrickmaciel
Copy link

This line: $this->promotions_helper->promotion->rs_auto[0]

When I click in $this, xdebug return this:

$this (object) = 
$this->QTYcheck_promotion (object) = 
$this->check_num (string) = 349132
$this->check_promotion (object) = 
$this->final_date (null) = 
$this->inicial_date (null) = 
$this->message (null) = 
$this->orders_drinks_can (object) = 
$this->orders_drinks_have (object) = 
$this->orders_foods_can (object) = 
$this->orders_foods_have (object) = 
$this->promo_num (string) = 21
$this->promotions_helper (object) = 
$this->split_num (int) = 0

When I click in promotions_helper, promotions, etc... returns nothing.

My problem is: I want see, what is inside promotions_helper and promotion... but this Plugin show just the 'first layer'.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant