330 reputation
29
bio website
location
age
visits member for 7 months
seen May 16 at 16:52
stats profile views 37

May
16
accepted rewrite rule for shop in lithium / apache
Mar
29
comment rewrite rule for shop in lithium / apache
[R,L,NC] did not work either
Mar
29
comment rewrite rule for shop in lithium / apache
I will try and let you know
Mar
29
comment rewrite rule for shop in lithium / apache
error has changed... it redirects to domain.com/app/webroot/shop Exception lithium\action\DispatchException (code 404) Action webroot not found.
Mar
29
comment rewrite rule for shop in lithium / apache
When I browse to domain.com/somecontroller it also does perfectly. I just want to add a shop folder in app/webroot/shop so when I do domain.com/shop it should load the files from shop folder
Mar
29
comment rewrite rule for shop in lithium / apache
When I browse to domain.com it browses correctly.
Mar
29
asked rewrite rule for shop in lithium / apache
Mar
12
awarded  Caucus
Mar
12
awarded  Constituent
Feb
28
asked MongoDB aggregation convert NumberInt32 to ISODate
Feb
9
answered MongoDB query on same collection with count
Feb
6
comment MongoDB query on same collection with count
Hi Ross, I compromised with one query which will give parent details and the looping all parents to find their child nodes giving a count. It will work for a few hundred thousand records. But over it the server will be too slow.
Jan
13
comment MongoDB query on same collection with count
I have created a parent child collection in a single table using reference "The Nested Set Model" in: mikehillyer.com/articles/managing-hierarchical-data-in-mysql I am implementing "Finding the Depth of the Nodes" from that article. The collection creation works ok!
Jan
13
revised MongoDB query on same collection with count
added 504 characters in body
Jan
13
asked MongoDB query on same collection with count
Jan
9
comment MongoDB query the same table as alias
Thanks, it helped me solve the problem.
Jan
9
accepted How do I create a Lithium - form->select from controller output
Jan
6
accepted MongoDB query the same table as alias
Jan
5
comment MongoDB query the same table as alias
@Leonid, can you give me some hint... "details" is the same collection for node and parent.
Jan
5
comment MongoDB query the same table as alias
tried find and aggregation...did not work... I also need this to run from PHP-lithium framework!