Re: mongo usage
[email protected] (Tim Streater)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 06 Jul 2013 at 23:27, Tim Dunphy <[email protected]> wrote: > | You seem to spell the variable differently (1 'd' vs. 2 'd's)? > > Thanks! Fixed the type-o. Still no change. > > $connection = new Mongo(); > > $db = $connection->jfdb; > > //$collection = $db->addresses; > > $adresses = $connection->jfdb->addresses; ~~~~~~~~~ > > Any other suggestions? Appreciated. Fix the other typo. -- Cheers -- Tim