The purpose of this paper is to introduce the use of MVC architecture in web-based information systems development.MVC (Model-View-Controller) architecture is a way to decompose the application into three parts:model,view and controller.Originally applied to the graphical user interaction model of input,processing and output.Expected to use the MVC arcitecture,applications can be built maintenance of more mudular,rusable,and easy and migrate.We have developed a mangement system of school fees at the high school.The developed system uses the MVC(Model-View-Cobntroller Architecture) to prvide a description of how the MVC works and its benefits. Keywords:Web-based information system,MVC,modularity,reusability.