Markers
Table of Contents
abstractonemanypropertyservice.inc.php
Type | Line | Description |
---|---|---|
TODO | 29 | Write tests for how getValue uses spl_object_id and the garbage collector. |
defaultmodel.inc.php
Type | Line | Description |
---|---|---|
TODO | 543 | This method is too complex. Consider adding an isEdited property to IProperty instead of using all of this type checking. |
imodel.intf.php
Type | Line | Description |
---|---|---|
TODO | 27 | Write documentation |
imodelmapper.intf.php
Type | Line | Description |
---|---|---|
TODO | 41 | Create some code that can disable or remove properties in the produced model that are not fetched when the model is built. Think about this a bit... |
modelfactory.inc.php
Type | Line | Description |
---|---|---|
TODO | 35 | This might be expensive to run. This will need testing. |
TODO | 35 | figure out how to remove this. |
ifilter.intf.php
Type | Line | Description |
---|---|---|
TODO | 25 | Figure out how to make IFilter make more sense. There is no way to determine which type of filter to use when using IRepository::stream(), because we have no idea what storage engine the repository represents (nor should we). |
mappingobjectfactory.inc.php
Type | Line | Description |
---|---|---|
TODO | 86 | Create some code that can disable or remove properties that are not fetched when the model is built. Think about this a bit... |
sqlrepository.inc.php
Type | Line | Description |
---|---|---|
TODO | 302 | Make this work with in and null values. |
TODO | 523 | This contains some system-specific code that should really not be here. Consider moving most of this to some generic location, and passing the columns to insert/update to this method instead of processing them here. |
sqlselect.inc.php
Type | Line | Description |
---|---|---|
TODO | 24 | determine if this sucks or not. |
defaultconfigmapper.inc.php
Type | Line | Description |
---|---|---|
TODO | 35 | maybe make this extensible? Create ways to create instances of |
ipropertyset.intf.php
Type | Line | Description |
---|---|---|
TODO | 28 | Write documentation |
moneyproperty.inc.php
Type | Line | Description |
---|---|---|
TODO | 32 | Make something that can do money conversions with live exchange rates. |
propertyconfigbundle.inc.php
Type | Line | Description |
---|---|---|
TODO | 20 | Find out what this is. |