--- "John W. Holmes" <[EMAIL PROTECTED]> wrote: > Marlon Moyer wrote: > > But I think the original question was about a tree that took a > > long time to create, and application variables would be a plus > > in this situation... > > Again, if you're just talking about reading, how hard is it to > just do this to save: > > $save_data = '<?php $array = ' . var_export($array) . '; ?>'; > > Now save that to a RAM disk and include() it whenever you need it > recreated. You can do the same thing with objects, too.
Wow, the simplicity of logic at its best. :-) Nice one, John. Chris ===== Chris Shiflett - http://shiflett.org/ PHP Security Handbook Coming mid-2004 HTTP Developer's Handbook http://httphandbook.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php