Page 40 of 211,234, showing 20 records out of 4,224,663 total, starting on record 781, ending on 800
# | Username | Text | |
---|---|---|---|
# | Aug 6th 2008, 19:33 | batcoder-7 | should i do this in javascript or cakephp ? |
# | Aug 6th 2008, 19:33 | batcoder-7 | if cakephp is there anything to help me with htis built into cakephp ? |
# | Aug 6th 2008, 19:33 | polerin | ACTION blinks |
# | 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 |
# | Aug 6th 2008, 19:34 | batcoder-7 | hmmmmm |
# | Aug 6th 2008, 19:34 | batcoder-7 | really ? |
# | Aug 6th 2008, 19:34 | batcoder-7 | casue i want my site accessible without JS |
# | 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 | Hedz | i need to use the CakeSession in config/database.php. Is there a way to use the SessionHelper? |
# | Aug 6th 2008, 19:35 | polerin | Hedz: what are you trying to do? |
# | 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 | it has to do with IE not supporting :hover on anything except <a>'s |
# | Aug 6th 2008, 19:35 | polerin | oh, I was assuming a dropdown |
# | Aug 6th 2008, 19:35 | batcoder-7 | naw |
# | Aug 6th 2008, 19:35 | batcoder-7 | no dropdown |
# | Aug 6th 2008, 19:35 | batcoder-7 | a click + page load is fine |
# | Aug 6th 2008, 19:35 | polerin | nah, you can do that in plain (x)html with css |
# | Aug 6th 2008, 19:36 | polerin | and put it in an element, or something of that nature |
# | 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 | Hedz | i want to change the default database settings depending on a session var |