Sebastian Mendel wrote:
Sebastian Mendel schrieb:
variablename:
$PMA_List_Database vs. PMA_Databases
???
what do you prefer?
at first i thought i use $PMA_List_Database to make it visible that this is an object from the class PMA_List_Database
but this is somehow long, and IF we later introduce some derived classes like PMA_List_Database_Mysql_5 or something similar the variablename will not change, it will stay $PMA_List_Database - so there is no hint on the used class behind this object
whats best?
$pma_databases $PMA_Databases $PMA->databases $databases
-- Sebastian Mendel
www.sebastianmendel.de
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=D... _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
inofficial vote:
$pmaDatabases
;)