| Re: Hardcode module directory names? |
| by Dave_L on 2005/4/7 13:02:26 A couple of comments: 1) Is it really a good idea to translate directory names to different languages? I think that could cause some confusion. 2) Some places in which the module directory name occurs are difficult to make dynamic, such as in constant names, template variable names and template file names. Examples (from the chess module): le="color: #000000"><?php constant name: defined('_MD_CHESS_PLAYER_NAME', 'Player name'); template variable name: <{$chess_player_name}> template file name: chess_game_board.html
|
| Hardcode module directory names? |
| by Dave_L on 2005/4/7 12:50:07 This was posted by "banned" in a QA forum thread. I'm reposting it here for open discussion. Quote: Hi there, |