Bonne pratique lors de la mise en prod d'un projet?

cache:clear ``` Il y a t'il d'autres commandes ou bonne pratique Sur beaucoup de Repo GitHub je vois que le dossiers Migration est vide faut t'il le .gitignore

0
Mes premiers pas avec cakePHP

cache\file.php on line 89 Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\blog\cake\dispatcher.php on line 452 Deprecated: Assigning the return

12
Problème MySql ...

cache limiter - headers already sent (output started at /homepages/6/\*\*\*\*\*\*\*\*\*/htdocs/V2/index.php:1) in /homepages/6/d349675306/htdocs/V2/content/login.php on line 2 Warning: Cannot modify header information - headers already sent by (output started at /homepages/6/\*\*\*\*\*\*\*\*\*\*\*/htdocs/V2/index.php

3
Ajax et href complet

function(){ $("#menu a").click(function(){ page=($(this).attr("href")); $.ajax({ url: "traitement.php?page="+page, cache:false, success:function(html){ afficher(html); }, error:function(XMLHttpRequest,textStatus,errorThrown){ alert(textStatus); } }) return false; }) });

7
Menu/Css/Html/jQuery

cache lien.css({'border':'1px solid black', 'border-left':'0'}).animate({'width':'190px'}); // On ouvre les liens en question } else { // Si l'onglet est fermé $(this).removeClass("ouvert"); // On précise qu'on ferme

4
Tchat ajax/php

cache limiter - headers already sent (output started at C:\xampp\htdocs\site\tchat\index.php:1) in C:\xampp\htdocs\site\tchat\index.php on line 4 Warning: Cannot modify header information - headers

3
Tutoriel Effet de survol

cache les infos de l'élément précédement sélectionné current.find('span.bg').stop().fadeOut(); current.find('span.title').show().animate({ top : t - 25, opacity : 0 }); current.find('span.descr').show().animate({ left : l - 0, opacity : 0 }); } mais

6
Problème au tout départ de l'installation

cache): failed to open stream: No such file or directory in C:\wamp\www\Test_ap partoo\carnet_adresse\app\console on line 10 Call Stack: 0.0008 234160 1. {main

5
Protection de ressources

cacher le front ( js / html etc ) de la partie admin c'est simplement pour ne pas révéler sa structure à un utilisateur malin qui irait fouiller lui même dans les templates

2
Pagination après filtrage

query)); $query->cache($cacheKey);*/ //Création de la variable prospects paginée pour utilisation dans la vue $this->set('prospects', $this->paginate($query)); $this->set('_serialize', ['prospects']); //debug( $this->paginate($query)); } ```

1