Plone and MySQL
How to integrate and manage MySQL data within Plone using TAL, MySQL, Python and Zope Page Templates (TMPZ)
- Introduction Requirements to make this happen.
- Z MySQL Database Connection The Z MySQL database connection is used to connect Zope to the actual MySQL database.
- Z SQL Method Z SQL Methods are queries made to a MySQL database when you need to perform an action such as select, insert, delete, etc.
- Creating Your First Page In this example, we will be displaying data within a page template from our MySQL database.
- Passing Arguments Passing arguments with MySQL and Python to create insert, update and delete statements.
- Conclusion Let's wrap this up.
All content on one page (useful for printing, presentation mode etc.)
