Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about yii-components

Read more about yii-components

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - yii-components

Unable to transfer data to views

To get a list of products, I created a model "ProductList" namespace app\models; use yii\helpers\Html; use yii\db\ActiveRecord; class ProductList extends ActiveRecord{ public static ...
test-img

Soject

php

yii2

yii2-basic-app

yii-components

Votes: 0

Answers: 1

Latest Answer

In your Controller change actionIndex() method to : public function actionIndex() { $product = ProductList::find()->all(); return $this->render('index',['productModel' => $product]); ...
test-img

Karlis Pokkers

Yiimp: CDbException: CDbConnection failed to open the DB connection. error when hasGetInfo is set to false

I'm getting the CDbConnection failed to open the DB connection error. The thing is, my database connection seems to be okay, as evident from the fact that the YIIMP logs display the retrieved values ...
test-img

eee

php

mysql

yii

phpmyadmin

yii-components

Votes: 0

Answers: 1

Latest Answer

ups :( is a common error if you are using by example php8 if you look at your Dashboard you will see the main is in red color that means normally a PHP problem with MySQL or a problem with Mysql php -...
test-img

Arturo Alonso

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved