[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 4bde8d: Use 'self' inside the class to refer to the class

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4bde8d372469ce75e7f1ee6aaf47eaa3c8b937e9 https://github.com/phpmyadmin/phpmyadmin/commit/4bde8d372469ce75e7f1ee6aaf47... Author: Madhura Jayaratne <madhura.cj@gmail.com> Date: 2013-05-26 (Sun, 26 May 2013) Changed paths: M libraries/DatabaseInterface.class.php Log Message: ----------- Use 'self' inside the class to refer to the class Commit: 17b3df1422b88ebb8f04d06c7bf6c458ce52e8ed https://github.com/phpmyadmin/phpmyadmin/commit/17b3df1422b88ebb8f04d06c7bf6... Author: Madhura Jayaratne <madhura.cj@gmail.com> Date: 2013-05-26 (Sun, 26 May 2013) Changed paths: M libraries/DatabaseInterface.class.php A libraries/dbi/DBIAbstractExtension.class.php M libraries/dbi/DBIDrizzle.class.php M libraries/dbi/DBIDummy.class.php M libraries/dbi/DBIExtension.int.php M libraries/dbi/DBIMysql.class.php M libraries/dbi/DBIMysqli.class.php Log Message: ----------- Move drizzle related code to PMA_DBI_Drizzle class. Make sure the method signature of the implementation matches that of the interface. Compare: https://github.com/phpmyadmin/phpmyadmin/compare/8a28fc8dcdfe...17b3df1422b8
participants (1)
-
Madhura Jayaratne