|
All content with label xpdo.
Related Labels:
programming, diagram
PHP Coding in MODx Revolution, Pt. III
(Shaun McCormick)
MODx, form processing is handled by 'Processors', which are isolated files located in the MODx core directory. They are accessed through 'Connectors', which handle AJAX requests from the User Interface (UI), which require a REQUEST variable named 'action' that specifies ...
Other labels:
programming
|
PHP Coding in MODx Revolution, Pt. II
(Shaun McCormick)
article, we'll talk about creating and removing objects (and their respective rows in the database), as well as more complex queries. Creating Objects Creating objects is pretty simple. It's important to note, however, that a row is never actually added to the database until the object's ...
Other labels:
programming
|
PHP Coding in MODx Revolution, Pt. I
(Shaun McCormick)
So, a lot of people have been asking about the new codebase. Is it coderfriendly? Will it be a big deviation from 0.9.6? Does it support OOP projects? Is it faster? Will it be easy to learn? In these articles, I plan to answer those questions with a resounding, "yes." The codebase ...
Other labels:
programming
|
|
|