Skip to content

Instantly share code, notes, and snippets.

View jmontoyaa's full-sized avatar

Julio Montoya jmontoyaa

  • Paris
View GitHub Profile
<?php
$_configuration['hide_chat_video'] = true;
$_configuration['allow_social_map_fields'] = ['fields' => ['terms_villedustage', 'terms_ville']];
$_configuration['community_managers_user_list'] = ['users' => [105]];
$_configuration['profile_fields_visibility'] = [
'options' => [
'vcard' => false,
'firstname' => true,
<?php
// src/Igorw/FooController.php
namespace Igorw;
class FooController
{
function getIndexAction()
{
<?php
namespace Umpirsky\Doctrine\Common\Persistance;
use Doctrine\Common\Persistence\AbstractManagerRegistry;
use Silex\Application;
/**
* References Doctrine connections and entity/document managers.
*