Beispiel #1
0
<script language="javascript" src="<?php 
echo url::base();
?>
themes/ckeditor/ckeditor.js"></script>
<?php 
$test_model = new Test_Model();
$courses_model = new Courses_Model();
?>
<style type="text/css" media="screen">
  #tb_convert tr.rowtd td{
    background-color: rgba(204, 204, 204, 0.66); 
  }
</style>
<table>
  <thead>
    <tr>
      <th><p style="font-size: 20px;">Convert Data<p></th>
    </tr>
  </thead>
</table>
<table class="list" cellspacing="1" border="0" cellpadding="5">
<tr class="list_header">
    <td><?php 
echo Kohana::lang('account_lang.lbl_fname');
?>
</td>
    <td><?php 
echo Kohana::lang('account_lang.lbl_lname');
?>
</td>
    <td><?php 
Beispiel #2
0
 public function test_fellows()
 {
     $ins = new Test_Model();
     $ins->test_fellows("135,136,137,138,139,140,141");
 }