1.

What are the new features acquired in YII2?

Answer»

Some of the new features of Yii 2:

 

  • A new set of PHP Namespaces for encapsulating objects
  • New traits for reusing methods in various CLASSES
  • Anonymous functions
  • SPL classes, interfaces, and LATE STATIC bindings
  • Use of ARRAY syntax [elements] instead of array [elements]
  • Code GENERATED automatically
  • Automatic handling and logging of errors


Discussion

No Comment Found