/dev/adei/adei-blob

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei/adei-blob

« back to all changes in this revision

Viewing changes to classes/reader.php

  • Committer: Nicholas Tan Jerome
  • Date: 2015-01-30 10:47:32 UTC
  • Revision ID: nicholas.jerome@kit.edu-20150130104732-e37pofkoamnvqkf6
added identifier and logic to handle blob array data.

Show diffs side-by-side

added added

removed removed

Lines of Context:
249
249
 }
250
250
 
251
251
 function GetGroupList($flags = 0) {
 
252
    // print_r($this->GetGroupInfo($gr=NULL, $flags));
252
253
    return $this->GetGroupInfo($gr=NULL, $flags);
253
254
 }
254
255
 
265
266
 
266
267
        foreach ($exts as $ekey => $opts) {
267
268
            $filter_class = $opts['filter'];
 
269
            print_r($filter_class);
268
270
            ADEI::RequireClass("extractors/" . strtolower($filter_class), true);
269
271
 
270
272
            if (isset($opts['item_mask'])) {
1138
1140
        throw new ADEIException(translate("%s is not implemented", get_class($this) . ". " . __METHOD__));
1139
1141
    }
1140
1142
    
1141
 
    function PushData(LOGGROUP $grp, $time, $data) {
 
1143
   function PushData(LOGGROUP $grp, $time, $data) {
1142
1144
        throw new ADEIException(translate("%s is not implemented", get_class($this) . ". " . __METHOD__));
1143
1145
    }
1144
1146
    
1167
1169
 
1168
1170
require($ADEI_ROOTDIR . "/classes/readers/dbreader.php");
1169
1171
require($ADEI_ROOTDIR . "/classes/download.php");
1170
 
?>
 
 
b'\\ No newline at end of file'
 
1172
?>