Admun's NUDN

admun

  • San Francisco, CA

Navigation

Navigation

Categories

In the Beginning, there is index.php...

When Nucleus receives a request, here's what it went through:

  • index.php
    • set $CONF['Self']
    • include config.php
      • setup MySQL and path env variables
      • include globalfunctions.php
        • setup global variables
        • defined various global/utility functions
        • setup PHP error reporting
        • include vars functions (vars4.*.php)
        • initialize various in-coming HTTP variables (ie $blogid, $catid, etc.)
        • sent HTTP header for Generator
        • load and initialize core classes: MANAGER, MEMBER, ACTIONLOG, PLUGIN
        • load optional classes (only if needed): XML-RPC, ADMIN
        • setup MySQL connection
        • perform login/authenication
        • trigger PostAuthentication event
        • include more core classes: PARSER, SKIN, TEMPLATE, BLOG, COMMENTS, COMMENT, ITEM, NOTIFICATION, BAN, PAGEFACTORY, SEARCH
        • set lastVisit cookie
        • load lang file
        • update various in-coming HTTP variables
        • initialize ItemURL, ArchiveURL, ArchiveListURL, MemberURL, SearchURL, BlogURL, CategoryURL with $CONF['Self']
        • set URLMode (either normal or pathinfo)
    • call selector()
      • handle site disable
      • setup $skintype and related variables based on HTTP Var exists
      • setup $blogid, $catid, $skinid
      • call SKIN::parse()

13:58:39 on 07/13/04 by Admun - Category: Code Traces - tags: none - print

Comments

hcgtv wrote:

Awesome insight, I like it.

Backup your database smile

07/13/04 16:32:53

Admun wrote:

will do. cool

07/13/04 19:08:59

karma wrote:

nice!

07/14/04 13:54:00

Add Comments



<=   October 2008   =>
SunMonTueWedThuFriSat
   1234
567891011
12131415161718
19202122232425
262728293031 

My Quick Links

Documentation

How-To & Tips

Source Code

Developers utc

Latest Comments

  • Vikky Cabrera says Thank you for making my life a non-techie-pretending-to-be-one a lot more easy and...
  • Admun says It's now fixed... sorry for the problem.
  • Vikky Cabrera says Unfortunately the download link does not work and just comes up with the following...
  • CMN says Sure.. Thanks Admun
  • Admun says Some code change is needed, but I do not have time right now unfortunately. I...
  • CMN says Hello Admun, is there a quick way to work around it ? The blog content on my web...
  • Admun says You are correct.
  • CMN says Does the AutoExtended subscribe to Edit item ? It seems like the <%morelink%>...

Most Downloads