Project

General

Profile

« Previous | Next » 

Revision 6

Added by Matt Wheeler about 14 years ago

Adding vegx definition. Current models.py building script.

View differences:

utilityFunctions.php
16 16
  return $knownAttributes[$attrName];
17 17
}
18 18

  
19
function needsIndex($colName) {
20
  global $indexableCols;
21
  return $indexableCols[$colName];
22
}
23

  
24
function isNativePointer($colName) {
25
  global $nativeVegXPointers;
26
  return $nativeVegXPointers[$colName];
27
}
28

  
19 29
function hasImportantNodes($node) {
20 30
  $nodes = $node->getElementsbyTagName("*");
21 31
  foreach($nodes as $node) {

Also available in: Unified diff