2011年5月19日星期四

Web Developer Juice: PHP Magic Functions: Best Part of Object Oriented PHP - Part 2


Web Developer Juice has posted the second part of their series looking at some of the "magic functions" that PHP has to offer - special functions that do automagic things in your scripts and classes. Part one can be found here.



In my previous post ( PHP Magic Functions ), I discussed about __construct, __destruct, __call and __callStatic. Lets explore a few more magic functions...

In this latest part of the series they look at three functions:



  • __set/__get
  • __invoke

没有评论:

发表评论