This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
*/ | |
abstract class WDT_Class { | |
/** | |
* Set object properties from $args | |
* | |
* @param array $args | |
* @param int $filter | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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. | |
| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |