Ramjee

Results 9 issues of Ramjee

While I was using it I found that when you go deep to 3 or more nested condition the result query became false (nested condition of nested condition are repeted...

Added '> div > table' to lines 126, 127 and 130. This stopped the query builder looping through all inner tables multiple times. When choosing the following: (and) code contains...

Currently, if you select the between condition only one value field is provided, but there should be two value fields shown to the user.

Hi, i am planning to use your plugin in my work.can you let me know how to load an already saved expression? Thanks again for sharing. Thanks Azeet

Generate the expression UI (the one line) based on the column type and also the condition chosen. This will just deal with conditions like "is not null", "is null", it...

The conditions when one specifies the expression are currently just there for proof of the expression builder. Build in some of the basic conditions.

The query generated should take care of the type of the column. Eg: Column: Conutry type: string Expected condition: Country contains 'IN' (Currently it comes as Country contains IN).

Currently the columns are hard coded. Work on a logic to populate the columns from a json object.

Added support for multiple loggers. log4php.xml is the default file for fetching properties as the ini format does not support all features. new file: ci_app/application/config/log4php.xml modified: ci_app/application/helpers/log4php_helper.php modified: ci_app/application/libraries/MY_Log.php