Dr. W. Shawn Wilkerson
Dr. W. Shawn Wilkerson
I suggested this years ago. I would much rather see https://github.com/modxcms/xpdo/issues/29 implemented as it would save quite a bit of time for projects with a multiple tables - especially if...
This might be a legitimate bug, but I am sorely interested in why column names would be numbers? Doesn't that defeat the whole OOP thing?
var_dump ($xpdo->packages): ``` ["Om"]=> array(2) { ["path"]=> string(57) "/home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/" ["prefix"]=> string(5) "modx_" } ["Revolution"]=> array(2) { ["path"]=> string(35) "/home/wshawn/public_html/core/src/" ["prefix"]=> string(5) "modx_" } ["Revolution\Registry\Db"]=> array(2) { ["path"]=> string(35) "/home/wshawn/public_html/core/src/" ["prefix"]=>...
Its just a mess to deal with with everything modx_ . At least let us use the table name defined in the schema. If we want to have a prefix,...
OK. So, I reworked the schema tables. modx_ is still applied per your container statement. To avoid collisions I removed the prefix and altered the table names to match the...
Having the exact same issue using xPDO included with MODX 3.01 , where parsing a schema to create Model files: ``` Deprecated: Implicit conversion from float 2.5 to int loses...
This isn't a bug. I have done many of these. Of note: I typically do both sides of the relationship (i.e. aggregate with owner foreign) . Also, it does not...
Your reference is 5 years ago. There are two things you can do to find the criteria break. First, simplify your get collection to the first relation until it is...
This topic isn't closed while #159 I linked to is.
For those working with and writing APIs, the removal of fromJSON and toJSON would be catastrophic. I have even suggest the addition of toXML and fromXML. Do not forget there...