#templatedeclare
- Template::Declare Explained
https://justatheory.com/2009/10/template-declare-documented
- Testing Catalyst Template::Declare Views
https://justatheory.com/2009/11/testing-catalyst-td-views
- Catalyst with DBIx::Connector and Template::Declare
https://justatheory.com/2009/11/catalyst-tutorial-continued
Following up on my post yesterday introducing Catalyst::View::TD, today I’d like to continue with the next step in chapter 3 of the Catalyst tutorial. The twist here is that I’m going to use PostgreSQL for the database back-end and start introducing some database best practices. I’m also going to make use of my DBIx::Connector module to interact with the database.
- Create Catalyst Views with Template::Declare
https://justatheory.com/2009/11/catalyst-view-td
- Testing the Tutorial App
https://justatheory.com/2009/11/catalyst-testing
- My Catalyst Tutorial: Add Authors to the View
https://justatheory.com/2009/11/sql-view-aggregate-magic