Ferreteria/archive/smw-base-v3.php: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 02:32, 13 February 2013

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>