just started replying to a thread that someone else wrote saying that
variables that could be accessed via an application and not just session
would be a good idea. They even said "I've known some cf developers and
they think it's holy grail". I replied saying that they were useful in
certain situations, but it's quickly degenerated into a pissing match I
believe. It's amazing that when you are so close to a language, you can't
see how a concept from another language could improve it. In essence, they
say that they don't believe that they need application variables when they
can do this:
1. Set up a ramdisk on your server
2. $save_data = '<?php $array = ' . var_export($array) . '; ?>';
3. Write the file to the hard drive
4. Include the file on every page that they need it.
They don't believe that application.save_date = myArray is any easier.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
