Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

burhanudinyahya/crud_by_phalcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD by Phalcon

Simple CRUD (Create, Read, Update and Delete) using Phalcon Framework

alt tag

Tools dan Framework

  • Apache 2.4.25
  • MariaDB 10.1.23
  • PHP 7.1.3
  • Phalcon 3.2
  • Boostrap 3.3.7

Getting started

Environtment

  1. Install environtment first, learn Here.

Clone repo

> git clone git@github.com:burhanudinyahya/crud_by_phalcon.git
> cd crud_by_phalcon
> atom .

Create database with name 'crud_by_phalcon' and execute file .sql for create table and dummy data.

Run and enjoy

http://localhost/crud_by_phalcon/

FunFunEnjoy