On Apr 1, 2004, at 4:54 PM, Ben Curtis wrote:
Application.cfm / OnRequestEnd.cfm

No equivalent as far as I know.


Application scope (mostly, RAM-persistent shared vars)

You'll need a third-party caching system.


Session scope

There is a session mechanism in PHP - read the docs.


CFCs

PHP has fairly full-blown classes (and PHP5 enhances this even further). And Mach II will very soon be available for PHP (my website is already running on a pre-beta version). You can also get Fusebox 3 for PHP (the previous version of my website ran on that).


I'm no expert - I learned all I know from the (very good) online docs and a few books. Everything you need to know is there if you're prepared to go look for it :)

Sean A Corfield -- http://www.corfield.org/blog/

Got Mach II? -- http://www.mach-ii.com/

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.


CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to