Select2 Entity In_symfony 2

In Symfony, When creating Form with single/multiple select from dropdown, we ussually have problem with a large amount of data. With Select2, the jQuery replacement for select boxes, we can do it easily by using ajax. However, in certain specific cases, we have to do it for ourself instead of using pre-existing library/package. In this post, I’m going to share to you how to customize EntityType of Symfony2 with Select2.

Read More

Ionic 2 How To Use Pouchdb Sqlite

PouchDB is an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the browser.PouchDB is also a JavaScript implementation of CouchDB. Its goal is to emulate the CouchDB API with near-perfect fidelity, while running in the browser or in Node.js.

Read More