diff --git a/reference/pdo/functions/PDO-beginTransaction.xml b/reference/pdo/pdo/begintransaction.xml similarity index 99% rename from reference/pdo/functions/PDO-beginTransaction.xml rename to reference/pdo/pdo/begintransaction.xml index 17bd202a07..9dae46683e 100644 --- a/reference/pdo/functions/PDO-beginTransaction.xml +++ b/reference/pdo/pdo/begintransaction.xml @@ -1,5 +1,5 @@ - + PDO->beginTransaction() diff --git a/reference/pdo/functions/PDO-commit.xml b/reference/pdo/pdo/commit.xml similarity index 98% rename from reference/pdo/functions/PDO-commit.xml rename to reference/pdo/pdo/commit.xml index 7796d67a4a..420a5df9dc 100644 --- a/reference/pdo/functions/PDO-commit.xml +++ b/reference/pdo/pdo/commit.xml @@ -1,5 +1,5 @@ - + PDO->commit() diff --git a/reference/pdo/functions/PDO-construct.xml b/reference/pdo/pdo/construct.xml similarity index 99% rename from reference/pdo/functions/PDO-construct.xml rename to reference/pdo/pdo/construct.xml index 974a633849..2704694882 100644 --- a/reference/pdo/functions/PDO-construct.xml +++ b/reference/pdo/pdo/construct.xml @@ -1,5 +1,5 @@ - + PDO->__construct() diff --git a/reference/pdo/functions/PDO-errorCode.xml b/reference/pdo/pdo/errorcode.xml similarity index 99% rename from reference/pdo/functions/PDO-errorCode.xml rename to reference/pdo/pdo/errorcode.xml index e9c90adf76..a577d0c70e 100644 --- a/reference/pdo/functions/PDO-errorCode.xml +++ b/reference/pdo/pdo/errorcode.xml @@ -1,5 +1,5 @@ - + PDO->errorCode() diff --git a/reference/pdo/functions/PDO-errorInfo.xml b/reference/pdo/pdo/errorinfo.xml similarity index 99% rename from reference/pdo/functions/PDO-errorInfo.xml rename to reference/pdo/pdo/errorinfo.xml index b67d343dd7..1bea21338c 100644 --- a/reference/pdo/functions/PDO-errorInfo.xml +++ b/reference/pdo/pdo/errorinfo.xml @@ -1,5 +1,5 @@ - + PDO->errorInfo() diff --git a/reference/pdo/functions/PDO-exec.xml b/reference/pdo/pdo/exec.xml similarity index 99% rename from reference/pdo/functions/PDO-exec.xml rename to reference/pdo/pdo/exec.xml index 2da8677ff1..9e0de69820 100644 --- a/reference/pdo/functions/PDO-exec.xml +++ b/reference/pdo/pdo/exec.xml @@ -1,5 +1,5 @@ - + PDO->exec() diff --git a/reference/pdo/functions/PDO-getAttribute.xml b/reference/pdo/pdo/getattribute.xml similarity index 99% rename from reference/pdo/functions/PDO-getAttribute.xml rename to reference/pdo/pdo/getattribute.xml index 18375172d5..3e73d9369e 100644 --- a/reference/pdo/functions/PDO-getAttribute.xml +++ b/reference/pdo/pdo/getattribute.xml @@ -1,5 +1,5 @@ - + PDO->getAttribute() diff --git a/reference/pdo/functions/PDO-getAvailableDrivers.xml b/reference/pdo/pdo/getavailabledrivers.xml similarity index 98% rename from reference/pdo/functions/PDO-getAvailableDrivers.xml rename to reference/pdo/pdo/getavailabledrivers.xml index 9e1abc0d02..ebe59f6489 100644 --- a/reference/pdo/functions/PDO-getAvailableDrivers.xml +++ b/reference/pdo/pdo/getavailabledrivers.xml @@ -1,5 +1,5 @@ - + PDO->getAvailableDrivers() diff --git a/reference/pdo/functions/PDO-lastInsertId.xml b/reference/pdo/pdo/lastinsertid.xml similarity index 99% rename from reference/pdo/functions/PDO-lastInsertId.xml rename to reference/pdo/pdo/lastinsertid.xml index b4d6602255..51f630a57b 100644 --- a/reference/pdo/functions/PDO-lastInsertId.xml +++ b/reference/pdo/pdo/lastinsertid.xml @@ -1,5 +1,5 @@ - + PDO->lastInsertId() diff --git a/reference/pdo/functions/PDO-prepare.xml b/reference/pdo/pdo/prepare.xml similarity index 99% rename from reference/pdo/functions/PDO-prepare.xml rename to reference/pdo/pdo/prepare.xml index 5c22117e29..0f761c6915 100644 --- a/reference/pdo/functions/PDO-prepare.xml +++ b/reference/pdo/pdo/prepare.xml @@ -1,5 +1,5 @@ - + PDO->prepare() diff --git a/reference/pdo/functions/PDO-query.xml b/reference/pdo/pdo/query.xml similarity index 99% rename from reference/pdo/functions/PDO-query.xml rename to reference/pdo/pdo/query.xml index 7c5f002de8..440a000035 100644 --- a/reference/pdo/functions/PDO-query.xml +++ b/reference/pdo/pdo/query.xml @@ -1,5 +1,5 @@ - + PDO->query() diff --git a/reference/pdo/functions/PDO-quote.xml b/reference/pdo/pdo/quote.xml similarity index 99% rename from reference/pdo/functions/PDO-quote.xml rename to reference/pdo/pdo/quote.xml index 16b8885d02..f1d7a55457 100644 --- a/reference/pdo/functions/PDO-quote.xml +++ b/reference/pdo/pdo/quote.xml @@ -1,5 +1,5 @@ - + PDO->quote() diff --git a/reference/pdo/functions/PDO-rollBack.xml b/reference/pdo/pdo/rollback.xml similarity index 99% rename from reference/pdo/functions/PDO-rollBack.xml rename to reference/pdo/pdo/rollback.xml index d9e3c54d7c..42dc3043f0 100644 --- a/reference/pdo/functions/PDO-rollBack.xml +++ b/reference/pdo/pdo/rollback.xml @@ -1,5 +1,5 @@ - + PDO->rollBack() diff --git a/reference/pdo/functions/PDO-setAttribute.xml b/reference/pdo/pdo/setattribute.xml similarity index 99% rename from reference/pdo/functions/PDO-setAttribute.xml rename to reference/pdo/pdo/setattribute.xml index 0db3f5dc27..59eb53c970 100644 --- a/reference/pdo/functions/PDO-setAttribute.xml +++ b/reference/pdo/pdo/setattribute.xml @@ -1,5 +1,5 @@ - + PDO->setAttribute() diff --git a/reference/pdo/functions/PDOStatement-bindColumn.xml b/reference/pdo/pdostatement/bindcolumn.xml similarity index 99% rename from reference/pdo/functions/PDOStatement-bindColumn.xml rename to reference/pdo/pdostatement/bindcolumn.xml index 6d39f7ef7c..368dda91bd 100644 --- a/reference/pdo/functions/PDOStatement-bindColumn.xml +++ b/reference/pdo/pdostatement/bindcolumn.xml @@ -1,5 +1,5 @@ - + PDOStatement->bindColumn() diff --git a/reference/pdo/functions/PDOStatement-bindParam.xml b/reference/pdo/pdostatement/bindparam.xml similarity index 99% rename from reference/pdo/functions/PDOStatement-bindParam.xml rename to reference/pdo/pdostatement/bindparam.xml index 259b109958..5a8a32547e 100644 --- a/reference/pdo/functions/PDOStatement-bindParam.xml +++ b/reference/pdo/pdostatement/bindparam.xml @@ -1,5 +1,5 @@ - + PDOStatement->bindParam() diff --git a/reference/pdo/functions/PDOStatement-bindValue.xml b/reference/pdo/pdostatement/bindvalue.xml similarity index 99% rename from reference/pdo/functions/PDOStatement-bindValue.xml rename to reference/pdo/pdostatement/bindvalue.xml index a8855db7c3..78ac326680 100644 --- a/reference/pdo/functions/PDOStatement-bindValue.xml +++ b/reference/pdo/pdostatement/bindvalue.xml @@ -1,5 +1,5 @@ - + PDOStatement->bindValue() diff --git a/reference/pdo/functions/PDOStatement-closeCursor.xml b/reference/pdo/pdostatement/closecursor.xml similarity index 99% rename from reference/pdo/functions/PDOStatement-closeCursor.xml rename to reference/pdo/pdostatement/closecursor.xml index 87d2d1cf4e..2051f7cfaa 100644 --- a/reference/pdo/functions/PDOStatement-closeCursor.xml +++ b/reference/pdo/pdostatement/closecursor.xml @@ -1,5 +1,5 @@ - + PDOStatement->closeCursor() diff --git a/reference/pdo/functions/PDOStatement-columnCount.xml b/reference/pdo/pdostatement/columncount.xml similarity index 99% rename from reference/pdo/functions/PDOStatement-columnCount.xml rename to reference/pdo/pdostatement/columncount.xml index 88d2c58a3f..c555c14b3c 100644 --- a/reference/pdo/functions/PDOStatement-columnCount.xml +++ b/reference/pdo/pdostatement/columncount.xml @@ -1,5 +1,5 @@ - + PDOStatement->columnCount() diff --git a/reference/pdo/functions/PDOStatement-errorCode.xml b/reference/pdo/pdostatement/errorcode.xml similarity index 98% rename from reference/pdo/functions/PDOStatement-errorCode.xml rename to reference/pdo/pdostatement/errorcode.xml index ed631e6592..8de9c61c5e 100644 --- a/reference/pdo/functions/PDOStatement-errorCode.xml +++ b/reference/pdo/pdostatement/errorcode.xml @@ -1,5 +1,5 @@ - + PDOStatement->errorCode() diff --git a/reference/pdo/functions/PDOStatement-errorInfo.xml b/reference/pdo/pdostatement/errorinfo.xml similarity index 99% rename from reference/pdo/functions/PDOStatement-errorInfo.xml rename to reference/pdo/pdostatement/errorinfo.xml index a56ea37937..3bf9dc195d 100644 --- a/reference/pdo/functions/PDOStatement-errorInfo.xml +++ b/reference/pdo/pdostatement/errorinfo.xml @@ -1,5 +1,5 @@ - + PDOStatement->errorInfo() diff --git a/reference/pdo/functions/PDOStatement-execute.xml b/reference/pdo/pdostatement/execute.xml similarity index 99% rename from reference/pdo/functions/PDOStatement-execute.xml rename to reference/pdo/pdostatement/execute.xml index 89bfc39955..7fea17ffbc 100644 --- a/reference/pdo/functions/PDOStatement-execute.xml +++ b/reference/pdo/pdostatement/execute.xml @@ -1,5 +1,5 @@ - + PDOStatement->execute() diff --git a/reference/pdo/functions/PDOStatement-fetch.xml b/reference/pdo/pdostatement/fetch.xml similarity index 99% rename from reference/pdo/functions/PDOStatement-fetch.xml rename to reference/pdo/pdostatement/fetch.xml index 0a1193f3da..98d3e4e4aa 100644 --- a/reference/pdo/functions/PDOStatement-fetch.xml +++ b/reference/pdo/pdostatement/fetch.xml @@ -1,5 +1,5 @@ - + PDOStatement->fetch() diff --git a/reference/pdo/functions/PDOStatement-fetchAll.xml b/reference/pdo/pdostatement/fetchall.xml similarity index 99% rename from reference/pdo/functions/PDOStatement-fetchAll.xml rename to reference/pdo/pdostatement/fetchall.xml index 8a4c2058f9..ca51a3918f 100644 --- a/reference/pdo/functions/PDOStatement-fetchAll.xml +++ b/reference/pdo/pdostatement/fetchall.xml @@ -1,5 +1,5 @@ - + PDOStatement->fetchAll() diff --git a/reference/pdo/functions/PDOStatement-fetchColumn.xml b/reference/pdo/pdostatement/fetchcolumn.xml similarity index 99% rename from reference/pdo/functions/PDOStatement-fetchColumn.xml rename to reference/pdo/pdostatement/fetchcolumn.xml index 7b3473b5c8..09f88af3bc 100644 --- a/reference/pdo/functions/PDOStatement-fetchColumn.xml +++ b/reference/pdo/pdostatement/fetchcolumn.xml @@ -1,5 +1,5 @@ - + PDOStatement->fetchColumn() diff --git a/reference/pdo/functions/PDOStatement-fetchObject.xml b/reference/pdo/pdostatement/fetchobject.xml similarity index 98% rename from reference/pdo/functions/PDOStatement-fetchObject.xml rename to reference/pdo/pdostatement/fetchobject.xml index 79323c7add..dd471c9024 100644 --- a/reference/pdo/functions/PDOStatement-fetchObject.xml +++ b/reference/pdo/pdostatement/fetchobject.xml @@ -1,5 +1,5 @@ - + PDOStatement->fetchObject() diff --git a/reference/pdo/functions/PDOStatement-getAttribute.xml b/reference/pdo/pdostatement/getattribute.xml similarity index 98% rename from reference/pdo/functions/PDOStatement-getAttribute.xml rename to reference/pdo/pdostatement/getattribute.xml index f53764decc..fe32b086ff 100644 --- a/reference/pdo/functions/PDOStatement-getAttribute.xml +++ b/reference/pdo/pdostatement/getattribute.xml @@ -1,5 +1,5 @@ - + PDOStatement->getAttribute() diff --git a/reference/pdo/functions/PDOStatement-getColumnMeta.xml b/reference/pdo/pdostatement/getcolumnmeta.xml similarity index 99% rename from reference/pdo/functions/PDOStatement-getColumnMeta.xml rename to reference/pdo/pdostatement/getcolumnmeta.xml index 271c3062fb..e1ba2e10d2 100644 --- a/reference/pdo/functions/PDOStatement-getColumnMeta.xml +++ b/reference/pdo/pdostatement/getcolumnmeta.xml @@ -1,5 +1,5 @@ - + PDOStatement->getColumnMeta() diff --git a/reference/pdo/functions/PDOStatement-nextRowset.xml b/reference/pdo/pdostatement/nextrowset.xml similarity index 99% rename from reference/pdo/functions/PDOStatement-nextRowset.xml rename to reference/pdo/pdostatement/nextrowset.xml index 81a7886fad..afbbbf25a5 100644 --- a/reference/pdo/functions/PDOStatement-nextRowset.xml +++ b/reference/pdo/pdostatement/nextrowset.xml @@ -1,5 +1,5 @@ - + PDOStatement->nextRowset() diff --git a/reference/pdo/functions/PDOStatement-rowCount.xml b/reference/pdo/pdostatement/rowcount.xml similarity index 99% rename from reference/pdo/functions/PDOStatement-rowCount.xml rename to reference/pdo/pdostatement/rowcount.xml index 8d0f933a68..79122358ad 100644 --- a/reference/pdo/functions/PDOStatement-rowCount.xml +++ b/reference/pdo/pdostatement/rowcount.xml @@ -1,5 +1,5 @@ - + PDOStatement->rowCount() diff --git a/reference/pdo/functions/PDOStatement-setAttribute.xml b/reference/pdo/pdostatement/setattribute.xml similarity index 98% rename from reference/pdo/functions/PDOStatement-setAttribute.xml rename to reference/pdo/pdostatement/setattribute.xml index 87353219c4..8b7cb43f81 100644 --- a/reference/pdo/functions/PDOStatement-setAttribute.xml +++ b/reference/pdo/pdostatement/setattribute.xml @@ -1,5 +1,5 @@ - + PDOStatement->setAttribute() diff --git a/reference/pdo/functions/PDOStatement-setFetchMode.xml b/reference/pdo/pdostatement/setfetchmode.xml similarity index 99% rename from reference/pdo/functions/PDOStatement-setFetchMode.xml rename to reference/pdo/pdostatement/setfetchmode.xml index 2f8827c2d8..19bc9e731e 100644 --- a/reference/pdo/functions/PDOStatement-setFetchMode.xml +++ b/reference/pdo/pdostatement/setfetchmode.xml @@ -1,5 +1,5 @@ - + PDOStatement->setFetchMode()