Download presentation
Presentation is loading. Please wait.
Published byFay Payne Modified over 9 years ago
1
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
2
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\\’;
3
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
4
CI – Libraries for Project 2 File Uploading Class Image Manipulation Class Output Class/File Helper
5
Reminders Project 1 – Responsive Site – Due Oct 8 th The Midterm project will be an in-class assignment
6
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
7
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
8
Next Two Weeks Monday (12 th ) 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 (13 th ) Midterm Thursday (15 th ) / Tuesday (20 th ) Begin AJAX Thursday (22 nd ) Review Midterm
9
Project Time Take the rest of class and work on your Project 1 and 2 If you have questions/issues, please ask
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.