Skip to content

maximcoding/php-phalcon-mvc-crud-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVC User Management


Technologies:

  • PHP Phalcon Framework ,
  • MySQL
  • jQuery
  • Bootstrap

Description:

REST API CRUD App, to manage users, roles, and it access permisions.


CONFIG FILE :

    'adapter'     => 'Mysql',
    'host'        => '127.0.0.1',
    'username'    => 'root',
    'password'    => 'moloko',
    'dbname'      => 'phalconDB',
    'charset'     => 'utf8',

'application' => array(
    'controllersDir' => APP_PATH . '/app/controllers/',
    'modelsDir'      => APP_PATH . '/app/models/',
    'migrationsDir'  => APP_PATH . '/app/migrations/',
    'viewsDir'       => APP_PATH . '/app/views/',
    'pluginsDir'     => APP_PATH . '/app/plugins/',
    'libraryDir'     => APP_PATH . '/app/library/',
    'cacheDir'       => APP_PATH . '/app/cache/',
    'baseUri'        => '/exam/',

® Maxim Livshitz 2015

About

PHP, Phalcon, jQuery, Bootstrap, MySQL, REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published