array dump

2010-05-10 Thread bradmaxs
Can anyone tell me how to get:

Array
(
[0] = Array
(
[Portfolio] = Array
(
[id] = 1
[user_id] = 0
[url] = 29thstreetrep.com
[description] = Off-Broadway New York City
theater company known for its brutal play selections.
[domain_start] = 1999-08-02
[domain_expire] = 2011-08-02
[domain_owner] = David Mogentale
[host] = BMCO
[category] = theatre
[status] = current
[img] = portfolio_29thstreetrep.gif
[created] =
[modified] =
)

IN MY VIEW??

I have done it in the past and somehow didn't keep the code snippet
around.

Has it changed in 1.3 now that debug 3 is gone?

I do have the echo $this-element('sql_dump'); but it does not have
the array data.

thanks

Brad

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: array dump

2010-05-10 Thread Andy Dirnberger
http://book.cakephp.org/view/1128/debug

On May 10, 9:06 pm, bradmaxs b...@pezzano.com wrote:
 Can anyone tell me how to get:

 Array
 (
     [0] = Array
         (
             [Portfolio] = Array
                 (
                     [id] = 1
                     [user_id] = 0
                     [url] = 29thstreetrep.com
                     [description] = Off-Broadway New York City
 theater company known for its brutal play selections.
                     [domain_start] = 1999-08-02
                     [domain_expire] = 2011-08-02
                     [domain_owner] = David Mogentale
                     [host] = BMCO
                     [category] = theatre
                     [status] = current
                     [img] = portfolio_29thstreetrep.gif
                     [created] =
                     [modified] =
                 )

 IN MY VIEW??

 I have done it in the past and somehow didn't keep the code snippet
 around.

 Has it changed in 1.3 now that debug 3 is gone?

 I do have the echo $this-element('sql_dump'); but it does not have
 the array data.

 thanks

 Brad

 Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with 
 their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups 
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group 
 athttp://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: array dump

2010-05-10 Thread bradmaxs
Thanks - I guess I misread the post about it being deprecated.  Works
now!

On May 10, 6:51 pm, Andy Dirnberger andy.dirnber...@gmail.com wrote:
 http://book.cakephp.org/view/1128/debug

 On May 10, 9:06 pm, bradmaxs b...@pezzano.com wrote:



  Can anyone tell me how to get:

  Array
  (
      [0] = Array
          (
              [Portfolio] = Array
                  (
                      [id] = 1
                      [user_id] = 0
                      [url] = 29thstreetrep.com
                      [description] = Off-Broadway New York City
  theater company known for its brutal play selections.
                      [domain_start] = 1999-08-02
                      [domain_expire] = 2011-08-02
                      [domain_owner] = David Mogentale
                      [host] = BMCO
                      [category] = theatre
                      [status] = current
                      [img] = portfolio_29thstreetrep.gif
                      [created] =
                      [modified] =
                  )

  IN MY VIEW??

  I have done it in the past and somehow didn't keep the code snippet
  around.

  Has it changed in 1.3 now that debug 3 is gone?

  I do have the echo $this-element('sql_dump'); but it does not have
  the array data.

  thanks

  Brad

  Check out the new CakePHP Questions sitehttp://cakeqs.organdhelp others 
  with their CakePHP related questions.

  You received this message because you are subscribed to the Google Groups 
  CakePHP group.
  To post to this group, send email to cake-php@googlegroups.com
  To unsubscribe from this group, send email to
  cake-php+unsubscr...@googlegroups.com For more options, visit this group 
  athttp://groups.google.com/group/cake-php?hl=en

 Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with 
 their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups 
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group 
 athttp://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en