Revision #100 has been created by rackycz on Sep 21, 2019, 6:08:53 AM with the memo:
edit
« previous (#99) next (#101) »
Changes
Title
unchanged
Yii v2 snippet guide
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,beginner,yii2
Content
changed
Intro
--
Skip this paragraph if you are in hurry :-) ... 8 years ago I started these two tutorials for Yii 1 (theyHi all!
This snippet guide continues in my series of simple Yii tutorials. Previous two contain
basic info about
general things so you can read them as well):MVC concept so read them as well, but they are meant for Yii v1. I started with them cca 8 years ago:
- [https://www.yiiframework.com/wiki/250/yii-for-beginners](https://www.yiiframework.com/wiki/250/yii-for-beginners)
- [https://www.yiiframework.com/wiki/462/yii-for-beginners-2](https://www.yiiframework.com/wiki/462/yii-for-beginners-2)
... and today I am beginning with Yii 2 so I will also gather my snippets and publish them here so we all can quickly setup the yii-basic-demo just by copying and pasting.
This is my goal - to show how-to without long descriptions.
> ... technologies should not require users to study them deeply in order to run basic functionalities. Ordinary things should be copied and pasted so that one is happy that it works and thus motivated to study more ...
I have 4 years of experiences with Yii 1, but I havent used it for almost 5 years so many things in Yii 2 are new for me again. Plus I was suprised that the Yii 2 demo application does not contain some basic functionalities (like login via DB, translations etc) which must be implemented in the most of web projects so I will focus on them. Plus I will talk about GitLab.[...]