public function setup($options, $parameters = array()) { $ret = parent::setup($options, $parameters); $this->humanizedModuleName = sfInflector::humanize($this->moduleName); return $ret; }
<?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'));
<?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'));
<?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'));
<?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'));
<?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'));
<?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'));
<?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());
<?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'));
<?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'));
<?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'));