0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 15 hours ago.
Mar 28, 2023 — Mar 28, 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... over 20 years ago
Removed obsolete classes and libraries. Added debugging library as a new Class. More... over 20 years ago
Added lots of debugging code which will be removed in a release. More... over 20 years ago
Fixed bug in setContents() More... over 20 years ago
Removed super() because it was causing many unnecessary problems. More... over 20 years ago
Updated hasNext(). More... over 20 years ago
Updated iterator() func: gave reference to $this->m_objects directly instead of going through CollectionIterator class. More... over 20 years ago
Removed constructor and added note not to call super() from direct children of Object class. More... over 20 years ago
Added type checking of argument in constructor. More... over 20 years ago
Added constructor and private Model var. More... over 20 years ago
Fixed problems with calling "$this->super()" More... over 20 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... over 20 years ago
Fixed bug with "$iter->next()" statement by using reference to return value of "$iter->next()" instead of a copy. More... over 20 years ago
Made this a sub-class of Object class. More... over 20 years ago
Removed " (optional operation)" from javadoc comments. More... over 20 years ago
Updated javadoc comments: put <code> tags around null, true, and false. More... over 20 years ago
Updated all javadoc comments and did a lot of other stuff. More... over 20 years ago
Adding Object class, just like in Java. Has a convenient super() function to call the current class's parent constructor. More... over 20 years ago
Updated iterator() to work with CollectionIterator class. More... over 20 years ago
Adding iterator class specialized for handling Collections. More... over 20 years ago
Put back implementation for this class. More... over 20 years ago
Made this an abstract class and moved implementation to ArrayIterator class. More... over 20 years ago
Updated iterator() to work with the array-only implementation of Iterator class. More... over 20 years ago
Updated this class to work with just an Array instead of (Collection) class. More... over 20 years ago
Added addBuffers() func. More... over 20 years ago