- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
$fileContent=file_get_contents($this->rootPath.'app/'.$this->interface.$this->handler.$this->p_h.'.php');
if (preg_match('/class\s{1,}\b'.$this->handler.$this->p_h.'\b/i', $fileContent,$matches)) {
.............
if (preg_match('/function\s{1,}\b'.$this->action.$this->p_a.'\b/i', $fileContent,$matches)) {
$class=$this->handler.$this->p_h;
$action=$this->action.$this->p_a;
$this->includeClass($class,$action);
return;
.............
3.14159265 05.05.2010 15:51 # +4
по стилю напоминает 3158 и 3160
похоже автор пытался доказать что при помощи регулярных выражений можно сделать все
DanxilLs 05.05.2010 21:32 # 0
eXtractor 07.05.2010 00:59 # +1
guest 07.05.2010 11:13 # +1
cfdev 07.05.2010 11:14 # 0
Vasiliy 07.05.2010 12:02 # 0
guest 07.05.2010 12:20 # 0
Так оно и есть
mrbig66 07.05.2010 13:13 # −1
guest 07.05.2010 13:22 # −7
guest 07.05.2010 13:55 # +3
This is obvious 07.05.2010 17:07 # 0
mrbig66 07.05.2010 17:17 # −1
Не. Все таки их можно оставить.
guest 07.05.2010 20:37 # −1