Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
proofy
/
gnu-social
Fork de
diogo/gnu-social
Seguir
1
Destacar
0
Fork
0
Ficheiros
Árbore:
dbe95c33c4
Ramas
Etiquetas
1.1.x
1.2.x
1.20.x
aab
experimental
master
new_data_handler
nightly
v1.20.9release
v1.2.0beta4
v1.1.3release
gnu-social
/
plugins
/
DBQueue
Alexei Sorokin
ee7f0a2016
[DATABASE] Re-introduce PostgreSQL support
%!s(int64=5) %!d(string=hai) anos
..
classes
ee7f0a2016
[DATABASE] Re-introduce PostgreSQL support
%!s(int64=5) %!d(string=hai) anos
DBQueuePlugin.php
544f13c52a
[PLUGINS] Added DBQueue plugin
%!s(int64=5) %!d(string=hai) anos
README
544f13c52a
[PLUGINS] Added DBQueue plugin
%!s(int64=5) %!d(string=hai) anos
README
DBQueuePlugin wraps the DBQueueManager class which is a queue manager
that uses the database as it's backing storage.
Installation
============
This plugin is replaces other queue manager plugins, such as UnQueue,
which enabled by default and which should, but is not required to be
disabled.
addPlugin('DBQueue');
Example
=======
In config.php
addPlugin('DBQueue');