I have created a test batch file that will connect to the DB and apart from looking up tables in the database does a few other things.
Used the template as per the template and the batch file works A-OK. Is there a way to cache the contents of a table (lookups table) somewhere that the php batch job can lookup on every run? i don't want to query the lookups table every time this batch file runs (every 15 minutes?). I wrote a simple singleton class and then realized that the batch file runs under a different context every time it runs.. any ideas?? Thanks byrus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
