Yii 2 is the latest version of the Yii framework - a high-performance, component-based PHP framework
I think I am pretty close. I have the htaccess redirecting to the website (frontend/web) and the /admin path (…
php apache .htaccess mod-rewrite yii2I have this code to find a user from db which status is active and role is user public static …
php yii2I can define a rule for a single integer like this: [['x'], 'integer'] Is it possible to tell that x …
php validation yii2For example in one-to-many due to documentation (http://www.yiiframework.com/doc-2.0/guide-db-active-record.html#relational-data) you can link two models …
php many-to-many yii2Please can someone explain how the search method in a Yii2 SearchModel works? I generated it using Gii. Here it …
php yii yii2I want to add template to radioList in yii2, which I tried, but I am unable to get the proper …
php yii2Is it possible to insert multiple rows in one query with Yii's ActiveRecord? Or is this only possible via the …
php yii2 dao batch-insertI want create this query with yii2 search model select * from t1 where (title = 'keyword' or content = 'keyword') AND (category_…
yii yii2I have two databases, and every database has the same table with the same fields, but how do I get …
yii2I'm trying to convert and array of response into JSON format. I have tried all the answers that were posted …
php json yii2 yii2-advanced-app