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

    XCrudRevolution 2.0 - The Game-Changer PHP Framework You've Been Waiting For!

    Si, sono attive abbiamo cambiato server e quindi la propagazione dei dns ma ora dovrebbero essere funzionanti già provato
  2. DaDo

    XCrudRevolution 2.0 - The Game-Changer PHP Framework You've Been Waiting For!

    Ci lavoriamo da due anni presto ..
  3. DaDo

    XCrudRevolution 2.0 - The Game-Changer PHP Framework You've Been Waiting For!

    Hey everyone 👋 I’d like to share a first look at the new XCrudRevolution Builder! With this tool you’ll be able to generate code and visually manage every single XCrud option — no more digging through settings manually. Check out the screenshot below 🔽 What do you think? I’d love to hear your...
  4. DaDo

    XCrudRevolution 2.0 - The Game-Changer PHP Framework You've Been Waiting For!

    🎯 The Moment We've All Been Waiting For Dear XCrud community, After 3 years of relentless development, countless sleepless nights, and over 50,000 lines of code, we're finally ready to unveil what we believe will be the most revolutionary PHP framework ever created. XCrudRevolution 2.0 isn't...
  5. DaDo

    Sql filter throw error on no match

    Not support v1.7
  6. DaDo

    use "connection" in xcrud instance?

    Hello, you have possibility to set value to xcrud like Xcrud_config::$some_parameter = 'some value'; in your case: //override the default connection parameter for this page only Xcrud_config::$dbname = 'some value'; Xcrud_config::$dbpass = 'some value'; Xcrud_config::$dbuser = 'some value'...
  7. DaDo

    Important Update: Unauthorized xCrud Software Versions

    there is legal action to this guy about this I don't know if there is bug and safe
  8. DaDo

    XCrud error Verification Key

    right is not official xcrud version 1.7 check this and not authorized to modify code https://xcrud.me/threads/important-update-unauthorized-xcrud-software-versions.101/
  9. DaDo

    images are not showing in the grid

    Check php error log and past here
  10. DaDo

    From Italy with happiness 🎉

    Welcome (Benvenuto)
  11. DaDo

    images are not showing in the grid

    The issue you're facing with images not showing in the xCRUD grid or upload screen, despite being uploaded successfully to the folder, could be due to a few reasons: Missing URL Path: 'url'=> 'https://yourwebsite.com/images/slider/',
  12. DaDo

    execute a reload after a buttonpress in xcrud

    try do this: $xcrud_membership_events->button('#', 'Inschrijven Evenement', 'glyphicon glyphicon-pencil', 'xcrud-action', array( // ... other button options ... 'id' => 'signup-button', 'data-success' => 'reloadOtherXcrud' // Callback function name ) ); And create new custom js...
  13. DaDo

    Default value using “relation”

    pass_default if valid to use post on the custom function I will raccomand you to create subselect to extract data you need and pass as variable for example : $xcrud->subselect('logged_user',"SELECT logged as logged from ... where id = $variable"); extract this data maybe return logged from query...
  14. DaDo

    Default value using “relation”

    Explain what you need ...
  15. DaDo

    Creating non-standard rendering ?

    In additional if you want to see list for example on json : *** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
  16. DaDo

    Print single view mode record

    *** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
  17. DaDo

    Session problems with native CI4 sessions

    First define xcrud as namespace <?php namespace Xcrud; use Xcrud\Db; public $ci = null; public static function get_instance($name = false, &$ci) { self::init_prepare(); if (! $name) $name = sha1(rand() . microtime()); if (...
  18. DaDo

    Session problems with native CI4 sessions

    you need to add some modification on the class to get work on ci4
  19. DaDo

    Important Update: Unauthorized xCrud Software Versions

    https://xcrud.me/threads/our-open-source-repository-is-now-available-on-github-%F0%9F%9A%80.103/
  20. DaDo

    Our Open Source Repository is Now Available on GitHub 🚀

    Dear Community Members, We're thrilled to announce that our open-source repository is now live on GitHub! This means you can access, contribute, and explore our project in a collaborative environment. Whether you're a seasoned developer, a curious learner, or just someone interested in our...
Top Bottom