Esempio n. 1
0
File: TXT.php Progetto: elemenofi/lb
 public function SEARCH_AT_DB__Value()
 {
     $TXT = ccTXT__Value::CLEAN_FOR__DB($this->Value);
     if (strlen($TXT) > 255) {
         $this->SET__State("Unsupported");
         return;
     }
     return ccLB_Proc::SEARCH__TXT(array("TXT__Value" => $TXT));
 }