1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15:
<?php class zooph extends foobar { function parse() { return xyz($this->content); } public function xyz () { return true; } } ?>
1:
var filename = $(this).find("fileName").text();