Maintain legacy code: Difference between revisions
Jump to navigation
Jump to search
(Created page with " require_once, include_once --> autoload * [http://justericgg.logdown.com/posts/196891-php-series-autoload PHP系列 - Autoload 自動載入 « 不像樣工程師 Eric G. Huan...") |
No edit summary |
||
| Line 1: | Line 1: | ||
require_once, include_once | legacy: require_once, include_once | ||
* [http://justericgg.logdown.com/posts/196891-php-series-autoload PHP系列 - Autoload 自動載入 « 不像樣工程師 Eric G. Huang's 學習日記] | * alternative: [http://justericgg.logdown.com/posts/196891-php-series-autoload PHP系列 - Autoload 自動載入 « 不像樣工程師 Eric G. Huang's 學習日記] | ||
legacy: mysql_query, mysql_fetch_array | |||
* alternative: [http://php.net/manual/en/pdo.prepare.php PHP: PDO::prepare - Manual] | |||
legacy: if-else | |||
* interface | |||
[[Category:Programming]] [[Category:PHP]] | [[Category:Programming]] [[Category:PHP]] | ||
Revision as of 10:53, 27 November 2015
legacy: require_once, include_once
- alternative: PHP系列 - Autoload 自動載入 « 不像樣工程師 Eric G. Huang's 學習日記
legacy: mysql_query, mysql_fetch_array
- alternative: PHP: PDO::prepare - Manual
legacy: if-else
- interface