Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-12 | Define the member variable N | Craig Andrews | |
N is defined in the DB_DataObject class, which this class kind of extends. So to keep a consistent interface for consumers, we need to have N defined here. | |||
2009-06-20 | Update copyright dates in files modified in 2009 | Evan Prodromou | |
2009-06-20 | change Controlez-Vous to Control Yourself | Evan Prodromou | |
2009-01-22 | Move NoticeWrapper to a generalized ArrayWrapper class | Evan Prodromou | |
We need to use array wrappers for other kinds of queries, so I generalized the NoticeWrapper and tested it in the Notice class. |