Skip to content

Instantly share code, notes, and snippets.

View satsura's full-sized avatar
🎯
Focusing

Valera Satsura satsura

🎯
Focusing
View GitHub Profile
@satsura
satsura / services.yml
Created January 6, 2017 15:39
Bug ezobjectwrapperbundle
# Services.yml
parameters:
flammarionmultisite.wrapper.repository.slider: Flammarion\MultisiteBundle\Core\Content\Repository\SliderRepository
ezobject_wrapper.repository.slider:
class: %flammarionmultisite.wrapper.repository.slider%
parent: ezobject_wrapper.repository.abstract
arguments:
- @ezpublish.api.repository
- @flammarionmultisite.repository.book
<?php
/**
*/
abstract class WDT_Class {
/**
* Set object properties from $args
*
* @param array $args
* @param int $filter
*
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
| -------------------------------------------------------------------
| DATABASE CONNECTIVITY SETTINGS
| -------------------------------------------------------------------
| This file will contain the settings needed to access your database.
|
| For complete instructions please consult the 'Database Connection'
| page of the User Guide.
|
@satsura
satsura / Doctrine.xml
Created February 26, 2013 07:54
PHPStorm Doctrine Command Line Tools
<?xml version="1.0" encoding="UTF-8"?>
<framework xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="schemas/frameworkDescriptionVersion1.1.3.xsd" name="Doctrine"
invoke="$PhpExecutable$ $ProjectFileDir$/application/doctrine-cli.php" alias="doctrine-cli" enabled="true"
version="2">
<command>
<name>help</name>
<help><![CDATA[Displays help for a command]]></help>
</command>
<command>