phramework doc
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Namespaces

  • Phramework
    • Authentication
    • Database
      • Operations
    • Exceptions
    • Extensions
    • Models
    • URIStrategy
    • Validate
    • Viewers

Classes

  • Database
  • MySQL
  • PostgreSQL

Interfaces

  • IAdapter

Class MySQL


Defined settings:

  • array database
    • string adapter
    • string name, Database name
    • string username
    • string password
    • string host
    • integer port
Phramework\Database\PostgreSQL implements Phramework\Database\IAdapter
Extended by Phramework\Database\MySQL
Namespace: Phramework\Database
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 0.0.0
Uses: \PDO
Located at MySQL.php

Methods summary

public
# __construct( object $settingsDb )

Parameters

$settingsDb

Overrides

Phramework\Database\PostgreSQL::__construct

Methods inherited from Phramework\Database\PostgreSQL

bindExecute(), bindExecuteAndFetch(), bindExecuteAndFetchAll(), bindExecuteLastInsertId(), close(), execute(), executeAndFetch(), executeAndFetchAll(), executeAndFetchAllArray(), executeAndFetchArray(), executeLastInsertId(), getAdapterName()

Properties summary

protected string $adapterName
# 'mysql'

Properties inherited from Phramework\Database\PostgreSQL

$link

phramework doc API documentation generated by ApiGen