Document

Mr. Justin “JET” Turner
CSCI 3000 – Fall 2015
CRN 6710 - Section A – TR 9:30-10:45
CRN 10570 – Section B – TR 5:30-6:45
CI - Sessions
 Log in to GoDaddy
 Manage your site
 Open the File Manager
 Create a new folder called “sessions” at the root level
 Change the permissions for the application pool to
include write/modify
 In your CI application:
 application/config/config.php

$config[‘sess_save_path’] =
‘G:\\PleskVhosts\\domain.com\\sessions\\’;
CI - Sessions
 Once these settings are all done, add session to the
autoload libraries in:
 application/config/autoload.php
 Then we can test the session functionality using a
couple functions in a controller
CI – Libraries for Project 2
 File Uploading Class
 Image Manipulation Class
 Output Class/File Helper
Reminders
 Project 1 – Responsive Site – Due Oct 8th
 The Midterm project will be an in-class assignment
Midterm
 The in class assignment will be open notes/internet,
but you MUST work on your own
 I recommend you have your Lab 1-4 easily accessible
 The goal of the midterm is to ensure you have a good
grasp of basic HTML/CSS/JS/PHP/MySQL
 You will be uploading the PHP/CSS/JS/SQL files at the
end of class to get credit for what you complete
Midterm
 Example of what you will be asked to do:
 Create a DB/Table with specific names/types
 Create an HTML form with specific fields
 Validate the fields a specific way
 Insert data into the DB
 Display data from the DB
 Style specific HTML elements
 Create JS function calls to perform specific actions
 BONUS:
 Implement a specific JS library
Next Two Weeks
 Monday (12th)
 Last date to drop any class with a ‘W’

I will grade your projects over the weekend, but if you are
considering dropping the course, please reach out to me
 Tuesday (13th)
 Midterm
 Thursday (15th) / Tuesday (20th)
 Begin AJAX
 Thursday (22nd)
 Review Midterm
Project Time
 Take the rest of class and work on your Project 1 and 2
 If you have questions/issues, please ask