0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added update() which sets the Model state as changed and notifies observers. More... over 20 years ago
Adding FileView class. More... over 20 years ago
Updated hash() func. More... over 20 years ago
Updated contructor to accept only array. More... over 20 years ago
Updated constructor; it now accepts array/collection of models. More... over 20 years ago
Updated constructor. More... almost 21 years ago
Removed obsolete classes and libraries. Added debugging library as a new Class. More... almost 21 years ago
Added lots of debugging code which will be removed in a release. More... almost 21 years ago
Fixed bug in setContents() More... almost 21 years ago
Removed super() because it was causing many unnecessary problems. More... almost 21 years ago
Updated hasNext(). More... almost 21 years ago
Updated iterator() func: gave reference to $this->m_objects directly instead of going through CollectionIterator class. More... almost 21 years ago
Removed constructor and added note not to call super() from direct children of Object class. More... almost 21 years ago
Added type checking of argument in constructor. More... almost 21 years ago
Added constructor and private Model var. More... almost 21 years ago
Fixed problems with calling "$this->super()" More... almost 21 years ago
Added empty default constructor to fix error in super() method, where it would try to call the Object constructor and there was none. More... almost 21 years ago
Fixed bug with "$iter->next()" statement by using reference to return value of "$iter->next()" instead of a copy. More... almost 21 years ago
Made this a sub-class of Object class. More... almost 21 years ago
Removed " (optional operation)" from javadoc comments. More... almost 21 years ago
Updated javadoc comments: put <code> tags around null, true, and false. More... almost 21 years ago
Updated all javadoc comments and did a lot of other stuff. More... almost 21 years ago
Adding Object class, just like in Java. Has a convenient super() function to call the current class's parent constructor. More... almost 21 years ago
Updated iterator() to work with CollectionIterator class. More... almost 21 years ago
Adding iterator class specialized for handling Collections. More... almost 21 years ago
Put back implementation for this class. More... almost 21 years ago
Made this an abstract class and moved implementation to ArrayIterator class. More... almost 21 years ago
Updated iterator() to work with the array-only implementation of Iterator class. More... almost 21 years ago
Updated this class to work with just an Array instead of (Collection) class. More... almost 21 years ago
Added addBuffers() func. More... almost 21 years ago