↧
Bypassing MODX to Write Directly to the Database
In some previous articles, we discussed fast ways to get data from the database in MODX Revolution, but what if you want to update the database? Suppose that you also … Learn More
View ArticleUsing Prepared Parameterized Statements in a Class
In the previous article, we discussed how to create a parameterized, prepared statement that can be reused in a loop so that prepare() only needs to be called once. But … Learn More
View ArticleDrupal7 APIs, Objects and the Trees from the Forest
Drupal can sometimes seem complicated to use. There are many sub-systems within Drupal and provide many programming mechanisms and Core APIs to adapt Drupal to your needs. One such sub-system … Learn More
View Article