Skip to content

Instantly share code, notes, and snippets.

@VOID001
Created December 19, 2015 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VOID001/10994ba73d1b2d4499f8 to your computer and use it in GitHub Desktop.
Save VOID001/10994ba73d1b2d4499f8 to your computer and use it in GitHub Desktop.

NEUP Net Depart Tutorial - by VOID

[TOC]

Web Develop Things

  • What is http , what's the feature?
  • How does PHP Work?
  • What is database, How to use database in PHP?
  • What is session and Cookie, How to make a login page?

Manage your project with github

  • create your first git repo
  • add the first commit to it
  • push it to remote

MVC PHP Frameworks

  • What is MVC
  • How to design a project using MVC

How to solve a problem

How to debug your project

  • gdb
  • print out useful message
  • reverse reading your code
  • (FOR WEB) var_dump
  • (FOR WEB) logs

How to deal with problems (Linux and Windows)

  • Follow the error info and try
  • See the man page for more details
  • Google it , and search on StackOverflow and Other tech community
  • use strace to see what's wrong with it(Linux only)
  • Go to an IRC Channel and ask your question

A better place for programmer : Linux

Our first Toy Project: Build a anoynomous BBS board

  • Cookies
  • MYSQL
  • Session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment