public function setup($options, $parameters = array())
  {
    $ret = parent::setup($options, $parameters);

    $this->humanizedModuleName = sfInflector::humanize($this->moduleName);

    return $ret;
  }
Exemplo n.º 2
0
<?php

/*
 * This file is part of the symfony package.
 * (c) Fabien Potencier <*****@*****.**>
 * 
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
$app = 'crud';
$fixtures = 'fixtures/fixtures.yml';
if (!(include dirname(__FILE__) . '/../../bootstrap/functional.php')) {
    return;
}
require_once dirname(__FILE__) . '/crudBrowser.class.php';
$b = new CrudBrowser();
$b->browse(array('generate-in-cache', 'non-atomic-actions', 'non-verbose-templates'));
Exemplo n.º 3
0
<?php

/*
 * This file is part of the symfony package.
 * (c) Fabien Potencier <*****@*****.**>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
$app = 'crud';
$fixtures = 'fixtures/fixtures.yml';
if (!(include dirname(__FILE__) . '/../../bootstrap/functional.php')) {
    return;
}
require_once dirname(__FILE__) . '/crudBrowser.class.php';
$b = new CrudBrowser();
$b->browse(array('generate-in-cache', 'with-show'));
Exemplo n.º 4
0
<?php

/*
 * This file is part of the symfony package.
 * (c) Fabien Potencier <*****@*****.**>
 * 
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
$app = 'crud';
$fixtures = 'fixtures/fixtures.yml';
if (!(include dirname(__FILE__) . '/../../bootstrap/functional.php')) {
    return;
}
require_once dirname(__FILE__) . '/crudBrowser.class.php';
$b = new CrudBrowser();
$b->browse(array('non-verbose-templates'));
Exemplo n.º 5
0
<?php

/*
 * This file is part of the symfony package.
 * (c) Fabien Potencier <*****@*****.**>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
$app = 'crud';
$fixtures = 'fixtures/fixtures.yml';
if (!(include dirname(__FILE__) . '/../../bootstrap/functional.php')) {
    return;
}
require_once dirname(__FILE__) . '/crudBrowser.class.php';
$b = new CrudBrowser();
$b->browse(array('generate-in-cache'));
Exemplo n.º 6
0
<?php

/*
 * This file is part of the symfony package.
 * (c) Fabien Potencier <*****@*****.**>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
$app = 'crud';
$fixtures = 'fixtures/fixtures.yml';
if (!(include dirname(__FILE__) . '/../../bootstrap/functional.php')) {
    return;
}
require_once dirname(__FILE__) . '/crudBrowser.class.php';
$b = new CrudBrowser();
$b->browse(array('generate-in-cache', 'non-verbose-templates'));
Exemplo n.º 7
0
<?php

/*
 * This file is part of the symfony package.
 * (c) Fabien Potencier <*****@*****.**>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
$app = 'crud';
$fixtures = 'fixtures/fixtures.yml';
if (!(include dirname(__FILE__) . '/../../bootstrap/functional.php')) {
    return;
}
require_once dirname(__FILE__) . '/crudBrowser.class.php';
$b = new CrudBrowser();
$b->browse(array('with-show'));
Exemplo n.º 8
0
<?php

/*
 * This file is part of the symfony package.
 * (c) Fabien Potencier <*****@*****.**>
 * 
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
$app = 'crud';
$fixtures = 'fixtures/fixtures.yml';
if (!(include dirname(__FILE__) . '/../../bootstrap/functional.php')) {
    return;
}
require_once dirname(__FILE__) . '/crudBrowser.class.php';
$b = new CrudBrowser();
$b->browse(array());
Exemplo n.º 9
0
<?php

/*
 * This file is part of the symfony package.
 * (c) Fabien Potencier <*****@*****.**>
 * 
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
$app = 'crud';
$fixtures = 'fixtures/fixtures.yml';
if (!(include dirname(__FILE__) . '/../../bootstrap/functional.php')) {
    return;
}
require_once dirname(__FILE__) . '/crudBrowser.class.php';
$b = new CrudBrowser();
$b->browse(array('generate-in-cache', 'non-atomic-actions'));
Exemplo n.º 10
0
<?php

/*
 * This file is part of the symfony package.
 * (c) Fabien Potencier <*****@*****.**>
 * 
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
$app = 'crud';
$fixtures = 'fixtures/fixtures.yml';
if (!(include dirname(__FILE__) . '/../../bootstrap/functional.php')) {
    return;
}
require_once dirname(__FILE__) . '/crudBrowser.class.php';
$b = new CrudBrowser();
$b->browse(array('non-atomic-actions', 'non-verbose-templates'));
Exemplo n.º 11
0
<?php

/*
 * This file is part of the symfony package.
 * (c) Fabien Potencier <*****@*****.**>
 * 
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
$app = 'crud';
$fixtures = 'fixtures/fixtures.yml';
if (!(include dirname(__FILE__) . '/../../bootstrap/functional.php')) {
    return;
}
require_once dirname(__FILE__) . '/crudBrowser.class.php';
$b = new CrudBrowser();
$b->browse(array('non-atomic-actions'));