ella;5735 wrote:1) Can you write some example situations when I can better create a module and when I can better create a plugin. It's really difficult for me.
2) For example, I need to show some data (from another system, from its MS SQL Server DB) on some place of kooboo page. I must create a module or a plugin?
Hi Ella,
You can create a page plugin to get data from another system and store in the viewdata pass to layout/view.
I often use plugin to handle form post and pass data to view.
The below link will help you save time.
http://koobootoolkit.cod...gins%2fExamplePlugin.cs
Module work like mini system in the page.
You can insert forum module, poll module, blog module in the page.