ferrarilongato / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

val() don't work #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Fatal error:  Cannot use object of type DOMDocumentWrapper as array in
/x/phpQueryEvents.php on line 148

The script where the error occurs :
<php>
$form_element->find('[name="parent_nom"]')->val('Nom');
</php>

Original issue reported on code.google.com by nicolas....@gmail.com on 21 Oct 2008 at 10:16

GoogleCodeExporter commented 8 years ago
Fixed in r248.

Original comment by tobiasz....@gmail.com on 21 Oct 2008 at 10:32