Welcome to xCrud Community - Data Management and extended PHP CRUD

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Search results

  1. DaDo

    action callback function.php (onclick=return confirm)

    you have to use attribute function and call onclick from jQuery
  2. DaDo

    Validate a record by searching the database.

    Thanks for report this maybe explain using sample to user need this.
  3. DaDo

    Issues with set_exception when called within before_update

    You are unable to use the same function in update or insert try duplicate and pass this sure works! $xcrud->before_update('verify_departements_csv'); function verify_departements_csv_update($postdata, $primary, $xcrud){ $dept_csv_error = FALSE; $depts_csv =...
  4. DaDo

    SOLVED Logging not log User

    Sorry version xcrud?
  5. DaDo

    Deprecated: Invalid characters passed for attempted conversion

    If anyone have problem to xcrud and have this deprecated error in php v7.2+ you can simple find 10 , 36 //replace 16 , 36 //for example self::$sess_id = base_convert(str_replace(' ', '', microtime()) . rand(), 10, 36); //replace self::$sess_id = base_convert(str_replace(' ', '', microtime())...
  6. DaDo

    Detect duplicates

    You can try using where $xcrud->where('field_id=','value_duplicate');
  7. DaDo

    Uploding Multiple Images

    Hello, you have to modify xcrud core class and implement the multiple images currently version not support multiupload
  8. DaDo

    Hey

    Welcome :)
  9. DaDo

    Add avg (average) function

    Hello, sorry dont'have more time to add this modification but is simple *** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
  10. DaDo

    Columns names of custom queries ?

    You have to use subselect $xcrud->subselect('field_name','Select blabla as col1'); $xcrud->subselect('field_name2','Select doudou as col2');
  11. DaDo

    Hi All

    Welcome !
  12. DaDo

    xcrud update

    Hello, The xCrud Forums was started to share all information lost from f0ska and we work on time we have to add update and new features but I don't have estimate day where I will release because currently full of job. If you want you can share your features and maybe if is good we can add on...
  13. DaDo

    Uppercase convert

    UPDATE `YOURTABLENAME` SET `COLUMNS_NAME`=LOWER(`COLUMNS_NAME`);
  14. DaDo

    xcrud_tabulator.php issue

    replace xcrud/themes/xcrud_tabulator.php to xcrud_tabulator.php
  15. DaDo

    Create a form like an invoice

    sorry Hello, I don't have estimate time because is extra after work's don't have time to work all day on this project sorry
  16. DaDo

    Create a form like an invoice

    Sub relation of table product/service, sorry is private project not share client project
  17. DaDo

    Create a form like an invoice

    We dont have exact time where release we inform the forum
  18. DaDo

    Create a form like an invoice

    Hello, we have do using relation and custom template the result is this
  19. DaDo

    xcrud laravel

    work in progress I told you !
  20. DaDo

    xcrud laravel

    This is developing staging of Laravel version https://demos.xcrud.it/v2/newdemo/public/
Top Bottom