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