I am creating a web app using codeigniter and Twitters CSS framework Bootstrap.
I am wondering how I go about implementing their modal system here with the 'views'. I want to be able to click a button in a view file and for it to link to a controller but the view to open in the modal. If that makes sense? Any ideas would be great.
Thanks

<?php echo anchor('controller/method'); ?>inside the modal buttons instead of the actual buttons. – David Sep 9 '12 at 17:43