python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
CSV File To DB In Yii
Am working with yii and anyone can help me to upload CSV file with multiple rows to Database using yii.
Table structure
CREATE TABLE users (
id int NOT NULL,
title varchar(1000) NOT NULL,
description ...
Bismi David
Votes: 0
Answers: 1
Create users manually yii 1.1
I have been given a website made with yii 1.1.1.4 and i want to create new users. The issue that i can only create these users manually because there is no registration form. I have tried creating the...
chris Jim
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