PHP: Difference between revisions

Jump to navigation Jump to search
RS David (talk | contribs)
RS David (talk | contribs)
recat
 
Line 18: Line 18:
etc.
etc.


[[Category:Academy]]
[[Category:Proposals]]
[[Category:Post-graduate courses]]
[[Category:Academy Proposals]]
[[Category:Club Expansion]]

Latest revision as of 19:03, 2 April 2009

Main reference: http://www.php.net/manual/en/

This topic will likely require two separate courses; there is a lot of material. Well, it's like teaching someone to program for the first time. Maybe offer a special, equivalent course for those who know how to program? Or, just a different reference guide.

Course 1: Introduction to PHP Course 2: Intricacies of PHP

Course 1

  • if, elseif, else, for, while
  • variables, arrays
  • functions: include, header, echo

Course 2

  • PHP config: magic quotes, register globals
  • debugging (phpinfo, print_r, get_defined_vars, etc.)
  • user-defined functions

etc.