1.

What is the difference between YII & YII2?

Answer»
S.noYII 1Yii 2
1.Server PHP 5.2Server PHP 5.4
2.Prefix C used. Classes were global namespaces.C prefix not used in namespaces. Classes based on directory structure.
3.Uses PHP as a PRIMARY template languageEquipped with PHP, TWIG, and SMARTY
5. What are the advantages of YII2?
  • Yii 2 is based on WRITING simpler and elegant code
  • Highly extensible
  • Developers can customize almost EVERY PIECE of their code
  • High performance
  • Biggest online community


Discussion

No Comment Found