Skip to content
Snippets Groups Projects
class.orm.php 99.6 KiB
Newer Older
  • Learn to ignore specific revisions
  •         return serialize(array($this->negated, $this->ored, $this->constraints));
    
        }
    
        function unserialize($data) {
    
            list($this->negated, $this->ored, $this->constraints) = unserialize($data);