This report details the development of the SCMA prototype, a web application built using the Yii framework and following the Model-View-Controller (MVC) architectural pattern. The development process involved creating model classes for users, schools, departments, courses, and course years, leveraging the GII facility of the Yii framework for efficient model and controller generation. The application utilizes a database setup via phpMyAdmin, with the database path configured in the Yii framework's config file. The report describes the implementation of user authentication, distinguishing between superadmin and admin roles, and the use of AJAX to enhance data fetching and display in JSON format. The report highlights the functional requirements, including the ability for admin users to manage website data through CRUD operations and the provision of a student search functionality with multiple search fields. It also discusses encountered problems, specifically the issues faced while integrating Yii-1 and Yii-2 frameworks, and reflects on the successful implementation of the prototype, including the use of AJAX and the role-based access control. References to Yii framework documentation, MVC architecture resources, and related technologies are also provided.