setName('cc_login_attempts'); $this->setPhpName('CcLoginAttempts'); $this->setClassname('CcLoginAttempts'); $this->setPackage('airtime'); $this->setUseIdGenerator(false); // columns $this->addPrimaryKey('ip', 'DbIP', 'VARCHAR', true, 32, null); $this->addColumn('attempts', 'DbAttempts', 'INTEGER', false, null, 0); // validators } // initialize() /** * Build the RelationMap objects for this table relationships */ public function buildRelations() { } // buildRelations() } // CcLoginAttemptsTableMap