PHP Classes

File: ext/phady/security/core/models/entities/groups.zep.c

Recommend this page to a friend!
  Classes of Alien Fernandez   Phady Framework   ext/phady/security/core/models/entities/groups.zep.c   Download  
File: ext/phady/security/core/models/entities/groups.zep.c
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Phady Framework
Web application MVC framework based on Phalcon
Author: By
Last change:
Date: 7 years ago
Size: 613 bytes
 

Contents

Class file image Download
#ifdef HAVE_CONFIG_H #include "../../../../../ext_config.h" #endif #include <php.h> #include "../../../../../php_ext.h" #include "../../../../../ext.h" #include <Zend/zend_operators.h> #include <Zend/zend_exceptions.h> #include <Zend/zend_interfaces.h> #include "kernel/main.h" /** * Phady\Security\Core\Models\Entities\Groups * * Model for Users */ ZEPHIR_INIT_CLASS(Phady_Security_Core_Models_Entities_Groups) { ZEPHIR_REGISTER_CLASS_EX(Phady\\Security\\Core\\Models\\Entities, Groups, phady, security_core_models_entities_groups, phady_common_entities_modelbase_ce, NULL, 0); return SUCCESS; }