Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #14784 > unrolled thread
| Started by | balakmr783@gmail.com |
|---|---|
| First post | 2014-12-26 05:51 -0800 |
| Last post | 2014-12-28 16:54 -0500 |
| Articles | 6 — 6 participants |
Back to article view | Back to comp.lang.php
how to implement populate method in php balakmr783@gmail.com - 2014-12-26 05:51 -0800
Re: how to implement populate method in php Jerry Stuckle <jstucklex@attglobal.net> - 2014-12-26 10:32 -0500
Re: how to implement populate method in php Matthew Carter <m@ahungry.com> - 2014-12-26 11:08 -0500
Re: how to implement populate method in php Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-12-28 18:08 +0100
Re: how to implement populate method in php crankypuss <crankypuss@nomail.invalid> - 2014-12-28 10:50 -0700
Re: how to implement populate method in php bill <william@TechServSys.com> - 2014-12-28 16:54 -0500
| From | balakmr783@gmail.com |
|---|---|
| Date | 2014-12-26 05:51 -0800 |
| Subject | how to implement populate method in php |
| Message-ID | <452933cb-729f-4ea9-88e4-eac1d5074898@googlegroups.com> |
how to implement php populate method with mongodb .any one help me..thanks in advance
[toc] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2014-12-26 10:32 -0500 |
| Message-ID | <m7jv12$cn$1@dont-email.me> |
| In reply to | #14784 |
On 12/26/2014 8:51 AM, balakmr783@gmail.com wrote: > how to implement php populate method with mongodb .any one help me..thanks in advance > What's a "populate" method supposed to do? There is no such "standard" method in PHP. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
[toc] | [prev] | [next] | [standalone]
| From | Matthew Carter <m@ahungry.com> |
|---|---|
| Date | 2014-12-26 11:08 -0500 |
| Message-ID | <87ppb6wfz9.fsf@ahungry.com> |
| In reply to | #14785 |
Jerry Stuckle <jstucklex@attglobal.net> writes: > On 12/26/2014 8:51 AM, balakmr783@gmail.com wrote: >> how to implement php populate method with mongodb .any one help >> me..thanks in advance >> > > What's a "populate" method supposed to do? There is no such "standard" > method in PHP. I think it's what happens when a mommy method and daddy method love each other very much. -- Matthew Carter (m@ahungry.com) http://ahungry.com
[toc] | [prev] | [next] | [standalone]
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| Date | 2014-12-28 18:08 +0100 |
| Message-ID | <4454456.iohpus3kUD@PointedEars.de> |
| In reply to | #14786 |
Matthew Carter wrote: > Jerry Stuckle <jstucklex@attglobal.net> writes: >> On 12/26/2014 8:51 AM, balakmr783@gmail.com wrote: >>> how to implement php populate method with mongodb .any one help >>> me..thanks in advance >> What's a "populate" method supposed to do? There is no such "standard" >> method in PHP. > > I think it's what happens when a mommy method and daddy method love each > other very much. ROTFL. YMMD :) -- PointedEars Zend Certified PHP Engineer Twitter: @PointedEars2 Please do not cc me. / Bitte keine Kopien per E-Mail.
[toc] | [prev] | [next] | [standalone]
| From | crankypuss <crankypuss@nomail.invalid> |
|---|---|
| Date | 2014-12-28 10:50 -0700 |
| Message-ID | <m7pft8$v34$1@dont-email.me> |
| In reply to | #14787 |
On 12/28/2014 10:08 AM, Thomas 'PointedEars' Lahn wrote: > Matthew Carter wrote: > >> Jerry Stuckle <jstucklex@attglobal.net> writes: >>> On 12/26/2014 8:51 AM, balakmr783@gmail.com wrote: >>>> how to implement php populate method with mongodb .any one help >>>> me..thanks in advance >>> What's a "populate" method supposed to do? There is no such "standard" >>> method in PHP. Well, there are the array_fill() builtin, and the array_fill_keys() builtin, which seem intended for populating arrays. But I suppose they don't qualify as a "method" unless somebody puts them in a class somewhere.
[toc] | [prev] | [next] | [standalone]
| From | bill <william@TechServSys.com> |
|---|---|
| Date | 2014-12-28 16:54 -0500 |
| Message-ID | <m7pu6j$t6m$1@speranza.aioe.org> |
| In reply to | #14784 |
On 12/26/2014 8:51 AM, balakmr783@gmail.com wrote: > how to implement php populate method with mongodb .any one help me..thanks in advance > Try a Mongodb newsgroup: brief search -> MongoDB Backup Methods — MongoDB Manual 2.6.6 docs.mongodb.org/manual/core/backups The mongorestore tool can populate a MongoDB database with the data from these BSON files. These tools are simple and efficient for backing up small ... bill
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.php
csiph-web