Re: [PHP] Double method access (Hi everyone! :))

2011-03-04 Thread Paola Alvarez
properly it > can create very compact, very readable, very powerful code. (And if done > stupidly can lead to a horrid mess, but that's true of any coding style.) > > --Larry Garfield > > > On 3/4/11 1:25 PM, Paola Alvarez wrote: > >> Hi there!, >> I hav

[PHP] Double method access (Hi everyone! :))

2011-03-04 Thread Paola Alvarez
Hi there!, I have been reading this list before but this is my first post. Reading some code from Symfony I got this: $this->getTable()->getColumns() ...when you can use this double method access?, I used before the regular $this->getTable(), but two?. I mean I have been trying but I got an error*