I have working on some Component in Joomla 2.5 ( it means I'm trying to write a component in joomla :) ).
My situation is :
I have create the back-end UI which have a table to show some data from database .
My Question is :
How do I get the data which posted by selecting the rows to do some thing on the table.
Details :
My MVC works Find and i routed program after clicking the button to my Model but I don't know how to get the data from that form.
Any help would be appreciated.