Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
test_Bootstrap.php
Go to the documentation of this file.
1 <?php
3  function handle($params){
4  Dataface_JavascriptTool::getInstance()->import('xataface/bootstrap.js');
5  df_display(array(), 'xataface/tests/test_Bootstrap.html');
6  }
7 }