Welcome!


Syntax highlighting test.

PHP:
  1. <?php
  2. if (!method_exists($this, $methodName)) {
  3. $this->__call($methodName, array());
  4. }
  5. ?>


1 2

Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Other Posts
Zend Framework Widget
Polecane
Zend Studio - The premiere PHP IDE

Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

Be the first to leave a comment!