PHP Classes

Packages of Carlos Eduardo Barcelos Amaral

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Carlos Eduardo Barcelos Amaral (3)  >  Mission progress status  >  Reputation  
Picture of Carlos Eduardo Barcelos Amaral
Name: Carlos Eduardo Barcelos ... <contact> Carlos Eduardo Barcelos ... Google profile
Classes: 3
Country: Brazil Brazil
Age: 35
All time rank: 2155143 in Brazil Brazil
Week rank: 46 Up3 in Brazil Brazil Up
All time users: 1171
Week users: 1
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Base MVC Framework  
MVC framework to be the base of Web applications
This package is a MVC framework to be the base of Web applications.

It provides common classes to implement model view controller applications like:

- Base controller
- Base model for storing objects in a database with PDO objects
- Application dispatch
- Configuration loading
- Request handling
- Route dispatching
- Security related operations
- Etc.

In Portuguese:

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.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 93% 93% - 87% - - 65% 652
Month: Not yet rated by the users

  Files folder image Connection MSi  
Access MySQL database using MySQLi functions
This class can access MySQL database using MySQLi functions.

It can connect to a given MySQL database server and perform several type of common operations using given parameters like executing SELECT, INSERT, UPDATE and DELETE queries, creating and dropping tables, and managing transactions.

In Portuguese:

Classe de conexão com MySQLi de uma forma mais prática, com métodos de

- CREATE
- DROP
- INSERT
- UPDATE
- DELETE
- SELECT
- ExecuteSQL (execução SQL genérico)
- TRANSACTION
Not enough user ratings

  Files folder image Connection PDO  
Execute common SQL queries using PDO driver class
This package package execute common SQL queries using PDO driver class.

It can connect to a database and uses driver classes to execute common queries that can be adapted for different databases.

The driver classes execute prepared queries for SELECT, INSERT, UPDATE, DELETE, DROP and CREATE TABLE and SHOW TABLES.

The comments in the code are in Portuguse. In Portuguese:

Esta classe se conecta ao seu banco de dados via PDO. Contendo alguns métodos para simplificar as operações.
Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z