Hi

I'm would like to avoid PHP usages that are deprecated with regard to PHP 6. I would also like to code according to what is regarded as best practice. Are there any web resources that I can read to keep up to date?

For instance:
1) safe_mode is deprecated. (The PHP manual gives me the answer)

2) Are named accessor/mutator methods recommended over the __get() and __set() magic methods? (A best practice question).

Thanks

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to