ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:learn_caching:memcached

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
v5:userguide:learn_caching:memcached [2017/04/18 10:48] – Layout, formatting dregadv5:userguide:learn_caching:memcached [2018/07/16 20:18] (current) – start functions lowercase peterdd
Line 53: Line 53:
  * We connect to the database, not the memcache server  * We connect to the database, not the memcache server
  */  */
-$db->Connect('localhost','mysql-user','mysql-password','employees');+$db->connect('localhost','mysql-user','mysql-password','employees');
  
 </code> </code>
  
v5/userguide/learn_caching/memcached.1492505294.txt.gz · Last modified: 2017/04/21 11:40 (external edit)