Skip to content

xtiurti/web-service-lavanderia-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENCODER

Implemented by me, encoder is my particular PHP framework. Focus on rapid and basic development.


Characteristics

Back-End

Configs - Free of initial configurations.

Paths - Is not necessary inform path of files. Only create and instantiate.

Requires/Includes/Uses - The Encoder recognizes the entire tree of files from the ROOT, autoload when necessary

Namespace

  • Set namespace on Controllers;
  • Set namespace on Models;
  • Create folder view with the namespace name

Modules - Duplicated the MVC folder, set other namespace and has implemented the concept of Modules.

Databases

  • Mysql
  • PostgreSQL
  • SQLite (default)

Front-End

CSS

JavaScript

  • jQuery;
  • Mask Input;
  • Mask money;
  • Encryptation Lib...

About

Aplicação do conceito de Web Service, utilizando como exemplo um sistema da lavanderia de um Hotel. - Desenvolvido com <Encoder PHP>

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published