From cd3e861cf48968bb6b473b358ccd926ec4abf37b Mon Sep 17 00:00:00 2001
From: Anees Hikmat Abu-hamid
+ يوضح المخطط التالي ال static structure للتطبيق. +
 -Each application has an entry script `web/index.php` which is the only Web accessible PHP script in the application. -The entry script takes an incoming request and creates an [application](structure-applications.md) instance to handle it. -The [application](structure-applications.md) resolves the request with the help of its [components](concept-components.md), -and dispatches the request to the MVC elements. [Widgets](structure-widgets.md) are used in the [views](structure-views.md) -to help build complex and dynamic user interface elements. +
+ يحتوي كل تطبيق على نص برمجي يستخدم للدخول الى التطبيق (كبوابة بعدها يظهر التطبيق للناظر)، ويسمى هذا الجزء بال entry script، وهو يمثل الصفحة web/index.php، ويعد هذا المدخل النص البرمجي الوحيد الذي يمكن الوصول إليه من خلال ال PHP في التطبيق، ويعمل هذا ال entry script على أخذ ال request ومن ثم إنشاء instance خاص بالتطبيق ليستطيع التعامل معه (التعامل مع التطبيق ومكوناته).
+ يقوم التطبيق على معالجة ال request بمساعدة من ال components، ومن ثم بقوم التطبيق بإرسال ال request الى عناصر ال MVC، كما يتم استخدام ال Widgets في ال views للمساعدة في إنشاء العناصر المعقدة والمتغيرة (Complex & Dynamic user interface) لواجهة المستخدم.
+