Code Monkey home page Code Monkey logo

php-learning's Introduction

php-learning

Per comentar una linea automaticament "//". Ctrl + / (teclat numeric)

Xivatos -> echo, dd, dump, Laravel dump server, logs, Laravel DebugBar, var_dump, <pre

// funcions Predefinides -> venen de serie en php //var_dump(); // //nom([Parametres]);

Wet write Everything

Require -> Insereix el codi del fitxer que l'indiques.

SEPARATION OF CONCERNS

{{ $greeting }} -> PHP {{ greeting }} -> Java

HTTP-> HyperText Transfer Protocol <- Xarxes

HTTP-> Entre softwares

CLIENT (BROWSER) (html+css+javascript) -> SERVIDOR (APACHE/NGINX) (.php)

PROTOCOL MISSATGES (2 missatges)

  • HTTP REQUEST -> client -> servidor
  • HTTP RESPONSE -> servidor -> client (PUSH)

HTTP REQUEST (TIPUS/METHODS)

  • GET -> DEFECTE (array)
  • POST ->
  • DELETE
  • PUT

String -> $greeting='Hola'; Booleans -> $x = true/false; Enters -> $num = 15; MVC model vista controlador

CRUD -> CREATE RETRIEVE UPDATE DELETE

Tasques a realitzar

  • Refactoritzacio de controladors en comtes de fitxers utilitzar laracast episode 23
  • Utilitzar a totes les classes l'espai de noms (namespace) App laracast episode 24
  • Crear un formiulari per afegir tasques (nomes preguntar nom) laracast episode 20 IMPORTANT cal canviar router i routes per acceptar GET I POST

Laravel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.