- 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
- oo concept video1, oo concept video2
- class, property, method, $this->property
- inheritance, __construct, __destruct, __CLASS__
- __set, __get
- encapsulation : public, protected, private
- another OO php tutorial link
Day 18 - Object Oriented PHP
- polymorphism - overriding, parent::operation(), final
- static
- abstract, interface
Day 19 - OO, Error & Exception Handling
- try, throw, catch
- PEAR: HTML_quickform2, rule-list example:basic-element,buitlin-rules
Day 20 -con PEAR
No comments:
Post a Comment