コード例 #1
0
  public function setup($options, $parameters = array())
  {
    $ret = parent::setup($options, $parameters);

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

    return $ret;
  }
コード例 #2
0
ファイル: crud1Test.php プロジェクト: ajith24/ajithworld
<?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'));
コード例 #3
0
ファイル: crud9Test.php プロジェクト: sensorsix/app
<?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'));
コード例 #4
0
ファイル: crud7Test.php プロジェクト: sensorsix/app
<?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'));
コード例 #5
0
ファイル: crud2Test.php プロジェクト: kcornejo/estadistica
<?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'));
コード例 #6
0
ファイル: crud3Test.php プロジェクト: kcornejo/estadistica
<?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'));
コード例 #7
0
ファイル: crud10Test.php プロジェクト: sensorsix/app
<?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'));
コード例 #8
0
ファイル: crud6Test.php プロジェクト: cuongnv540/jobeet
<?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());
コード例 #9
0
ファイル: crud4Test.php プロジェクト: ajith24/ajithworld
<?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'));
コード例 #10
0
ファイル: crud5Test.php プロジェクト: ajith24/ajithworld
<?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'));
コード例 #11
0
ファイル: crud8Test.php プロジェクト: ajith24/ajithworld
<?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'));