Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
systems:yii2:modules [2018/04/17 15:37]
smayr [Using Custom Database]
systems:yii2:modules [2018/04/18 09:56] (current)
smayr [Using Custom Database]
Line 266: Line 266:
         // NOTE: To query the raw table name, use the following:         // NOTE: To query the raw table name, use the following:
         //   echo Yii::$app->db->schema->getRawTableName(app\models\ItemProduct::tableName());         //   echo Yii::$app->db->schema->getRawTableName(app\models\ItemProduct::tableName());
-        // Displays (assuming 'mod_' table prefix):+        // Displays as follows (assuming 'mod_' table prefix):
         //   mod_item_product         //   mod_item_product
     }     }