v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD |
[eluser]C1t1zen[/eluser]
Hey Johnny! i did waste about 2 days with crud but now i'm still stuck with it i did used this line code $crud->change_field_type('inserted_date', 'date'); look to my code in code in controller Code: <?php Also when i update i get this message: {"success":true,"insert_primary_key":true,"success_message":"<p>Your data has been successfully updated. <a href='http:\\\\\\\\\\\\\\\\/\\\\\\\\\\\\\\\\/www.domain.com\\\\\\\\\\\\\\\\/examples\\\\\\\\\\\\\\\\/diet'>Go back to list<\/a><\/p>","success_list_url":"http:\/\/www.domain.com\/examples\/diet\/success\/1"} this message only appears when i use date field in mysql table if i removed this date field it does not appears and everything go fine. thank you in advance
[eluser]web-johnny[/eluser]
Ok I think I know where the problem should be. Can you please tell me: - PHP Version - Codeigniter Version - grocery CRUD version - default language Probably there is something with the default language, perhaps a bug. Can you please check if you change it to english (application/config/grocery_crud.php): Code: $config['grocery_crud_default_language'] = 'english'; Cheers Johnny
[eluser]C1t1zen[/eluser]
Hey thank you for reply PHP Version 5.2.17 - Codeigniter Version :2.1.2 - grocery CRUD version : last version application/config/grocery_crud.php settings; Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
[eluser]web-johnny[/eluser]
I think I found where the problem can be, try this one: Code: function payments() {
[eluser]C1t1zen[/eluser]
thank you, i did changed like you said Code: function payments() {
[eluser]web-johnny[/eluser]
You forgot to send me the URL in the private message. Please try to email me. Thanks.
[eluser]C1t1zen[/eluser]
thank you again i did send you URL i hope you can determine the problem thank you in advance
[eluser]Unknown[/eluser]
Good day, how to connect 2 table are in a relationship 1-n, where the main table no pointer to the secondary 'Application','Colors','Image' - not in base Code: $crud->add_fields('prod_set_name', 'vendor_id','arcticle', 'id_type', 'add_data','Application','Colors','Image');
[eluser]web-johnny[/eluser]
The new version of grocery CRUD 1.3.3 is now released. In this version we had resolved lot of bugs and we added many small new features. The important thing about this version is that with the help of Sergey Noskov we renewed almost all the JavaScript plugins and we reduce the total size to ... half size than before. For more you can check the change logs of this release.
[eluser]Red[/eluser]
Hello sir im new totally new to CI and i use your CRUD works perfect and smooth to my project, i just want to ask for help because i have 33 fields on my table, like id, fname, lname, middle,, address1, address2, campus, college, etc..etc... my question is how can i select only and display id, fname, Lname, middle on my grocery crud table.. thank you so much |
Welcome Guest, Not a member yet? Register Sign In |