Posts Tagged ‘cakephp’

Dashboard (Tableau de bord) avec Flex et PHP

J’ai mis en ligne des vidéos, ainsi qu’une description d’un projet de dashboard que j’avais crée pour le cours de “Système d’Infromation et d’Aide à la Décision”. A consulter sur mon wiki HEC Aperçu

amfPHP & PHP 5.2.2 solved!

After upgrading php to version 5.2.2 amfPHP or cakeamfphp stopped working! Thankfully i found a quick fix on sourceforge sourceforge.net You only need to add this code at the top of gateway.php if (!isset($HTTP_RAW_POST_DATA)){ $HTTP_RAW_POST_DATA = file_get_contents(‘php://input’); }