\AppSqlite

A Sqlite class

Establish Sqlite connection

Summary

Methods
Properties
Constants
getConnection()
No public properties found
No constants found
__clone()
__wakeup()
__construct()
$db
N/A
No private methods found
No private properties found
N/A

Properties

$db

$db : object

Store POD object

Type

object

Methods

getConnection()

getConnection() : object

Checks for a DB object and creates one if it's not created

Returns

object —

PDO object

__clone()

__clone() 

Protect from cloning

__wakeup()

__wakeup() 

Protect from wakeup

__construct()

__construct() 

Create Sqlite connection