Deprecated
Classes summary
TableUsers |
This class is deprecated and should not be used anymore. The class Users should be used instead. |
Methods summary
Database | getAvailableDBs() |
3.1.0:4.0.0 Switched to native PDO method. |
Database | fetch_array() |
3.1.0:4.0.0 Switched to native PDO method. Please use the PHP class PDOStatement and the method fetch instead. |
Database | fetch_object() |
3.1.0:4.0.0 Switched to native PDO method. Please use methods Database#fetchAll or Database#fetch instead. Please use the PHP class PDOStatement and the method fetchObject instead. |
Database | insert_id() |
3.1.0:4.0.0 Renamed method to camelCase style. Please use methods Database#lastInsertId instead. |
Database | num_rows() |
3.1.0:4.0.0 Switched to native PDO method. Please use the PHP class PDOStatement and the method rowCount instead. |
DateTimeExtended | __construct() |
3.2.0:4.0.0 Switched to native DateTime method. Use DateTime::createFromFormat() |
DateTimeExtended | isValid() |
3.2.0:4.0.0 Switched to native DateTime method. Use DateTime::createFromFormat() === false |
DateTimeExtended | getAge() |
3.2.0:4.0.0 Switched to native DateTime method. Use DateTime::createFromFormat()->diff(new DateTime('now'))->y |
PHPMailer | encodeQPphp() |
Use encodeQP instead. |
User | isWebmaster() |
3.2.0:4.0.0 Use Method isAdministrator() instead |
Properties summary
PHPMailer | $ReturnPath |
Email senders should never set a return-path header; it's the receiver's job (RFC5321 section 4.4), so this no longer does anything. |
PHPMailer | $PluginDir |
Should not be needed now there is an autoloader. |
POP3 | $CRLF |
Use the constant instead |
Securimage | $use_sqlite_db |
3.2RC4 |
Securimage | $sqlite_database |
3.2RC4 |
SMTP | $Version |
Use the VERSION constant instead |
SMTP | $SMTP_PORT |
This is only ever used as a default value, so use the DEFAULT_SMTP_PORT constant instead |
SMTP | $CRLF |
Use the CRLF constant instead |