Welcome Guest, Not a member yet? Register   Sign In
Nesting queries within active record
#8

[eluser]Sumon[/eluser]
Tree concept seems to me all about category or parent category name. But what about the item description while i am using binary tree. moreover, category and item tables doesn't contain same properties. so as a result how to get
Code:
[Ford]
    [F-150]
    [Focus]
    [Taurus]
instead of
Code:
[Ford][F-150]
[Ford][Focus]
[Ford][Taurus]
using a query in the model without loop or apply logic in view?

[quote author="E.T.Cook" date="1223102492"]
Is there any way to do it without looping each query separately, and manually propagating an array? On the rails version of active record, I believe you use :through, but I can't seem to find anything like that here.
[/quote]
@E.T.Cook: is it really in rails active record? if yes then is rail process (in model or somewhere builtin) the data by looping and applying logic and return desired value. is it?


Messages In This Thread
Nesting queries within active record - by El Forum - 10-03-2008, 07:41 PM
Nesting queries within active record - by El Forum - 10-04-2008, 04:26 AM
Nesting queries within active record - by El Forum - 10-04-2008, 05:09 AM
Nesting queries within active record - by El Forum - 10-04-2008, 07:24 AM
Nesting queries within active record - by El Forum - 10-04-2008, 07:25 AM
Nesting queries within active record - by El Forum - 10-04-2008, 09:52 AM
Nesting queries within active record - by El Forum - 10-04-2008, 10:15 AM
Nesting queries within active record - by El Forum - 10-04-2008, 10:36 AM
Nesting queries within active record - by El Forum - 10-04-2008, 11:49 AM
Nesting queries within active record - by El Forum - 10-05-2008, 06:29 PM
Nesting queries within active record - by El Forum - 10-05-2008, 10:27 PM
Nesting queries within active record - by El Forum - 10-05-2008, 10:34 PM
Nesting queries within active record - by El Forum - 10-05-2008, 10:45 PM
Nesting queries within active record - by El Forum - 10-05-2008, 10:46 PM
Nesting queries within active record - by El Forum - 10-05-2008, 11:29 PM
Nesting queries within active record - by El Forum - 10-05-2008, 11:46 PM
Nesting queries within active record - by El Forum - 10-06-2008, 12:55 AM
Nesting queries within active record - by El Forum - 10-06-2008, 01:02 AM
Nesting queries within active record - by El Forum - 10-06-2008, 01:04 AM
Nesting queries within active record - by El Forum - 10-06-2008, 01:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB