Revision #235 has been created by rackycz on Aug 26, 2020, 10:42:29 PM with the memo:
new article
« previous (#234) next (#236) »
Changes
Title
unchanged
Yii v2 snippet guide
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,beginner,yii2
Content
changed
[...]
$result[] = $this->email;
// ...
return implode(";", $result);
}
```
**This article had to be split as I reached the max length. Second part is here: **
- [https://www.yiiframework.com/wiki/2558/yii-v2-snippet-guide-ii](https://www.yiiframework.com/wiki/2558/yii-v2-snippet-guide-ii)