Method name must be a stringhttp://softtime.ru/forumMethod name must be a stringhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=78378#post465349Спасибо, не заметила, не внимательная. То, что надо, получилось.Method name must be a stringTue, 18 Jan 2011 15:13:19 +0300ЛенаMethod name must be a stringhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=78378#post465347куда все? там return внутри тела цикла.Method name must be a stringTue, 18 Jan 2011 15:04:11 +0300TrianonMethod name must be a stringhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=78378#post465345Да, вы правильно поняли. Переделала ваш пример под свои нужды. Получилось вот что. "?php class test{ private $error=''; private...Method name must be a stringTue, 18 Jan 2011 14:49:40 +0300ЛенаMethod name must be a stringhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=78378#post465341upd. не сразу понял, в чем суть. Вот смотрите, это же то, что вам нужно? У меня работает правильно. "?php...Method name must be a stringTue, 18 Jan 2011 13:53:24 +0300neadekvatMethod name must be a stringhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=78378#post465337сделала вот так: public function CheckForm(){ if(isset($_REQUEST)){ foreach($_REQUEST as $aKey="$aValue){ $func = $this-"aCheckers; $this-"error .= $this-"$func($aKey,$this-"aCheckers); return $this-"error; }...Method name must be a stringTue, 18 Jan 2011 13:11:44 +0300ЛенаMethod name must be a stringhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=78378#post465246Не совсем догоняю, но мб так: $func_name = $this-"$aCheckers; $this-"error .= $func_name($aKey,$this-"$aCheckers);Method name must be a stringMon, 17 Jan 2011 14:49:53 +0300neadekvatMethod name must be a stringhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=78378#post465245форма описывается в виде массива: $aForm = array( //атрибуты формы ), 'inputs' =" array( //здесь идут элементы формы ),...Method name must be a stringMon, 17 Jan 2011 14:44:52 +0300Лена