avel.com|Laravel]] The PHP Framework For Web Artisans.
Voir aussi :
* [[/informatique/php/lumen|Lum... evmarketer.io/learn/new-laravel-5-3-part1-small-changes/|What is New in Laravel 5.3?]]
* [[https://l... il ./sail
# pour modifier le Dockerfile :
./artisan sail:publish
</code>
ensuite voir [[/informatiqu... /codium#laravel|codium with laravel-sail]]
==== Handbooks & Cheats sheets====
* [[http://cheats.je
rso]]
[[/informatique/php/Symfony/Gestion de la langue de l'utilisateur]]
===== Documentation =====
... //www.doctrine-project.org/projects/orm/1.2/docs/manual/en|Manual - Table of Contents]]
Les livres Sensio Labs (buy or read online for free)
* [[http:/... s.sensiolabs.com/book/filter|Tous les livres]] en anglais.
* [[http://www.symfony-project.org/more-w
====== Gestion de la langue de l'utilisateur ======
Dans cette page nous allons détecter automatique la langue de l'utilisateur (sfFilter et sfRequest::getPreferredCulture()) puis lui proposer de la changer (sfComponents et sfFormLanguage).
===== Détec
nformatique:php:laravel_1|Laravel]]'s components, and is the official micro-framework of Laravel. Lumen is built for speed, and is one of the fastest PHP micro-frameworks available - even significantly faster than similar frameworks such as Silex.
http://lumen.laravel.com
Voir aussi le framework c
raphy-in-php/|Strong cryptography in PHP]]: Use standard algorithms, Key space, Kerchoof’s principle, Don’t use rand() or mt_rand(), Use a salt value in hash functions, Size and strength of the passwords, Don’t use plaintext pass
rk]]
* [[:informatique:php:symfony|Symfony]]
Avant de commencer un projet d'application Web, la que... evoir cette application. Pour Php je sens 2 préférances: Le Zend Framework et Symfony.
Les points importants nécessaires à une application :
* Interface h... 'IHM et les règles métiers
* Conformité aux standards (w3c, xhtml, accessibilité, ...)
* Gérer
ter round info 40%>
[[/informatique/php/laravel_1|Ancienne page Laravel]] avant la version 12, mais avec plein de packages ;-)
</WRAP>
===== Installatio... tps://laravel.com/docs/12.x/starter-kits#creating-an-application|Starter-Kit]] entre Vue, React ou Liv... our d'autres starter-kit voir la suite
Ou "à la mano" :
<code bash>
composer create-project "laravel
et ready for production. **The final release is planned for late 2010** and will only support PHP 5.3.2. In the meantime, we highly encourage you to use the current symfony 1.4... all your projects.
update 2011-05-19: Symfony standard 2.0 Bêta 1: [[http://symfony-reloaded.org]],
ntations =====
==== PDO ====
http://fr.php.net/manual/en/book.pdo.php
The PHP Data Objects (PDO) e... atabase driver that implements the PDO interface can expose database-specific features as regular extension functions. Note that you cannot perform any database functions using the PDO extension by itself; you must use a database-specific
tp://redotheweb.com/2008/07/17/reconciling-propel-and-doctrine/|Reconciling Propel and Doctrine]]
2008-04-10 [[http://redotheweb.com/2008/04/10/propel-is-not-hard-anymore/|Propel is not hard anymore]]
===== Implémentations =====
==== En vrac ====
http://swik.n
o ======
===== Multi-sites avec héritage =====
Dans un site on doit pouvoir surcharger : assets, action, view, model, lib, DSN, Config:
<note important>Pour des classes qui porteraient le même nom mais seraient dans différents sites : Quid du cache de l'op-code ??... () section in your action** (or parent action) to analyse the URI and to read something from your DB o
se de données.
* Php8 fibers
* It is important the concurrent execution does not mean simultaneous execution. The Fiber and the main execution flow does not happen at the same time. It is up to th