Ferreteria/archive/smw-base-v3.php

From Woozle Writes Code
< Ferreteria‎ | archive
Revision as of 02:32, 13 February 2013 by htyp>Woozle (Created page with "==Notes== This is barely even started; just creating the page for easier updating later. ==Code== <php> <?php /*==== PURPOSE: version-3-specific class methods for clsSMWDat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Notes

This is barely even started; just creating the page for easier updating later.

Code

<php> <?php

/*====

 PURPOSE: version-3-specific class methods for clsSMWData
  • /

class clsSMWData_version extends clsMWData {

   public function GetPages_forPropVal($iPropName,$iPropValue) {

// look up property's SMW ID

$sqlProp = SQLValue(self::NormalizeTitle($iPropName,SMW_NS_PROPERTY));

   }

} </php>