Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Girl Develop It! PHP/MySQL Session 3

kperch
November 08, 2011

Girl Develop It! PHP/MySQL Session 3

Session 3: PHP/MySQL together

kperch

November 08, 2011
Tweet

More Decks by kperch

Other Decks in Technology

Transcript

  1. What we’re doing today We are going to build a

    PHP class that connects to a MySQL database! Then we’ll discuss web forms and how they work
  2. Then, class project time To-Do list Download (clone) from git

    This is a skeleton We’re going to add in our connector, and then you get to have some fun!
  3. Our Database Connector Class Skeleton on Github, in Session3 folder

    of the example code We’re going to finish the constructor and finish the query method There is a complete version of the connector in the download- no peeking!
  4. Class project: to-do list Skeleton is in the Github project

    for the class under ‘ClassProject’ folder We need to add in our new DatabaseConnector class Then it will be functional. What happens next is up to you!
  5. Free-Work Time Work on whatever- class project, other projects, whatever

    you like Feel free to ask me any questions about today’s material or any course materials
  6. Homework Add something to the To-Do list project Ideas on

    the class website Be ready to show off Thursday!
  7. Next Class Show off our class projects Discussion about Frameworks

    and other PHP tools Where to go from here Some suggested reading