By browsing this website you accept that we set Cookies on your device in order to serve you relevant ads and a better user experience. Close

Nachricht

« Zurück

Added a new class PHP Database Variable Store

From: Newclasses <list-newclasses@phpclasses.org>, sent: 16:02:33 - 06.11.2015

Added a new class: PHP Database Variable Store - PHP Classes

Added a new class: PHP Database Variable Store

Group Chat & IM for Teams

Communicate with co-workers in real time. Used by Netflix, Dropbox & Salesforce. $0/unlimited users. Get started >>
Rofl you are getting this message as free service for being a user of the PHP Classes site to which you registered voluntarily using the email address rofldigger@getsend.xyz. If you wish to unsubscribe go to the unsubscribe page.

  • Class:

  • Class PHP Database Variable Store
    This class support forum This class support forum
  • Short description:

  • Store variable names and values in MySQL database
  • Groups:

  • PHP 5
    Databases
    Data types
  • Supplied by:

  • Christian Vigh
  • Detailed description:

  • This class can store variable names and values in MySQL database.

    It takes as parameters a database connection to a MySQL database MySQLi object and the name of a table.

    The class can store and retrieve the values of variables in the table.

    The type and the name of the variables are stored too to be able to recreate the original variable value.

    The class can also get the list of stored variables or even use an iterator to retrieve the value of each variable one by one. It can also delete any variables from storage.

    The variables can be set using the Define function, using the object notation $store -> myvar = 'some value', or using the array notation $store [ 'myvar' ] = 'some value' .

If you are not interested in receiving any more messages like this one, go to the unsubscribe page .

If want to switch the message format between text and HTML visit the options page and change it in the E-mail alerts and newsletters tab.