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

Intro au concept de MVC pour le web

Intro au concept de MVC pour le web

Cette présentation était surtout orale, il y a donc très peu de slides et qui ne sont pas forcément très parlants.

Jérémy Lecour

November 01, 2011
Tweet

More Decks by Jérémy Lecour

Other Decks in Technology

Transcript

  1. View Slide

  2. IF
    FOR
    WHILE
    A = FUNCTION(X,Y)

    View Slide

  3. IF
    FOR
    WHILE
    A = FUNCTION(X,Y)


    PLUG


    RÉUNION LE 14/10


    View Slide

  4. IF
    FOR
    WHILE
    A = FUNCTION(X,Y)


    PLUG


    RÉUNION LE 14/10


    PHP

    View Slide

  5. PHP
    header.php
    menu.php
    footer.php
    +
    includes

    View Slide

  6. database.php
    MySQL PHP
    header.php
    menu.php
    footer.php
    +
    includes

    View Slide

  7. HTML

    View Slide

  8. HTML
    menu.php footer.php
    header.php
    PHP

    View Slide

  9. WWW
    HTML
    menu.php footer.php
    header.php
    PHP

    View Slide

  10. PHP +
    header.tpl
    menu.tpl
    footer.tpl
    templates
    database.php
    config.php
    includes

    View Slide

  11. PHP
    +
    includes

    View Slide

  12. PHP
    header.tpl
    menu.tpl
    footer.tpl
    templates +
    includes

    View Slide

  13. PHP
    header.tpl
    menu.tpl
    footer.tpl
    templates +
    includes
    HTML

    View Slide

  14. PHP
    produits.php
    categories.php
    panier.php
    data
    header.tpl
    menu.tpl
    footer.tpl
    templates +
    includes
    HTML

    View Slide

  15. PHP
    MySQL
    produits.php
    categories.php
    panier.php
    data
    header.tpl
    menu.tpl
    footer.tpl
    templates +
    includes
    HTML

    View Slide

  16. HTTP

    View Slide

  17. index.php
    HTTP includes
    +

    View Slide

  18. index.php
    categories.php
    produits.php
    panier.php
    actions
    HTTP includes
    +

    View Slide

  19. header.tpl
    menu.tpl
    footer.tpl
    templates
    HTML
    index.php
    categories.php
    produits.php
    panier.php
    actions
    HTTP includes
    +

    View Slide

  20. MySQL
    produits.php
    categories.php
    panier.php
    data
    header.tpl
    menu.tpl
    footer.tpl
    templates
    HTML
    index.php
    categories.php
    produits.php
    panier.php
    actions
    HTTP includes
    +

    View Slide

  21. Controller
    View Model

    View Slide

  22. ET MAINTENANT
    ON DISCUTE

    View Slide