The Base MVC Framework

1.2.1 2017-10-08 21:17 UTC

README

Base é uma "base" para construção de soluções em MVC com PHP. Construi o framework para uso próprio, porém resolvi disponibilizar para a comunidade em geral.

Documentação

ChangeLog

O framework ainda está em fase de construção.

TODO

Muita coisa pra fazer. Ainda não foi especificado um roteiro, mas aqui estão as principais:

  1. Criar biblioteca de conexão no estilo do ConnectionMSi, com funções de select, insert, update e etc. Porém utilizando PDO criando métodos para MySQL, MariaDB, PostgreSQL e MSSQL inicialmente;
  • Criado o Projeto ConnectionPDO, porém implementado apenas o driver do MySQL. Drivers TO DO:
    • MySQL
    • MariaDB
    • PostgreSQL
    • MSSQL
  1. Criar estrutura de Exceptions e realizar log dos erros e excessões para debug;
  2. Criar métodos e recursos para facilitar o debug da aplicação;
  3. Criar recurso de instalação facilitando a configuração dos arquivos necessários;
  4. Implementar sistema de rotas.

Licença

O Framwork é disponibilizado através da Licensa Apache 2.0.

English

Base

Base is a "base" for building solutions in MVC with PHP. Build the framework for their own use, but decided to make available to the community at large.

Documentation

ChangeLog

The framework is still under construction.

TODO

A lot of things to do. We have not specified a road map, but here are the main ones:

  1. Create connection library in the style of [ConnectionMSi] (https://github.com/KaduAmaral/ConnectionMSi), with functions of select, insert, update and etc. However using PDO creating methods for MySQL, MariaDB, PostgreSQL and MSSQL initially;
  • Created Project ConnectionPDO, but only implemented the MySQL. Drivers TO DO:     * MySQL     * MariaDB     * PostgreSQL     * MSSQL
  1. Create structure Exceptions and perform log of errors and exceptions for debug;
  2. Create methods and resources to facilitate the implementation of debug;
  3. Create installation feature facilitates the configuration of the necessary files;
  4. Implement routing system.

License

The Framework is available through the Apache License 2.0.