Ivan Ristic wrote:
>>I need to store large static array as lookup table (read only).
>>I think there are many applications that has relatively
>>large static array for application configuration, etc.
>>
>>$_PERSISTENT is problematic, since user may store unsutable
>>data for it.
> 
> 
>   Are there problems with objects or other data structures? I am
>   prepared to make my hands dirty in order to make persistent
>   objects possible with PHP :)

I think you can use SRM for this :)

--
Yasuo Ohgaki





-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to