Re: mongo usage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



| 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.

Tim


On Sat, Jul 6, 2013 at 5:39 PM, Matijn Woudt <tijnema@xxxxxxxxx> wrote:

>
>
>
> On Sat, Jul 6, 2013 at 9:16 PM, Tim Dunphy <bluethundr@xxxxxxxxx> 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
>



-- 
GPG me!!

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

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux