Home > sfDoctrineFBAutocompletePlugin

sfDoctrineFBAutocompletePlugin

SfDoctrineFBAutocompletePlugin is a project mainly written in PHP, based on the View license.

fork of http://www.symfony-project.org/plugins/sfDoctrineFBAutocompletePlugin

Symfony Jquery FaceBook Style Autocompleter based on

Whats new

V0.1 - initial Version

Installation

You must enable the module for the nested set manager in your application settings.yml

[yaml]
all:
  .settings:
  enabled_modules:        [default, sfDoctrineFBAutocompleteJson ...]

Usage

in your [mymodel]Form.class.php

[php]
<?php
...
$this->widgetSchema['myfield']   = new sfWidgetFormDoctrineFBAutocompleter(array('model' => 'GenreArticle'));
...?>

Screenshots

Creditential

This plugin is based on FCBKcomplete for jQuery

Previous:wp_fasterquery