ès pertinents (sécurité, ZendFramework, ...).
* le Zend Framework Francophone: http://www.z-f.fr
*... ants novices to know about]]. He realized that while he had [[http://php100.wordpress.com/2009/06/26/php-performance-google/|previously panned a post by Google about PHP Performance]] of having lots of incorrect or misleading
elques ui presets fournis par Laravel pour un simple dashboard ou la tall stack ou ... de simples mais... laravel.com]]
==== Installation ====
Laravel 12 le 2025-03-12
<code>
curl -s "https://laravel.build... net
ln -s vendor/bin/sail ./sail
# pour modifier le Dockerfile :
./artisan sail:publish
</code>
ensuite voir [[/informatique/ide/codium#laravel|codium w
t.org/projects/orm/1.2/docs/manual/en|Manual - Table of Contents]]
Les livres Sensio Labs (buy or rea... 1.4]] en français.
**symfony-project.org**\\
* Le site du projet Symfony: http://www.symfony-projec... x.php/i/
* user mailing-list: http://groups.google.com/group/symfony-users
* Wiki: http://trac.sym... s/
* Developers mailing-list: http://groups.google.com/group/symfony-devs/topics
**Symfonians**\\
C
<note important>Pour des classes qui porteraient le même nom mais seraient dans différents sites : Qu... 13/
> [[http://mirmodynamics.com/tag/howto|Multiple domains for one symfony project, the basics, config file version]]
> [[http://mirmodynamics.com/post/2008/12/22/Multiple-domains-for-one-symfony-project%2C-the-basics|Mul
, release: 4)
* https://github.com/anoshiri/simple-hr Simple HR (contributors: 0, release: 0)
===== Starter Kits =====
* https://github.com/codewith... |TomatoPhp Awesome]]:
* Filament Users: User Table Resource with a lot of package integrations
* F... elper Class Generator to manage your forms and table inside your filament app
* Filament Icons: Pick
ans l'objet user (sfUser->setCulture()). Pour que le code du filtre ne s'exécute pas à toute les requê... si indiquer au filtre les langues disponibles sur le site.
==== Pas de culture par défaut ====
# a... t_culture: null
==== Les langues disponibles sur le site ====
# apps/frontend/config/app.yml
all:
.global:
available_cultures: [fr,en]
==== Le filtre AutoLanguageFil
eveloppment time =====
==== Profiling ====
Profile you code before you start optimizing it! Otherwis... d a foreign city with signs written in an unreadable language witout any map or GPS. You’ll probably g... p/XDebug|Xdebug]] for that.
* https://docs.moodle.org/dev/Profiling_PHP
* xdebug.profiler_enable_trigger = 1 with XDEBUG_PROFILE set in GET/POST o
ette application. Pour Php je sens 2 préférances: Le Zend Framework et Symfony.
Les points importants... ler avec des Objets Php et pas des colonnes de table
* Validation des données
* Lien entre la ... Hello Zend]] By Raj Anand 2008-08-12 : la principale critique de cette article est que Symfony est piloté par le seul Fabien Potencier. Le code de Symfony
====== PHP et le cache ======
=====phpCached / mysqlCached =====
phpCached est un cache pour PHP. {{:informatique:php:phpcached.zip|coplie locale}}
mysqlCached : classe qui étant phpCached pour lui ajouter le gestion de requetes MySQL.
C'est Toorop qui l'a ... on.org/viewtopic.php?id=3 \\
L'archive, au cas où le lien disparaisse (2006-02-22) {{code:php:phpcache
wtopic.php?id=3064|[ZF 1.8.0]Premiers tests]] sur le forum de www.z-f.fr
resources.view.helperPath.M... uelques blabla :
* http://devzone.zend.com/article/2531
===== Tips =====
==== Accès aux données =... s Many-To-Many.
$row->findManyToManyRowset($table,
$intersectionTable,
[$rule1,
encourage you to use the current symfony 1.4 stable release for all your projects.
update 2011-05-19... undles.
* [[https://github.com/Herzult/ForumBundle|ForumBundle]] offers a simple Symfony2 forum.
* [[https://github.com/knplabs/MenuBundle|MenuBundle]] provides o
otime( $mysqldate );
</code>
==== strftime ====
le paramètre %e pour mettre le jour du mois sur 1 seul chiffre (1 à 31) ne fonctionne pas avec Php/Windows. La raison est que strftime n'est pas portable et la doc php n'est donc pas correcte pour tous les OS.
Voir:
* le bug et sa solution: [[http://bugs.php.net/bug.php
programmation multithreadée en PHP est un véritable casse tête, en effet il n’existe pas à l’heure d’aujourd’hui de véritable moyen de faire du multithread en PHP 5. Et puis c... cannot observe, terminate, or suspend a Fiber while the Fiber is being executed.
* https://php.w... ation spends most of its time waiting for I/O. While PHP is single threaded, cooperative multitasking
is one of the fastest PHP micro-frameworks available - even significantly faster than similar framewor... h as Silex.
http://lumen.laravel.com
Voir aussi le framework complet [[informatique:php:laravel_1|La... ial/|Lumen by Laravel first Tutorial]] with a simple REST API
* [[http://www.codetutorial.io/lumen-s... troducing Lumen from Laravel]] by providing a simple caching layer in front of a slow or unreliable ex