2017 © Pedro Peláez
 

symfony-bundle useful-bundle

Symfony ShtumiUsefulBundle

image

slad/useful-bundle

Symfony ShtumiUsefulBundle

  • Wednesday, July 20, 2016
  • by stephylee
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 67 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

SladUsefulBundle - make typical things easier

SladUsefulBundle provides some useful things that needed almost in every project. It's:, (*1)

Form types:, (*2)

DQL extra functions:, (*6)

  • IF, (*7)

  • IFNULL, (*8)

  • ROUND, (*9)

  • DATE_DIFF, (*10)

You can use Ajax autocomplete form type as a filter type with SonataAdminBundle, (*11)

Installation

Add the following lines to your composer.json file and then run php app/console update:

"slad/useful-bundle": "1.0"

You also should install SonataAdminBundle and all dependencies for it., (*12)

Add SladUsefulBundle to your application kernel

    // app/AppKernel.php
    public function registerBundles()
    {
        return array(
            // ...
            new Slad\UsefulBundle\SladUsefulBundle(),
            // ...
        );
    }

Import routes

// app/config/routing.yml, (*13)

slad_useful:
    resource: '@SladUsefulBundle/Resources/config/routing.xml'

Update your configuration

Add form theming to twig

twig:
    ...
    form:
        resources:
            - SladUsefulBundle::fields.html.twig

Update your configuration in accordance with using SladUsefulBundle things, (*14)

Load jQuery to your views

    <script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>

The Versions

20/07 2016

1.0.x-dev

1.0.9999999.9999999-dev

Symfony ShtumiUsefulBundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Mikhail Shtukin

ajax autocomplete form type dependent filtered form type daterange

19/07 2016

dev-master

9999999-dev

Symfony SladUsefulBundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Mikhail Shtukin

ajax autocomplete form type dependent filtered form type daterange

19/07 2016

1.0

1.0.0.0

Symfony ShtumiUsefulBundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Mikhail Shtukin

ajax autocomplete form type dependent filtered form type daterange shtumi

05/04 2016

dev-feature/majSymfony3

dev-feature/majSymfony3

Symfony ShtumiUsefulBundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Mikhail Shtukin

ajax autocomplete form type dependent filtered form type daterange shtumi

26/12 2012

2.0.x-dev

2.0.9999999.9999999-dev

Symfony ShtumiUsefulBundle

  Sources   Download

MIT

The Requires

 

by Mikhail Shtukin

ajax autocomplete form type dependent filtered form type daterange shtumi