Search This Blog

Saturday, June 30, 2012

Day 16-20 --- PHP Oo, Error Handling, PEAR

Day 16 - include, require, date functions, storing/retrieving data, mail(), group assignment


  • require, require_once(<==amat diperlukan) ; include, include_once
  • date(), getdate(), strtotime(), mktime(), strftime()
  • mail(to, subject, msg[, from])
  • fopen, flock, fwrite, fgets, feof, fclose
  • _GET


Day 17 - Object Oriented PHP


Day 18 - Object Oriented PHP
  • polymorphism - overriding, parent::operation(), final
  • static
  • abstract, interface

                
Day 19 - OO, Error & Exception Handling


Day 20 -con PEAR



No comments:

Post a Comment