6th Sem, IT

6269: Object Oriented Web Application Framework Lab KL Diploma Syllabus for IT 6th Sem 2015 Revision SITTTR

Object Oriented Web Application Framework Lab detailed syllabus for Information Technology (IT) for 2015 revision curriculum has been taken from the SITTTRs official website and presented for the IT students. For course code, course name, number of credits for a course and other scheme related information, do visit full semester subjects post given below.

For Information Technology 6th Sem scheme and its subjects, do visit IT 6th Sem 2015 revision scheme. The detailed syllabus of object oriented web application framework lab is as follows.

Object Oriented Web Application framework Lab

COURSE OUTCOMES:

On completion of this course the student will be able to :

  1. To create Object Oriented PHP programs
  2. To develop PHP classes to access the database MySQL
  3. To develop simple programs using Codeigniter
  4. To develop applications usingCodeigniter advanced features

Specific Outcomes:

CYCLE – I: Object Oriented PHP basics

  1. To create Object Oriented PHP programs
    1. Create a program to demonstrate a simple class in PHP. Create a class calculator and implement a simple calculator using object of calculator class
    2. Create a PHP class to perform some mathematical operations like factorial, prime check, Armstrong number etc. And implement them in forms and actions
    3. Create a PHP class to handle session and cookies easily
    4. Create a PHP class to implement file operations

CYCLE- II: Object Oriented PHP and MySQL

  1. To develop PHP classes to access the database MySQL
    1. Create a PHP class that helps to manage database without writing SQL queries. The class must include select, insert, update and delete SQL operations. Should have a constructor to set connection
    2. Create a PHP class to validate web forms from specified rules. Rules includes required, length, email, comparison, integer check, special character check etc
    3. Create PHP classes to demonstrate inheritance. Create a simple calculator and an advanced one by inheriting the simple calculator class. Demonstrate them by creating Objects
    4. Create a PHP abstract class and check the property of abstract classes and functions
    5. Create a PHP Interface and implement classes based on them

CYCLE- III: CodeIgniter basics

  1. To develop simple programs using CodeIgniter
    1. Demonstrate how to install CodeIgniter 2.x into LAMP Server and set initial configurations
    2. Create a Controller and set it as default controller
    3. Create a login form view and load the view into a controller
    4. Create a model with functions to perform some array operations implement them using a controller and views
    5. Create a program to manage layout and load external files (CSS and javaScript) files into layout

CYCLE- IV: CodeIgniter advanced

  1. To develop applications using CodeIgniter advanced features
    1. Perform login operation using database library object. Configure and load the database library. Use active record methods
    2. Create a registration form and validate it using form validation library and saves the data in to database using active record method
    3. Use session library to add data into CodeIgniter session and display them in another view
    4. Using Form helper create an fill a registration form with data in database

For detailed syllabus of all other subjects of Information Technology, 2015 revision curriculum do visit IT 6th Sem subject syllabuses for 2015 revision.

To see the syllabus of all other branches of diploma 2015 revision curriculum do visit all branches of SITTTR diploma 2015 revision.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.