WordCamp – Day II : “Why WordPress: PHP Behinds”

This is a “Developer Session” as noted on the official , but I think the comittee should also informed that this is for Beginner, as the info discussed in this session is a quick introduction on the platform as I have noted below :

  • is built in PHP/My SQL and licensed under the GPL
     
  • It is an Open Source project which means there are hundreds of people all over the world working on it
     
  • Since using PHP as server scripting languange, it will easily customized by the developer
     
  • PHP in Brief :
    - It is a scripting languange originally designed for producing dynamic web pages and created by Rasmus.
    - The main implementation of PHP is now produced by the PHP group
      
  • Structure :
    - wp-admin
    - wp-content
    - wp-incudeds
     
  • The advantage of above structure :
    It will separate the core of the application and the template for the modification
     
  • wp-admin
    It is the administrator site, it stores files for managing
     
  • wp-includes
    - core application and classes for running the wp application
    - no necessary to change unless big customization
    - a change will change the whole code
     
  • wp-content
    - plugin and themes, the place for the customizaton
    - plugin directory contains all files for storing
    - an update will only change the themes and plugin itself
     
  • Buiding themes
    - stored in wp-content directory but we can have many themes stored in directory
    - themes directory split the files into header, footer, comment, sidebar file to included
    - automatically shown in admin
     
  • Building plugin
    - stored in wp-content directiory and will contains as many plugin as installed
    - script itself can be just one file or one subdirectiry if it’s complex
    - plugin located on this directory can automatically shown in admin but still need to activated

Recent Entries

3 Responses to “WordCamp – Day II : “Why WordPress: PHP Behinds””

  1. Fikri @ Bloggingly Says:

    WAW! What a list!

    anyway, mengapa dalam bahasa inggris? not all of visitor understand it.
    Ata, bolehkah saya translate di bloggingly.com dan lalu saya linkback kesini?

    Thnx a bunch :D

  2. Link Catatan Lengkap ( Complete Notes ) Wordcamp Indonesia 2009 dari PinkParis | Bloggingly | semua tentang blog. dari tips ngeblog (blogging), hingga budaya ngeblog (blogging culture) Says:

    [...] WordCamp – Day II : “Why WordPress: PHP Behinds” Notes mengenai aspek scripting dalam wordpress. [...]

  3. pinkparis Says:

    @Fikri :
    thanks for the appreciation.
    bukannya klo in english malah lebih bnyk yg ngerti ya :-)
    boleh, boleh, silahkan klo mo di translate n di link back kesini :-)

Leave a Reply