Frzzman wrote:
Daniel Schierbeck wrote:
Stefan wrote:
It's a bug.
* Siehe http://bugs.php.net/bug.php?id=28444 ... und ...
* http://news.php.net/php.bugs/63652
A workaround is possible using __call( $name, $args) { return(
$this->__get( $name)); }. But it sucks, since constructs us
Daniel Schierbeck wrote:
Stefan wrote:
It's a bug.
* Siehe http://bugs.php.net/bug.php?id=28444 ... und ...
* http://news.php.net/php.bugs/63652
A workaround is possible using __call( $name, $args) { return(
$this->__get( $name)); }. But it sucks, since constructs using array
indi
Stefan wrote:
It's a bug.
* Siehe http://bugs.php.net/bug.php?id=28444 ... und ...
* http://news.php.net/php.bugs/63652
A workaround is possible using __call( $name, $args) { return(
$this->__get( $name)); }. But it sucks, since constructs using array
indices are impossible as $ob
It's a bug.
* Siehe http://bugs.php.net/bug.php?id=28444 ... und ...
* http://news.php.net/php.bugs/63652
A workaround is possible using __call( $name, $args) { return(
$this->__get( $name)); }. But it sucks, since constructs using array
indices are impossible as $obj->not_existin
4 matches
Mail list logo