Error message

The page you requested does not exist. For your convenience, a search was performed using the query where OR can OR you OR purchase OR electronic OR cigarettes OR 1.

Page not found

Résultats de la recherche

  1. Doctrine2 : récupérer le nom d'une entité

    ... =  $em -> find ( 'Entities\\Post' ,  1 ); ?> Je n'aime pas trop mettre le nom de l'entité dans ... -> find ( Post :: getEntityName (),  1 ); ?> Je peux ainsi utiliser la fonction Renommer de mon ...

    Maxence - 18/02/2012 - 09:10 - 0 commentaires

  2. strpos avec une expression régulière

    ... echo  'First animal at ' . $matches [ 1 ][ 1 ]; } ?> Etiquettes: PHP ...

    Maxence - 09/01/2012 - 18:49 - 0 commentaires

  3. Les layouts

    ... = new Ext.Viewport({ items: [{ html: "Panneau 1" }, { html: "Panneau 2" }] }); }); On obtient le ... = new Ext.Viewport({ items: { html: "Panneau 1" }, layout: "fit" }); }); Le résultat : La ...

    Maxence - 27/02/2010 - 11:50 - 0 commentaires

  4. Les étranges décorateurs de M. Zend_Form_Element_Captcha

    ... a tag like that Image Thank you for your kind help Répondre ...

    Maxence - 01/02/2012 - 14:22 - 1 commentaire

  5. Effacer selection et insérer texte

    ... Double startPoint(0) = 34.93151714# startPoint(1) = 3.30691694# startPoint(2) = 0# endPoint(0) = 42.058499# endPoint(1) = -0.0687933# endPoint(2) = 0# On Error Resume Next ...

    joh90 - 01/07/2009 - 09:59 - 1 commentaire

  6. Les options cachées de Zend_View_Helper_FormRadio

    ... un tableau. <?php // Désactive l'option 1 echo  $this -> formRadio (      'option' ,  ... 0 )     ),      array( 'Option 1' ,  'Option 2' ) ); ?> Personnaliser les labels ...

    Maxence - 14/05/2009 - 08:39 - 0 commentaires

  7. array_unique sensible à la casse ?

    ... /* Affiche : Array (     [0] => a     [1] => b ) */ print_r ( array_unique (array( 'a' ,  ... /* Affiche : Array (     [0] => a     [1] => b     [2] => A ) */ ?> La réponse est donc ...

    Maxence - 31/07/2011 - 11:30 - 0 commentaires

  8. Zend Framework : contrôleur CRUD

    ... =  preg_replace ( '/([a-z])([A-Z])/' ,  '$1_$2' ,  $this -> _tableClass );              ... : Many tutorials on Zend Framework would have you believe you should create a base class extending Zend_Controller_Action to ...

    Maxence - 10/08/2009 - 10:33 - 7 commentaires

  9. Mettre en place une API avec Zend_Json_Server

    ... __construct ( $uri ,  $id  =  1 )     {         if (empty( $id ) or !( is_int ... Attention, il n'a pas été testé avec la version 1.0 de JSON-RPC. Petit test Et voici un petit script CLI qui appelle ...

    Maxence - 30/05/2010 - 19:16 - 6 commentaires

  10. Dessiner une polyligne

    ... tous les points   Dim i As Integer For i = 1 To compteur points(i) = tableauindicedate(i): points(i) = ...

    Saltz - 10/09/2011 - 20:53 - 0 commentaires

Pages