Skip to content

Instantly share code, notes, and snippets.

<?php
namespace Cdt\UserBundle\Api;
use Cdt\UserBundle\Entity\User;
class UserTools
{
public function areInSameStructure($user1, $user2)
{
//onHover sur les videos
$(function() {
$(".video_home").hover(function(){
$(".video_home > a > img").attr("src","") ;
});
});
<div class="video_home" id="1" >
[stephane@stephane-laptop ~/Dev/actes-env ] $ cap deploy
* executing `deploy'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
executing locally: "git ls-remote /home/stephane/Dev/actes-env HEAD"
command finished in 6ms
executing locally: cd /home/stephane/Dev/actes-env/.rsync_cache && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard 4173bdfa771af26ba5d6615e266852cd666e2744 && git clean -q -d -x -f
command finished in 37ms
executing locally: rsync -az --delete --rsh='ssh -p 22' /home/stephane/Dev/actes-env/.rsync_cache/ 91.121.69.128:/var/www/actes-environnement/shared/cached-copy/
NameVirtualHost 91.121.69.128:80
#NameVirtualHost *:80
<VirtualHost *:80>
ServerName actes-environnement.com
ServerAlias www.actes-environnement.com
ServerAlias actes-environnement.letsroot.net
ServerAdmin stephane@letsroot.net