《Slides Dev Web》02. Introduction aux frameworks PHP
d’architecture • Code sûr et efficace • Facilite les tests et la gestion de projets complexes • Utilisation de Design Patterns dès que possible • Comportement par défaut • Extensible • Principe d’inversion de contrôle een-a-framework-and-a-library 3http://www.artima.com/forums/flat.jsp?forum=106&thread=152104 1 Design Patterns et webdev • Inversion de contrôle (IoC4) • Model View Controller – M : Accès aux données com/bliki/InversionOfControl.html 5https://web.archive.org/web/20160316065751/http://blog.mazenod.fr/2010/01/design-pattern-mvc-zoom-sur-la- couche-modele-dal-dao-orm-crud/ 6http://ui-patterns.com/ 2 Figure 1:0 码力 | 24 页 | 1.03 MB | 1 年前3
The Laravel Handbook
stuff for you. For example we’ll use it to “scaffold” models without having to create files by hand. Open your browser and you’ll see the default welcome screen of a Laravel app: 7 If you have troubles troubles reaching this stage, the official documentation has great guides for macOS, Linux and Windows. Open the newly created project folder in VS Code. This should be the file structure: 8 While you’re the configuration options, let’s modify what you see in the browser. 11 Open the routes folder and you’ll 4 files. Open web.php : This is the code that displays the sample home page of the Laravel0 码力 | 111 页 | 14.25 MB | 1 年前3
Laravel 5.0 Documentation
America/Chicago), and sporadically present in the channel at other times. The #laravel-dev IRC channel is open to all. All are welcome to join the channel either to participate or simply observe the discussions filters, and even routes. Service providers are the central place to configure your application. If you open the config/app.php file included with Laravel, you will see a providers array. These are all of resources/views/auth directory. You are free to modify these views as you wish to suit your own application's design. Your user will receive an e-mail with a link that points to the getReset method of the PasswordController0 码力 | 242 页 | 1.44 MB | 1 年前3
Laravel 3.2 Documentationand would love to talk to you about it, so don't be a stranger! License Information Laravel is open-sourced software licensed under the MIT License. LARAVEL CHANGE LOG Laravel 3.2.8 Fix double environment handling mechanism is URL based, which will make setting up environments a breeze. Pop open the paths.php file in the root of your Laravel installation. You should see an array like this: to expose functionality in bundles, but they can also be registered from within bundles. Let's open the application/bundles.php file and add something: Registering a bundle to handle routes: return0 码力 | 139 页 | 1.13 MB | 1 年前3
《Slides Dev Web》 10. Rwd10.Responsive Web Design 19 décembre 2023 Développement web il3 Responsive Web Design Conception de sites web adaptatifs HE-Arc (DGR) 2022 Site adaptatif ? • Surfer depuis : PC, mobiles, tablettes Souvent basé sur la largeur de l’écran • CSS3 • Responsive Web Design (1), Exemple1 1https://alistapart.github.io/code-samples/responsive-web-design/ex/ex-site-FINAL.html 1 Techniques • Media queries : Taille 800px) 2https://blog.atolcd.com/adaptive-design-versus-responsive-design/ 3https://browserdiet.com/ 4https://webdesignerwall.com/tutorials/responsive-design-in-3-steps 5https://developer.mozilla.org/0 码力 | 7 页 | 76.36 KB | 1 年前3
《Slides Dev Web》 01. Cours devweb
Webservices : REST vs SOAP • Sécurité : Technologies, prévention des risques courants • (Responsive) Web Design • (Syndication : RSS, Atom) • Vos souhaits ? Contenu, activités • Cours théorique • 2 Projets respect conventions et bonnes pratiques ∗ Déploiement, configuration – User Experience : 30% ∗ Design UI, Utilisabilité (Efficacité, efficience, satisfaction) – Gestion de projet : 20% ∗ Fichiers versionnés0 码力 | 7 页 | 129.56 KB | 1 年前3
《Slides Dev Web》 09. Services Web
overflow) • Exemples de services web : – Google28, Yahoo29, Flickr30, Twitter31, … – APIary32 : Aide au design d’une API REST – Tests : Postman, Hoppscotch33, Ping-API34, autres35 • GraphQL36 – est destiné0 码力 | 6 页 | 47.90 KB | 1 年前3
《Slides Dev Web》 05. JavaScript & DOM
implémentations13 : navigateur, srv, apps, … • Permissif : du mauvais code est peu maintenable – Design Patterns14 – Bonnes pratiques15 • Interface pour scripter le navigateur – Accès et modification0 码力 | 10 页 | 91.95 KB | 1 年前3
Learning LaravelComing soon Contribution Style Guide Coming soon About Laravel Created by Taylor Otwell as a free open-source PHP web framework, Laravel is meant to ease and accelerate the development process of web Step 3 Open the public folder of your laravel project (on development machine), copy everything and paste in the public_html folder (on server host - shared hosting account). Step 4 Now open the index php'; Save and close. Step 5 Now go to the laravel folder (on shared hosting account -server) and open server.php file Change require_once __DIR__.'/public/index.php'; To: https://riptutorial.com/0 码力 | 216 页 | 1.58 MB | 1 年前3
《Slides Dev Web》 06. HTTP & AJAX
XHR : propriétés et méthodes • readyState, status, onreadystatechange • responseText, responseXML • open (Verbe, URI, async) : – Verbe HTTP : “GET”, “POST” ou “PUT” – URI : destinataire de la requête – – Client : Construire des URL uniques14 – Serveur : Envoi d’entêtes15 interdisant le cache MyXhr.open("GET", "fichier.xml", true); MyXhr.setRequestHeader("Cache-Control", "no-store, no-cache, must-revalidate0 码力 | 11 页 | 91.09 KB | 1 年前3
共 17 条
- 1
- 2













