Esempio n. 1
0
 /**
  * Registry the self instance
  */
 private function registryInstance()
 {
     if (!ORMRegistry::offsetExists("class\\VTRORM\\ORMSettings")) {
         ORMRegistry::setInRef("class\\VTRORM\\ORMSettings", $this);
     }
 }
Esempio n. 2
0
 /**
  * Registry the self instance
  */
 private function registryInstance()
 {
     if (!ORMRegistry::offsetExists("class\\VTRORM\\Database\\Connection")) {
         ORMRegistry::setInRef("class\\VTRORM\\Database\\Connection", $this);
     }
 }