Deprecated
Table of Contents
Schema.php
| Line | Element | Reason |
|---|---|---|
| 1009 | Horde_Db_Adapter_Base_Schema::interval() | since version 1.2.0. This function does not work with SQLite as a backend so you should avoid using it. Use "modifyDate()" instead. |
Base.php
| Line | Element | Reason |
|---|---|---|
| 351 | Horde_Db_Adapter_Base::prefetchPrimaryKey() |
Mysql.php
| Line | Element | Reason |
|---|---|---|
| 247 | Horde_Db_Adapter_Mysql::execute() | Deprecated for external usage. Use select() instead. |
Mysqli.php
| Line | Element | Reason |
|---|---|---|
| 305 | Horde_Db_Adapter_Mysqli::execute() | Deprecated for external usage. Use select() instead. |
Base.php
| Line | Element | Reason |
|---|---|---|
| 224 | Horde_Db_Adapter_Pdo_Base::execute() | Deprecated for external usage. Use select() instead. |
Adapter.php
| Line | Element | Reason |
|---|---|---|
| 226 | Horde_Db_Adapter::execute() | Deprecated for external usage. Use select() instead. |
Schema.php
| Line | Element | Reason |
|---|---|---|
| 1065 | Schema::interval() | since version 1.2.0. This function does not work with SQLite as a backend so you should avoid using it. Use "modifyDate()" instead. |
Base.php
| Line | Element | Reason |
|---|---|---|
| 368 | Base::prefetchPrimaryKey() |
Mysqli.php
| Line | Element | Reason |
|---|---|---|
| 325 | Mysqli::execute() | Deprecated for external usage. Use select() instead. |