Page 41 of 211,234, showing 20 records out of 4,224,663 total, starting on record 801, ending on 820
# | Username | Text | |
---|---|---|---|
# | Aug 6th 2008, 19:36 | polerin | there are about 50 zillion different ways to load the data to the elemnt, so you'll need to figure out what is the best for you though |
# | Aug 6th 2008, 19:37 | polerin | Hedz: I assumed.. are there only going to be one or two, or what's going on? |
# | Aug 6th 2008, 19:37 | batcoder-7 | so build each lower tier menu in css and then figure out of way to call that class for each different page i am on ? |
# | Aug 6th 2008, 19:37 | batcoder-7 | polerin: the problem is i am really just looking for the best fastest way of doing it |
# | Aug 6th 2008, 19:37 | Hedz | multiple projects multiple database |
# | Aug 6th 2008, 19:37 | batcoder-7 | polerin: and btw i did see some 100 percent css drop down menus the other day, they were pretty cool |
# | Aug 6th 2008, 19:38 | Hedz | but i dont want to add an array for each project |
# | Aug 6th 2008, 19:38 | polerin | batcoder-7: the are 100% css, except for in IE |
# | Aug 6th 2008, 19:38 | polerin | ) |
# | Aug 6th 2008, 19:38 | batcoder-7 | ah |
# | Aug 6th 2008, 19:38 | polerin | Hedz: if nothing else you can use $_SESSION, but it still sounds like a bad idea to me **shrugs** |
# | Aug 6th 2008, 19:39 | Ins|de | is it possible to get the last action requested? not $this->action, the previous called action |
# | Aug 6th 2008, 19:39 | polerin | Ins|de: you'd have to save the action in the session |
# | Aug 6th 2008, 19:39 | polerin | Ins|de: is this a login action? |
# | Aug 6th 2008, 19:39 | batcoder-7 | polerin: no one likes ie6 anyways hehehe |
# | Aug 6th 2008, 19:39 | Hedz | Ins|de look for referer |
# | Aug 6th 2008, 19:40 | polerin | batcoder-7: I'm not sure IE 7 fixed that :/ |
# | Aug 6th 2008, 19:40 | batcoder-7 | polerin: you got any ideas on the *best* way to go about doing this having 2 tier menu etc, there will need ot be some kind of php interaction with it to determine what page etc i am on |
# | Aug 6th 2008, 19:40 | batcoder-7 | polerin: i think so, and if not hopefylly ie8 hehe |
# | Aug 6th 2008, 19:41 | polerin | batcoder-7: yes, basicly you need to figure out how to hand your view the correct array of submenu items, what the best way depends on a whole bunch of factors |