[Catalyst] how to implement Transactions (over different db tables) in a Catalyst project

Ali M. tclwarrior at gmail.com
Tue Jul 7 06:45:37 GMT 2009


Kakimoto

I recommend you read this article
http://blog.urth.org/2009/07/what-is-catalyst-really.html

It might help you understand more when its a Catalyst Issue or a
another component issue!
And help you better trouble shoot your problems.

Apparently Catalyst will help you send a request to the data model and
return the request result to a view
The content of the request and its semantic apparently from this
conversation and the article is the Model responsibility

So if the Model is Transaction capable, you will have transaction!
Can transactions be implemented at the Catalyst/glue level, apparently
Catalyst was not conceived to do so!

I hope this helped!



More information about the Catalyst mailing list