Re: Query looping via path::
Joshua <[email protected]> Fri, 29 Apr 2005 14:55:33 -0600
| Newsgroups | gmane.comp.lib.nexista.devel |
|---|---|
| Message-ID | <[email protected]> |
Weird. I thought thar as done. go ahead and commit On Friday 29 April 2005 3:46, Albert Lash wrote: > Hey Joshua, > > Thanks for all your help today and yesterday. Hope I am contributing > something in the process. > > I'm trying too loop on the roles, yet in queryhandler it is only looking > to Flow. Can I change this to use Path somehow? > > Existing: > $array = Flow::getByPath($loopvar); > > Would the new one be: > > $array = Path::get($loopvar);? > > Just tried it and it worked, shall I commit? > > Alby