Beispiel #1
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'));
Beispiel #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('non-verbose-templates'));
Beispiel #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'));
Beispiel #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('generate-in-cache', 'non-verbose-templates'));
Beispiel #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'));
Beispiel #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('with-show'));
Beispiel #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());
Beispiel #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('generate-in-cache', 'non-atomic-actions'));
Beispiel #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('non-atomic-actions', 'non-verbose-templates'));
Beispiel #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'));