StorableObject.type.php File Reference
Go to the source code of this file.
Detailed Description
- Developer log entry:
- Necdet Can Atesman (2009-08-25): I think the field
deleted is not necessary here. To be correct, it would need to be given explicitly in every query (as opposed to adding an implicit condition to every statement, as we're doing now.)
It would be better to add the transparent column '_deleted' to the database that cannot be seen outside the mysql package, for example.
Then we'd need to add the function delete() to StorableObject.
- Developer log entry:
- Necdet Can Atesman (2009-10-02): The above idea has been implemented.
- Developer log entry:
- Necdet Can Atesman (2009-10-29): Reverse mappings are being implemented today. Such injected members will be stored in a separate container called $injectedMembers.
- Developer log entry:
- Necdet Can Atesman (2010-02-16): Reverse mappings have been implemented today.
Definition in file StorableObject.type.php.