Brief project high-level description. What is it? What does it do? What can I do with it?
Project objectives... How and why it came to be.
| 970x250 | |
| - PRJ_CROSS_0_B_RM_0_0_970x250_0_GENERAL | |
| + PRJ_CROSS_0_B_AN-V_0_NWST_970x250_0_GENERAL | |
| 200x250 | |
| - PRJ_CROSS_0_B_RM_0_0_300x250_0_GENERAL | |
| + PRJ_CROSS_0_B_AN-V_0_NWST_300x250_0_GENERAL | |
| 300x600 | |
| - PRJ_CROSS_0_B_RM_0_0_300x600_0_GENERAL |
| /*************************** | |
| * SYNOPSIS: | |
| * Widgets that have already appeared on a page can't be recreated on the same page, | |
| * and it seems to be because of this code. | |
| ***************************/ | |
| /*************************** | |
| * EXISTING CODE SNIPPET A: | |
| ***************************/ |
| ### Keybase proof | |
| I hereby claim: | |
| * I am mhwinkler on github. | |
| * I am mhwinkler (https://keybase.io/mhwinkler) on keybase. | |
| * I have a public key ASCvyhvorWT-50vLXZGOjEID5lc3hI-3lLGrjiLbgoHXlgo | |
| To claim this, I am signing this object: |
| m.BaseDirective = class mBaseDirective | |
| templateUrlPrefix: '/* @echo applicationConfig_defaultScheme */' + | |
| '/* @echo applicationConfig_staticFileDomain */' + '/' + | |
| '/* @echo applicationConfig_staticFileDirectory */' + '/' + | |
| '/* @echo templatesDir */' + '/' | |
| constructor: -> | |
| if @templateUrl? and @templateUrlPrefix | |
| @templateUrl = @templateUrlPrefix + @templateUrl |
| // Line 92 | |
| public function bindXml($xml, $model) { | |
| - //print_r($xml."\n ".get_class($model)); | |
| + //print_r($xml."<BR>".get_class($model)); | |
| $this->dom = new \DOMDocument(); | |
| $this->dom->loadXML($xml); | |