[PHP] how do the thing?

2001-11-11 Thread Galkov Vladimir
Good time of a day! well... as for me the construction... switch($action) { case ... .. } ...is not very elegant when number of cases over 40-60 or more and the only thing they must do is start one function (often with the same name). for example:

RE: [PHP] how do the thing?

2001-11-11 Thread Martin Towell
To: [EMAIL PROTECTED] Subject: [PHP] how do the thing? Good time of a day! well... as for me the construction... switch($action) { case ... .. } ...is not very elegant when number of cases over 40-60 or more and the only thing they must do is start one function