|
All content with label xpdo.
Related Labels:
setoption, mysql, model, getoption, reverse, schema, get_system_setting, xml, update_option, engineering, programming, diagram, get_option, example
Page:
More Examples of xPDO XML Schema Files
(xPDO 2.0)
Goal This page contains examples that juxtapose MySQL database tables with their xPDO XML schema counterparts in order to teach developers how to define the foreignkey relationships between tables in xPDO XML schemas by using a series of common database relational patterns ...
Other labels:
schema, xml, mysql
|
Blog post:
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
|
Blog post:
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
|
Blog post:
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
|
Page:
Reverse Engineer xPDO Classes from Existing Database Table
(MODx Revolution 2.x)
Introduction The xPDO ObjectRelationalBridge (ORB) relies on a series of PHP classes to provide an interface to database tables. These PHP classes can be generated automatically by parsing a specially formatted XML file, by reverse engineering existing database tables, or they can even ...
Other labels:
reverse, engineering, mysql
|
Page:
System Settings
(MODx Revolution 2.x)
MODx comes with a flexible amount of system settings. They are found in System \> System Settings, and can easily be edited and changed. All system settings are available in your templates by using the \\placeholder\\ notation. See Template Tags http://rtfm.modx.com/display/revolution20/CommonlyUsedTemplateTags for more ...
Other labels:
get_option, getoption, get_system_setting, update_option, setoption
|
|
|