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

    xcrud laravel

    Is not simple depend Laravel version but I will try to make on new update Laravel integration
  2. DaDo

    xcrud laravel

    in your controller VehicleRegisterController.php class VehicleRegisterController extends Controller { public function index() { $xcrud = Xcrud_get_instance(); $xcrud->table("vehicles"); $xcrud->before_insert("insert_payments", 'function_page.php'); $render = $xcrud->render(); } } in xcrud...
  3. DaDo

    XCrud error Verification Key

    put screen or send on private url I will see
  4. DaDo

    XCrud error Verification Key

    This problem from database incorrect table show me code... or enable debug like post on the forum
  5. DaDo

    XCrud error Verification Key

    try this: <?php //find on code xcrud.php if (isset($_SESSION['lists']['xcrud_session'][$inst_name]['key']) && $_SESSION['lists']['xcrud_session'][$inst_name]['key'] == $key) { self::$instance[$inst_name] = new self()...
  6. DaDo

    XCrud error Verification Key

    If you are using 1.6 you have the same issue ?
  7. DaDo

    recaptcha xcrud

    //or you can use recaptcha as field_callback $xcrud->field_callback('recaptcha_input','recaptha_function'); function recaptha_function($value, $field, $priimary_key, $list, $xcrud) { return '<div class = "form-group col-lg-6"> <div class="g-recaptcha"...
  8. DaDo

    Hi All,

    Benvenuto
  9. DaDo

    BUG Modal - nested table on click save and return button

    The v1.7 Is not develop by f0ska and there is some bug and issue I never used it I will work only to 1.6.* sorry
  10. DaDo

    BUG Modal - nested table on click save and return button

    Sorry can't support v 1.7.16 is more bug on this new version
  11. DaDo

    error radiobox

    Can you tell me the field type on the database of amount ?
  12. DaDo

    error radiobox

    I will prefer to use select but try this <?php // if you want to use radio $array_result = array('0'=> 'False','1'=>'True'); $xcrud->change_type('amount','radio','',$array_result); //if you want to use select $xcrud->change_type('amount','select','',$array_result); ?>
  13. DaDo

    update xcrud

    Hello, we work to make demo available of xcrud integrated on CI4 the few week few screen stay tuned
  14. DaDo

    xcrud advice

    In the new version i already work to integrate it this is supported field print_only_type : bool, int, float, text, textarea, texteditor, date, datetime, timestamp, time, year, select, multiselect, password, hidden, file, image, point.
  15. DaDo

    xcrud advice

    I'm not sure is limited I will work more more year and is fast and the best solution to make Crm or management website if you read good documentation you can make all you need in fast and secure
  16. DaDo

    will there be pdo support for xcrud?

    Hello, we work more time to support pdo and now finished we work more more to release new version soon...
  17. DaDo

    Undefined Index

    You need to set on your database primary key id as primary key
  18. DaDo

    REQ PDF Export Support

    Hello, Last version of xCrud 1.6 Not support PDF Export but new version (Development) support export table on pdf Regards
  19. DaDo

    multi-instance modal error

    Can you show me video of error or console log result I need more info to help you
  20. DaDo

    multi-instance modal error

    Can you explain version xCrud you are using ?
Top Bottom