# |
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 |
# |
Aug 6th 2008, 19:33 |
polerin |
ACTION blinks |
# |
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 |
batcoder-7 |
should i do this in javascript or cakephp ? |
# |
Aug 6th 2008, 19:33 |
batcoder-7 |
i need a top tier menu and for each top tier item it has to have some nested items as well for each top tier link |
# |
Aug 6th 2008, 19:32 |
batcoder-7 |
i need to do the last thing for my project and that is to make a menu |
# |
Aug 6th 2008, 19:32 |
batcoder-7 |
hmm |
# |
Aug 6th 2008, 19:30 |
polerin |
wow.. long day already |
# |
Aug 6th 2008, 19:30 |
polerin |
s/knew/new |
# |
Aug 6th 2008, 19:28 |
polerin |
everyone's knew at some point |
# |
Aug 6th 2008, 19:28 |
polerin |
) |
# |
Aug 6th 2008, 19:28 |
Ins|de |
polerin, you're right, i'm new to cake, i was just manipulating data, i was breaking MVC model |
# |
Aug 6th 2008, 19:27 |
polerin |
gwoo: if there's a better way to do it than reaching through the behavior, I'm all ears... I've enough to do without making it harder :P |
# |
Aug 6th 2008, 19:26 |
polerin |
gwoo: any ideas on the containable question? |