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)
Delete all model queries in yii
AllAdjustments::deleteAll(['plan_year_id' => $plan_year_id, 'column_type' => array_keys($allAdjustment), 'is_auto' => $is_auto,
['NOT',['column_id'=>1]],
]);
...
Shubham Gupta
Votes: 0
Answers: 1
class_exists(): Passing null to parameter #1 ($class) of type string is deprecated
I had this newly installed Yii2 advanced and want to know if anyone of you ever encountered this error after login from the frontend?
What solution did you do to solve this issue?
Below is my composer...
lordrebs
Votes: 0
Answers: 2
Cannot receive any mail using default mail of swift mailer in yii2
I tried to mail using default mail of swift mailer but didn't receive any mail.
here is my config
'mailer' => [
'class' => 'yii\swiftmailer\Mailer',
'viewPath' =...
pradeep _spidy
Votes: 0
Answers: 1
cache/flush-schema command for specific database connection in yii2-advanced
I'm running the yii cache/flush-schema command on the root of yii-advanced project but it's working on only one and default db connection. Whereas, the application is having multiple database connect...
Ramisha Mukhtar
Votes: 0
Answers: 1