skip to Main Content

طراحی یک مدل MVC برای توسعه کاربردی وب ​

عنوان انگلیسی: Designing an MVC Model for Rapid Web Application D
سال نشر: ۲۰۱۴
نویسنده: Dragos-Paul Pop,Adam Altar
تعداد صفحه فارسی: ۱۱ – تعداد صفحه انگلیسی: ۸
دانشگاه: Romanian-American University, 1b Expozitiei Blvd., Bucharest, 012101, Romania
نشریه: Process Safety and Environmental Protection
کیفیت ترجمه: ترجمه پلاس

چکیده

​در این مقاله، ما مدلی را برای توسعه سریع کاربرد وب ارایه می‌کنیم. این مدل با تکیه بر معماری مبتنی بر مدل نظریه معماری کنترل کننده ها (mvc)است و چندین مولفه مفید دیگر مانند امنیت، تولید شکل و اعتبار سنجی، دسترسی پایگاه‌داده و مسیریابی دارد. این مدل با استفاده از زبان برنامه‌نویسی PHP پیاده‌سازی شد، اما می‌تواند در دیگر زبان‌ها و محیط‌های توسعه با استفاده از مفاهیم مشابه اجرا شود. بهبود در هر دو زمان توسعه و نگهداری اهداف اصلی این تحقیق بوده و افزودن به کد و نگهداری از مزایای آن هستند.

Abstract

In this paper, we present a model for rapid web application development. This model is based on the Model-View-Controller architecture (MVC) and has several other useful components like security, form generation and validation, database access and routing. This model was implemented using the PHP programming language, but it can be implemented in other development languages and environments using the same concepts. Improvements in both development and maintenance time have been the main objectives of this research, with the added benefit of correct and maintainable code.
امتیاز شما:
(No Ratings Yet)
Back To Top