Error

Class "IronFurnitureProducts" not found

/home/lohaheloha/public_html/mwpbnp.com/mwpbnp/src/protected/controllers/SiteController.php(190)

178         $criteria->compare('published', '1');
179         $dataProvider = new CActiveDataProvider('Videos', array(
180             'pagination' => array(
181                 'pageSize' => 12),
182             'criteria' => $criteria,
183         ));
184         $this->render('videos', array('dataProvider' => $dataProvider));
185     }
186 
187     public function actionIronFurniture() {
188        
189         $this->layout = '//layouts/column2';
190         $model=new IronFurnitureProducts('search');
191         $model->unsetAttributes();  // clear any default values
192         if(isset($_GET['IronFurnitureProducts']))
193         $model->attributes=$_GET['IronFurnitureProducts'];
194                // $model->cat_id=$_GET['IronFurnitureProducts']['cat_id'];
195                 $this->render('iron',array('model'=>$model));
196     }
197 
198     /**
199      * This is the action to handle external exceptions.
200      */
201     public function actionError() {
202         if ($error = Yii::app()->errorHandler->error) {

Stack Trace

#7
+
 /home/lohaheloha/public_html/mwpbnp.com/mwpbnp/src/index.php(65): CApplication->run()
60 
61     }
62     $maincon->active = false;
63 }
64 
65 Yii::createWebApplication ( $config )->run ();
2024-03-19 08:49:54 Apache Yii Framework/1.1.25