Dr. W. Shawn Wilkerson
Dr. W. Shawn Wilkerson
As a 4 decade veteran of internet and web based content I thank you for your much appreciated efforts at providing packaged themes based on Bootstrap. But therein lies the...
https://www.youtube.com/watch?v=39e3KYAmXK4 has been deleted with all of the meta. So testers will get nothing... Just saying.
Previously seen in #159. This is occurring in xPDO X3.0.1's XPDO as well. No aggregates get added to the model files across the entire schema, while being correctly added to...
``` if (!$this->modx->addPackage('Database', $this->config['modelPath'] , $this->prefix)) ``` Creates the tables in the schema, but with the modx_ prefix. switching it to ``` if (!$this->modx->setPackage('Database', $this->config['modelPath'] , $this->prefix)) { ``` Performs...
With the rest service recently added to MODX, it may prove advantageous to provide functions to allow xpdo to directly interact with XML requests and responses.