Friday, June 26, 2015

Started to learn Yii 2

I am learning Yii 2 for last 5 days, but I still not get the point. I totally got confused and losing energy, time, confident etc.

I got followings:
1. After my long research I got the point of using "Composer". And learned how to install and use it.
2. Understand url routing.(Like naming controller and functions).
3. Under stand MVC structure which Yii using(Because I already used CodeIgniter).
4. Under stand DB Active Record Queries.

I not got followings:
1. The way of OOPS concept they using is totally making me unhappy. I know oops as middle level. But here they randomly calling function, properties using object OR class. In more case I can't find the function which they called. In that cases I decide that may be default or core.
2. And mainly I am not satisfied with the documents they given(http://www.yiiframework.com/doc-2.0/guide-README.html). They just explained the concept blindly, there is no fully run-able example codes. Just gave the syntax.
3. I cannot understand and implement the login authentication they explained.

As of now I am in 20% only, still I am trying. I hope will get the point in next week. I will post that exp on next week...

Learn JavaScript - String and its methods - 16

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>String and it's methods - JS&l...