Skip to content

acidopal/crud_phalcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crud_phalcon

CRUD using Phalcon with Search and Login Intergrated with Database. In this source we learn to how to make simple CRUD Phalcon on the study case how to sign up / register user and management user with login user and searching data.

If you want try this script? You can clone/download this source and import the SQL (in folder sql) to your PhpMyAdmin.

Edit Your Config.php

Edit your config phalcon on your directory phalcon in /crud_phalcon/app/config/config.php
Setup your config with your host, username or password phpmyadmin/

return new \Phalcon\Config([
    'database' => [
        'adapter'     => 'Mysql',
        'host'        => 'localhost',
        'username'    => 'root',
        'password'    => '',
        'dbname'      => 'crud',
        'charset'     => 'utf8',
    ],

Learn CRUD Phalcon

You can 'flying' arround UserController.php to learn more about CRUD in Phalcon. For Documentation I've done to writting this tutorial about How To Make CRUD Phalcon. I'm recommended yo to read my article about Simple make CRUD Phalcon in : http://acidopal.com/tutorial-phalcon/

If you have a question you can ask me or discuss on :
im.acidopal@gmail.com / Discuss on my website http://acidopal.com

Thank You
AcidOpal
http://acidopal.com/

About

Flying with Phalcon - Try to learn make CRUD with Phalcon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published