This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once('AbstractAdvertisementXMLReader.php'); | |
class TestReader extends AbstractAdvertisementXMLReader { | |
private $num = 0; | |
public function parseRow() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
JQCBlock - jquery compatible sir trevor block (old style) | |
it may be usefull for legacy jquery dependent code | |
*/ | |
SirTrevor.JQCompatibleBlock = SirTrevor.Block.extend({ | |
$ : function(selector) { | |
return $(this.el).find(selector); | |
} | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<noscript> | |
<meta http-equiv="refresh" content="0; URL=http://URL.HERE/badbrowser/"> | |
</noscript> |
NewerOlder