Re: [PHP] mongo usage
[email protected] (Matijn Woudt)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAC_gtuN3L2nTEYw3DLiaRsr+ofhkSMm2Z4pKJYHETO-VTin1GA@mail.gmail.com> |
On Sat, Jul 6, 2013 at 9:16 PM, Tim Dunphy <[email protected]> wrote: > | You commented out the setting of yhe addresses variable > > Those were both equivalent ways of stating the same thing. I tried > substituting the other statement but there was no change: > > $db = $connection->jfdb; > > //$collection = $db->addresses; > > $adresses = $connection->jfdb->adresses; > > Thanks again! > > You seem to spell the variable differently (1 'd' vs. 2 'd's)? - Matijn