1
vote
4answers
153 views
Reference counting in PHP
I'd like to implement database caching functionality in PHP based on reference counts. For example, code to access the record in table foo with an ID of 1 might look like:
…
