python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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 ...
Soject
Votes: 0
Answers: 1
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 ...
eee
Votes: 0
Answers: 1