- 12 Aug, 2013 1 commit
-
-
mmn authored
The parent class for our database objects, Managed_DataObject, has a dynamically assigned class in staticGet which objects get put into, leaving us with less code to do the same thing. We will probably have to move away from the DB_DataObject 'staticGet' call as it is nowadays deprecated.
-
- 22 Aug, 2011 1 commit
-
-
Evan Prodromou authored
-
- 28 Sep, 2010 1 commit
-
-
Siebrand Mazeland authored
* whitespace and indentation updates
-
- 23 Dec, 2008 2 commits
-
-
Evan Prodromou authored
Another huge change, for PEAR code standards compliance. Function headers have to be in K&R style (opening brace on its own line), instead of having the opening brace on the same line as the function and parameters. So, a little perl magic found all the function definitions and move the opening brace to the next line (properly indented... usually). darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz
-
Evan Prodromou authored
Another global search-and-replace update. Here, I've replaced the PHP keyword 'NULL' with its lowercase version. This is another PEAR code standards change. darcs-hash:20081223192129-84dde-4a0182e0ec16a01ad88745ad3e08f7cb501aee0b.gz
-
- 26 Sep, 2008 3 commits
-
-
Evan Prodromou authored
darcs-hash:20080926161824-5ed1f-b4fb53e5ca65bb099aabbba6ea60a13496f669a2.gz
-
Evan Prodromou authored
darcs-hash:20080926161540-5ed1f-2e9dc6f2297c612208214a6d52f36ce0dd7aa4de.gz
-
Evan Prodromou authored
I added a new class, Memcached_DataObject, that will (optionally) fetch data out of a memcached server if it's available. This only works on 'staticGet'. Methods that write to the database (insert, update, delete) will clear and set the cache correctly, too. darcs-hash:20080926160941-5ed1f-922de078b4c1941853ad014edf9a17fae486f8cf.gz
-
- 19 Aug, 2008 1 commit
-
-
Evan Prodromou authored
darcs-hash:20080819221214-84dde-15683b1e146b9e29064aa8ae04bc7daebfaf2e92.gz
-
- 31 Jul, 2008 1 commit
-
-
Evan Prodromou authored
darcs-hash:20080731152731-84dde-dc6bf652c38ae9a52950e65d7cb310f870a70640.gz
-
- 20 Jul, 2008 1 commit
-
-
Mike Cochrane authored
darcs-hash:20080720055702-533db-193ed842b0d0a952bef71a3c5287213ada0ef15c.gz
-
- 19 Jul, 2008 1 commit
-
-
Evan Prodromou authored
darcs-hash:20080719140906-84dde-9fcac26ee544ad53091808256f70b1745ac27a70.gz
-
- 15 Jul, 2008 1 commit
-
-
Evan Prodromou authored
darcs-hash:20080715195513-84dde-454419c971015be385d9c4c35f7acbee419031f9.gz
-
- 09 Jul, 2008 1 commit
-
-
Mike Cochrane authored
darcs-hash:20080709224630-533db-b5399baef280133858dac9b89c2cd6a2aba9f861.gz
-
- 04 Jul, 2008 2 commits
-
-
Evan Prodromou authored
darcs-hash:20080704082418-84dde-5f314d3f0c72756f480599913a4aab6c0404dcc6.gz
-
Evan Prodromou authored
darcs-hash:20080704040746-84dde-36803f820ea7c238613cf5728c59a18ff1eb442d.gz
-