In Spoon I fetch my form elements in this way that it’s impossible for the library to provide the correct type hinting. You can fix this yourself by doing:
/* @var $txtEmail SpoonTextField */
$txtEmail = $this->frm->getField(‘email’);
In Spoon I fetch my form elements in this way that it’s impossible for the library to provide the correct type hinting. You can fix this yourself by doing:
/* @var $txtEmail SpoonTextField */
$txtEmail = $this->frm->getField(‘email’);
code assist, code completion, php, type hinting, zend
This entry was posted on Wednesday, January 20th, 2010, 16:42 and is filed under default. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^