]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Move NoticeWrapper to a generalized ArrayWrapper class
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 17:48:52 +0000 (18:48 +0100)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 17:48:52 +0000 (18:48 +0100)
commite2869fcf0a4f64132b989fd6223e3bbd3e7c78d3
tree5078b3bb89c8d7f679a1080164e04916951107d2
parente6211c4c22eae51d78142056180f7b9e706179e4
Move NoticeWrapper to a generalized ArrayWrapper class

We need to use array wrappers for other kinds of queries, so
I generalized the NoticeWrapper and tested it in the Notice class.
classes/Notice.php
classes/NoticeWrapper.php [deleted file]
lib/arraywrapper.php [new file with mode: 0644]