Re: creating a globally accessible variable within a helper

2008-11-18 Thread muszek
> [cut!] > Now... how should I _properly_ store that information that's going to > be printed out later on in layouts/default.ctp?  I could use a global > variable, but it doesn't look pretty.  I'm sure there's a nicer way of > doing it. > > Sorry if it doesn't belong to CakePHP mailing list at al

creating a globally accessible variable within a helper

2008-11-18 Thread muszek
Hi all, Before I proceed to the question, I'll show you what I want to achieve. I want to create a simple and straightforward way of placing tooltipped help icons (user hovers over a question mark icon and sees a tooltip with a nice explanation). To do this, I need something like somewhere wit