Blog posts
Send Mail with symfony 1.2 about 1 year
Introduction
Symfony 1.0 has introduced a nice feature : a quick and a simple way to generate email. This feature has been deprecated from symfony 1.1 and symfony 1.2, maybe the mailer option was ... read more
Using SOAP PHP with NTLM Authentication about 1 year
The SOAP-PHP extension does not handle NTLM Authentication used by IIS Server. So how can we solve this issue ? Well, by mixing some PHP modules : - cURL : manage the connection throught NTLM Auth... read more
How To Install Django On OVH.net over 2 years
Cet article explique comment installer django sur les serveurs mutualisés d'ovh.com. Django ne peut fonctionner seulement en mode cgi, donc la performance ne sera pas au rendez-vous. Mais cela conv... read more
Propel : Complex ON Clause over 3 years
In propel 1.2.0, there is no way to create a complex join with multiple select inside an ON clause. This article explains how to hack the propel code to make it works. Please, this solution is a... read more
ISO8601 Week Number Format over 3 years
Introduction
The ISO8601 defines how to calculate the week number from a gregorian date. The week number is used in industry or any important organisations to manage projects and ressources. You c... read more



