/framework/experimental/doc/init.info

http://zoop.googlecode.com/ · Unknown · 20 lines · 16 code · 4 blank · 0 comment · 0 complexity · df9b9e6fca339b2467e854461d20a5df MD5 · raw file

  1. things that the application can do for you
  2. cache control headers
  3. setting up the session for you
  4. set the encoding header for the browser (latin1 or utf-8 etc)
  5. set up $sGlobals or $session for you
  6. set up all the variables used for logging and stuff
  7. set up auto prepend append stuff???
  8. set up language stuff?
  9. initialize sequence stuff
  10. first set the globals stuff
  11. set default params for each module
  12. the app should alert users if contants are not set, not just throw bad errors
  13. set up default db connection
  14. perform an necessary module init stuff
  15. list files for inclusion (php5)
  16. include files (php4)