PHP Класс Folks_Driver_sql, horde
Required values for $params:
'phptype' The database type (e.g. 'pgsql', 'mysql', etc.).
'table' The name of the foo table in 'database'.
'charset' The database's internal charset.
Required by some database implementations:
'database' The name of the database.
'hostspec' The hostname of the database server.
'protocol' The communication protocol ('tcp', 'unix', etc.).
'username' The username with which to connect to the database.
'password' The password associated with 'username'.
'options' Additional options to pass to the database.
'tty' The TTY on which to connect to the database.
'port' The port on which to connect to the database.
The table structure can be created by the scripts/sql/folks_foo.sql
script.
Copyright 2008-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
Показать файл
Открыть проект
Открытые методы
Защищенные методы
Приватные методы
Метод |
Описание |
|
_buildWhere ( $criteria = [] ) : array |
Build attributes query |
|
_connect ( ) : boolean |
Attempts to open a persistent connection to the SQL server. |
|
Описание методов
__construct()
публичный Метод
Constructs a new SQL storage object.
_deleteActivity()
защищенный Метод
_deleteImage()
защищенный Метод
_deleteOnlineStatus()
защищенный Метод
_deleteSavedSearch()
защищенный Метод
_deleteUser()
защищенный Метод
_getActivity()
защищенный Метод
_getCryptedPassword()
защищенный Метод
Formats a password using the current encryption.
_getOnlineUsers()
защищенный Метод
_getProfile()
защищенный Метод
_getRandomUsers()
защищенный Метод
_getRecentVisitors()
защищенный Метод
_getSavedSearch()
защищенный Метод
_getSearchCriteria()
защищенный Метод
Get saved search criteria
_logActivity()
защищенный Метод
_logView()
защищенный Метод
_saveProfile()
защищенный Метод
_saveSearch()
защищенный Метод
_updateOnlineStatus()
защищенный Метод
addUser()
публичный Метод
Adds a set of authentication credentials.
countUsers()
публичный Метод
Count users by attributes
deleteOnlineUser()
публичный Метод
getUsers()
публичный Метод
public getUsers ( $criteria = [], $from, $count ) |
getViews()
публичный Метод
userExists()
публичный Метод