extjs php api

ExtJS Easy PHP Wrapper

ExtJS Easy PHP Wrapper

ExtJS 4 EasyWrapper for PHP ExtJS is a really cool JavaScript library for generating web GUIs. Everything works really nicely when all you want are simple forms, but it generally doesn’t take long before you want to control the rendered JavaScript based on some server-based logic (i.e., only show these fields to “admins”, or load values from a SQL database based on the selected ID and show them in the form). Pretty soon, you are wrapping t...