Re: [PHP] Re: mongo usage

2013-07-06 Thread Tim Dunphy
Thanks. Sorry to bug you guys with this. That did it. sigh


On Sat, Jul 6, 2013 at 6:49 PM, Tim Streater  wrote:

> On 06 Jul 2013 at 23:27, Tim Dunphy  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
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>



-- 
GPG me!!

gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B


[PHP] Re: mongo usage

2013-07-06 Thread Tim Streater
On 06 Jul 2013 at 23:27, Tim Dunphy  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

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php