0

MVCを使用してjoomlaで独自のコンポーネントを作成します...クライアント側で1つのマスターテーブル操作を作成します...(追加、更新、削除)が、1つのレコードを選択して削除ボタンを押すと、次のエラーが発生しました

コード:

データベースの行が空です。
データベースの行が空です。

コール スタック

#      Function      Location   
1      JSite->dispatch()      C:\wamp\www\gstest\index.php:42   
2      JComponentHelper::renderComponent()      C:\wamp\www\gstest\includes\application.php:198   
3      JComponentHelper::executeComponent()      C:\wamp\www\gstest\libraries\joomla\application\component\helper.php:357   
4      require_once()      C:\wamp\www\gstest\libraries\joomla\application\component\helper.php:388   
5      JController->execute()      C:\wamp\www\gstest\components\com_gsmasters\gsmasters.php:16   
6      gsmastersController->display()      C:\wamp\www\gstest\libraries\joomla\application\component\controller.php:754   
7      JController->display()      C:\wamp\www\gstest\components\com_gsmasters\controller.php:25   
8      gsmastersViewgsmasters->display()      C:\wamp\www\gstest\libraries\joomla\application\component\controller.php:715   
9      JError::raiseError()      C:\wamp\www\gstest\components\com_gsmasters\views\gsmasters\view.html.php:27   
10      JError::raise()      C:\wamp\www\gstest\libraries\joomla\error\error.php:251

HTMLは次のとおりです。

<form action="<?php echo JRoute::_('index.php?option=com_gsmasters&layout=edit&id='.(int) $this->item->id); ?>" method="post" name="adminForm" id="gsmasters-form" class="form-validate"> 
   <div class="width-60 fltlft"> 
      <fieldset class="adminform"> 
         <legend><?php echo JText::_( 'COM_GSMASTERS_GSMASTERS_DETAILS' ); ?></legend>    
         <ul class="adminformlist"> <?php foreach($this->form->getFieldset('details') as $field): ?> 
           <li><?php echo $field->label;echo $field->input;?></li> <?php endforeach; ?> 
         </ul> 
    </div>

解決策を教えてください..、ありがとう。

4

0 に答える 0