Wallogit.com
2017 © Pedro Peláez
Easy way to make MySQL querys, use PDO with prepare statement and fetch results
Classe PHP para simplificar a criação de querys do MySQL, usando PDO, com suporte a relacionamentos de formas simplificadas., (*1)
composer install
Instalação via Composer, (*2)
Adicionando a dependência ao seu arquivo composer.json
composer.json
{
"require": {
"goisneto/mysqlutil" : "*"
}
}, (*3)
OU, (*4)
Executando o comando para adicionar a dependência automaticamente, (*5)
php composer.phar require goisneto/mysqlutil, (*6)
0.0.0 - Criação do Repositorio, (*7)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at, (*8)
http://www.apache.org/licenses/LICENSE-2.0, (*9)
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License., (*10)
Achou e corrigiu um bug ou tem alguma feature em mente e deseja contribuir?, (*11)