Log message #107289

# At Username Text
# Aug 6th 2008, 19:41 Ins|de polerin, no, just for an action on a list of items, because i would like to implement calls for i outside the list, and i would like it returns to the same location, i thought it maybe has and implementation elsewhere inside the cake :)
# Aug 6th 2008, 19:41 polerin etc
# Aug 6th 2008, 19:41 polerin is it going to change often
# Aug 6th 2008, 19:41 polerin is it determined on a per user basis
# 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
# Aug 6th 2008, 19:40 batcoder-7 polerin: i think so, and if not hopefylly ie8 hehe
# 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 polerin batcoder-7: I'm not sure IE 7 fixed that :/
# Aug 6th 2008, 19:39 Hedz Ins|de look for referer
# Aug 6th 2008, 19:39 batcoder-7 polerin: no one likes ie6 anyways hehehe
# Aug 6th 2008, 19:39 polerin Ins|de: is this a login action?
# Aug 6th 2008, 19:39 polerin Ins|de: you'd have to save the action in the session
# 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: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:38 batcoder-7 ah
# Aug 6th 2008, 19:38 polerin )
# Aug 6th 2008, 19:38 polerin batcoder-7: the are 100% css, except for in IE
# Aug 6th 2008, 19:38 Hedz but i dont want to add an array for each project
# 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:37 Hedz multiple projects multiple database
# 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 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 polerin Hedz: I assumed.. are there only going to be one or two, or what's going on?
# 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:36 Hedz i want to change the default database settings depending on a session var
# Aug 6th 2008, 19:36 batcoder-7 but i need cake to figure out which page its on and to build the 2nd tir menu right ?
# Aug 6th 2008, 19:36 polerin and put it in an element, or something of that nature
# Aug 6th 2008, 19:35 polerin nah, you can do that in plain (x)html with css
# Aug 6th 2008, 19:35 batcoder-7 a click + page load is fine
# Aug 6th 2008, 19:35 batcoder-7 no dropdown
# Aug 6th 2008, 19:35 batcoder-7 naw
# Aug 6th 2008, 19:35 polerin oh, I was assuming a dropdown
# Aug 6th 2008, 19:35 polerin it has to do with IE not supporting :hover on anything except <a>'s
# Aug 6th 2008, 19:35 batcoder-7 i mean i am going to have like 5 main tabs and when one of those tabs are click the page loads and loads the main page for that tab plus like 5 nested links / menu under that polerin
# Aug 6th 2008, 19:35 polerin Hedz: what are you trying to do?
# Aug 6th 2008, 19:34 Hedz i need to use the CakeSession in config/database.php. Is there a way to use the SessionHelper?
# Aug 6th 2008, 19:34 polerin but you can use an element to build it, or just put it straight into your layout
# Aug 6th 2008, 19:34 batcoder-7 casue i want my site accessible without JS
# Aug 6th 2008, 19:34 batcoder-7 really ?
# Aug 6th 2008, 19:34 batcoder-7 hmmmmm
# Aug 6th 2008, 19:33 polerin you're likely goign to use at least a snippit of JS, most of the popular methods for doing that do