1、毕业设计(外文翻译) 1 2300 英文单词, 12500英文字符, 中文 3300字 文献出处: Supaartagorn C. PHP Framework for database management based on MVC patternJ. International Journal of Computer Science & Information Technology (IJCSIT), 2011, 3(2): 251-258. PHP FRAMEWORK FOR DATABASE MANAGEMENT BASED ON MVC PATTERN Chanchai Supaart
2、agorn Department of Mathematics Statistics and Computer, Faculty of Science,Ubon Ratchathani University, Thailand scchansuubu.ac.th ABSTRACT PHP is a powerful language to develop dynamic and interactive web applications. One of the defining features of PHP is the ease for developers to connect and m
3、anipulate a database. PHP prepares the functions for database manipulation. However, database management is done by the Structure Query Language (SQL). Most novice programmers often have trouble with SQL syntax. In this paper, we present the PHP framework for database management based on the MVC pat
4、tern. The MVC pattern is very useful for the architecture of web applications, separating the model, view and controller of a web application. The PHP framework encapsulated, common database operations are INSERT, UPDATE, DELETE and SELECT. Developers will not be required to consider the specific SQ
5、L statement syntax, just to call it the method in the model module. In addition, we use White-Box testing for the code verification in the model module. Lastly, a web application example is shown to illustrate the process of the PHP framework. KEYWORDS: SQL, Framework, MVC, White-Box testing 1. INTR
6、ODUCTION PHP is a server-side scripting language designed specifically for web-based applications. There are many advantages of the PHP language, for example performance, scalability, open source, portability, etc. One of the difficult issues in web application development is coding the program for manipulates of the database. Indeed, several studies suggest that traditional database query languages are not very simple to use, for non skilled users of database technologies, as a consequenc