EllisLab text mark
Advanced Search
1 of 2
1
   
TableEditor 0.4
Posted: 05 February 2010 06:02 AM   [ Ignore ]   [ # 11 ]   [ Rating: 0 ]
Avatar
Joined: 2008-07-31
260 posts

jimstarace, thank you for your input. You are right, it is for PHP > 5. I will update this in the documentation.

 Signature 

RostElyn - Russian Language in Switzerland
TableEditor: No more tirying CRUD-code

 
Posted: 08 February 2010 11:49 AM   [ Ignore ]   [ # 12 ]   [ Rating: 0 ]
Avatar
Joined: 2008-07-31
260 posts

New release v0.3:
- Hooks: Teach TableEditor some behaviour
- Fully featured example for uploading files, taking advantage of the hooks

 Signature 

RostElyn - Russian Language in Switzerland
TableEditor: No more tirying CRUD-code

 
Posted: 11 February 2010 11:56 AM   [ Ignore ]   [ # 13 ]   [ Rating: 0 ]
Avatar
Joined: 2008-07-31
260 posts

New release v0.4:
- Besides manual order, it is now possible to define column(s) according to which overview will be ordered
- Search form! You can define which columns shall be searchable, including wildcards

 Signature 

RostElyn - Russian Language in Switzerland
TableEditor: No more tirying CRUD-code

 
Posted: 11 March 2011 11:52 PM   [ Ignore ]   [ # 14 ]   [ Rating: 0 ]
Avatar
Joined: 2010-10-23
160 posts

What about CI version 2.0? Will it work with the current version of CI that was recently released?

 Signature 

Scott, K2ZS
My amateur radio page

 
Posted: 12 March 2011 07:00 AM   [ Ignore ]   [ # 15 ]   [ Rating: 0 ]
Avatar
Joined: 2008-07-31
260 posts

To be honest, I haven’t had time to check that out or to implement updates. I’m quite busy with other projects (and technologies) right now. The best would be you simply give it a shot.

 Signature 

RostElyn - Russian Language in Switzerland
TableEditor: No more tirying CRUD-code

 
Posted: 25 May 2012 11:11 AM   [ Ignore ]   [ # 16 ]   [ Rating: 0 ]
Avatar
Joined: 2012-05-25
2 posts

I have integrated TableEditor with CI 2.x . Please let me know if I can upload it anywhere…

 
Posted: 25 May 2012 11:46 AM   [ Ignore ]   [ # 17 ]   [ Rating: 0 ]
Avatar
Joined: 2008-07-31
260 posts

That’s great! If you would like to upload it somewhere, let me know the link and I will add it in the beginning of this thread. Or if you like, you can share the code with me and I add it to my page, with honors to your person grin

 Signature 

RostElyn - Russian Language in Switzerland
TableEditor: No more tirying CRUD-code

 
Posted: 25 May 2012 01:09 PM   [ Ignore ]   [ # 18 ]   [ Rating: 0 ]
Avatar
Joined: 2012-05-25
2 posts

I have uploaded it in GitHub :
https://github.com/majesticjay/TableEditor-for-CI-2.x

Thanks.

 
Posted: 31 October 2012 07:06 AM   [ Ignore ]   [ # 19 ]   [ Rating: 0 ]
Joined: 2008-09-11
36 posts

in the controller you load ‘validation’ library which is not compatible with 2.x
it should be ‘form_validation’

 
Posted: 13 November 2012 12:17 AM   [ Ignore ]   [ # 20 ]   [ Rating: 0 ]
Joined: 2012-11-13
2 posts

I find this project great to my needs for which I’m grateful, but I’m really not fond of the search form. If the strings in a certain table contain a few words (like titles in my case) and I do a search for a word, no results come up. I must surround the word with two * in order to get my desired results like normal search engines do. I find this rather inconvenient and would like to ask for a quick solution on how to solve it?

Where should I add the two surrounding * * around the search value, so when one simply writes a word the search displays the results for that word. In fact I want to disable the wildcards at all. It would be much simpler and better that way.

Any suggestion would be welcomed.

EDIT: Just added:

$value '*' $value '*' 

in mdl.tableeditor.php at the beginning of:

private function _parseSearchItem($column$value

And all is well smile

 
1 of 2
1