Skip to content

3rzx/shingnan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shingnan backend

Requirement

  • PHP 5.3
  • MySQL
  • Apache server

After you put the project in apache server. Please do following:

$ chmod 744 environment.sh
$ ./environment.sh 

Need to know

All the picture file should put in to web/media/picture/ , and put video file in to web/media/video/

Coding Style

Follow PSR-2

Use the tool like PHP_CodeSniffer to format your code.

Install PHP_CodeSniffer

$ sudo apt install composer
$ sudo apt install php-codesniffer

Format the test.php file to PS2.

$ phpcbf -w --standard=PSR2 test.php

The are some formater like vim-phpfmt for vim8 , vscode-php-formatter for vscode, and sublime-phpcs for sublime.

For all member

Do not force push on master.

About

A smarty MVC website project

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •