Update intro-yii.md

This commit is contained in:
Anees Hikmat Abu-hamid
2018-10-11 21:50:54 +03:00
committed by GitHub
parent 51eea09eb3
commit 877025eae1

View File

@ -13,27 +13,26 @@ Yii هو إطار عام لبرمجة الويب ، مما يعني أنه يم
</p> </p>
How does Yii Compare with Other Frameworks? # <div dir="rtl">كيف يمكن مقارنة بيئة العمل الخاصة بال Yii مع الأطر أو بيئات العمل الأخرى؟</div>
-------------------------------------------
If you're already familiar with another framework, you may appreciate knowing how Yii compares: <p dir="rtl">
إذا كنت بالفعل على دراية بإطار العمل الأخرى ، فيمكنك معرفة كيف تتم مقارنة ال Yii:
- Like most PHP frameworks, Yii implements the MVC (Model-View-Controller) architectural pattern and promotes code <ul dir="rtl">
organization based on that pattern. <li> مثل معظم أطر عمل ال PHP ، يطبق Yii النمط المعماري MVC (Model-View-Controller).</li>
- Yii takes the philosophy that code should be written in a simple yet elegant way. Yii will never try to <li> ال Yii يتبنى الفلسفة التي تقول أن الشيفرة البرمجية يجب أن تكتب بأسهل طريقها وادقها، ولكنها بذات الوقت يجب أن تكون أنيقة الكتابة مظهرا ومضمونا (شكلا وتطيبقا).</li>
over-design things mainly for the purpose of strictly following some design pattern. <li> ال Yii هو إطار متكامل (full stack) يوفر العديد من الميزات الجاهزة للإستخدام والمعدة مسبقا، مثل ال query builders وال ActiveRecord لقواعد البيانات العلاقئية (relational) وغير العلائقية (Nosql)، بالإضافة الى دعم وتجهيز ال RESTful API والتخزين المؤقت (caching) وغيرها الكثير. </li>
- Yii is a full-stack framework providing many proven and ready-to-use features: query builders <li> من مميزات ال Yii إمكانية التعديل (استبدال جزء معين أو تخيصيص وإضافة) جزء معين على أغلب ال Yii core code، وبالإضافة الى هذا، يمكنك بناء ملحقات برمجية اعتمادا على ال core code، ومن ثم نشر هذه الشيفرة وتوزيعها واستخدامها دون وجود أي مشاكل أو صعوبة تذكر.</li>
and ActiveRecord for both relational and NoSQL databases; RESTful API development support; multi-tier <li> الأداء العالي هو الهدف الأساسي من ال Yii.</li>
caching support; and more. </ul>
- Yii is extremely extensible. You can customize or replace nearly every piece of the core's code. You can also </p>
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 <p dir="rtl">
of professionals constantly contributing to Yii's development. The Yii developer team ال Yii إطار عمل صمم من قبل فريق برمجي متكامل، فهو ليس مجرد عمل فردي ، بل يتكون من فريق تطوير أساسي وقوي(http://www.yiiframework.com/team/) ، بالإضافة إلى منتدى كبير
keeps a close eye on the latest Web development trends and on the best practices and features من المهنيين الذين يساهمون باستمرار في تطوير هذا الإطار. فريق المطورين الخاص بال Yii
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 عبر واجهات بسيطة وأنيقة.
</p>
Yii Versions Yii Versions