2017 © Pedro Peláez
 

library mtoolkit-model

The model module of MToolkit framework

image

mtoolkit/mtoolkit-model

The model module of MToolkit framework

  • Wednesday, November 8, 2017
  • by mtoolkit
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

MToolkit - Model

The model module of MToolkit framework., (*1)

Summary

Intro

The module provides the classes to represent x-dimensional models, as list or table. There are a submodule about the sql models: to run a query, to retrieve a resultset, etc..., (*2)

MDbConnection

It provides a simple singleton way to store the connection to the database. Usages:, (*3)

// Add a new connection string
MDbConnection::addDbConnection( new \PDO( 'mysql:host=127.0.0.1;dbname=test_db', 'root', 'password' ) );

// Retrieve the database connection
$connection = MDbConnection::getDbConnection();

MPDOQuery and MPDOResult

Usages:, (*4)

$query = "SELECT item_01 FROM table_01";
$connection = MDbConnection::getDbConnection();
$sql = new MPDOQuery( $query, $connection );
$sql->bindValue( $key );
$sql->exec();
$result = $sql->getResult();

The Versions

08/11 2017

dev-master

9999999-dev http://mtoolkit.github.io/mtoolkit/

The model module of MToolkit framework

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

framework php library simple free fast toolkit .net qt web framework

07/11 2017

0.0.3

0.0.3.0 http://mtoolkit.github.io/mtoolkit/

The model module of MToolkit framework

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

framework php library simple free fast toolkit .net qt web framework

28/05 2016

0.0.2.x-dev

0.0.2.9999999-dev http://mtoolkit.github.io/mtoolkit/

The model module of MToolkit framework

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

framework php library simple free fast toolkit .net qt web framework

28/05 2016

0.0.2

0.0.2.0 http://mtoolkit.github.io/mtoolkit/

The model module of MToolkit framework

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

framework php library simple free fast toolkit .net qt web framework