From 877025eae157151bf6d0c87897155b08dccc4098 Mon Sep 17 00:00:00 2001 From: Anees Hikmat Abu-hamid Date: Thu, 11 Oct 2018 21:50:54 +0300 Subject: [PATCH] Update intro-yii.md --- docs/guide-ar/intro-yii.md | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/docs/guide-ar/intro-yii.md b/docs/guide-ar/intro-yii.md index d800cc162d..20eaf4a8dc 100644 --- a/docs/guide-ar/intro-yii.md +++ b/docs/guide-ar/intro-yii.md @@ -13,27 +13,26 @@ Yii هو إطار عام لبرمجة الويب ، مما يعني أنه يم

-How does Yii Compare with Other Frameworks? -------------------------------------------- +#
كيف يمكن مقارنة بيئة العمل الخاصة بال Yii مع الأطر أو بيئات العمل الأخرى؟
-If you're already familiar with another framework, you may appreciate knowing how Yii compares: +

+ إذا كنت بالفعل على دراية بإطار العمل الأخرى ، فيمكنك معرفة كيف تتم مقارنة ال Yii: -- Like most PHP frameworks, Yii implements the MVC (Model-View-Controller) architectural pattern and promotes code - organization based on that pattern. -- Yii takes the philosophy that code should be written in a simple yet elegant way. Yii will never try to - over-design things mainly for the purpose of strictly following some design pattern. -- Yii is a full-stack framework providing many proven and ready-to-use features: query builders - and ActiveRecord for both relational and NoSQL databases; RESTful API development support; multi-tier - caching support; and more. -- Yii is extremely extensible. You can customize or replace nearly every piece of the core's code. You can also - take advantage of Yii's solid extension architecture to use or develop redistributable extensions. -- High performance is always a primary goal of Yii. +

+

-Yii is not a one-man show, it is backed up by a [strong core developer team](http://www.yiiframework.com/team/), as well as a large community -of professionals constantly contributing to Yii's development. The Yii developer team -keeps a close eye on the latest Web development trends and on the best practices and features -found in other frameworks and projects. The most relevant best practices and features found elsewhere are regularly incorporated into the core framework and exposed -via simple and elegant interfaces. +

+ال Yii إطار عمل صمم من قبل فريق برمجي متكامل، فهو ليس مجرد عمل فردي ، بل يتكون من فريق تطوير أساسي وقوي(http://www.yiiframework.com/team/) ، بالإضافة إلى منتدى كبير +من المهنيين الذين يساهمون باستمرار في تطوير هذا الإطار. فريق المطورين الخاص بال Yii +يراقب عن كثب أحدث اتجاهات تطوير الويب وأفضل الممارسات والمميزات التي +وجدت في الأطر والمشاريع الأخرى. وتدرج بانتظام بإضافة أفضل الممارسات والميزات الى ال Yii عبر واجهات بسيطة وأنيقة. +

Yii Versions