Close

Themehits

Download xCRUD – Data Management System (PHP CRUD) Nulled

 


xCRUD – is a simple-usage but powerfull Create-Read-Update-Delete (CRUD) generator application for PHP and MySQL. The application offers you many ways to work with your data and scaffolding, while remaining very easy to use even for non-programmers. Content management becomes simple and flexible, hours of saved time, minutes to implement. You can use it as plain php library or with your favorite framework and cms.

Features:

  • Single-line syntax for more convenience, it’s very simple:

    echo Xcrud::get_instance()->table('products');
  • Multi-instance system, which allows on a single page to load multiple xCRUD instances and to work with multiple tables simultaneously.
  • The fast ajax interface (powered by jQuery) for all of your actions, you do not need to wait for page reloading and loading unneeded modules, you get access to the data almost immediately.
  • Great compatibility and easy integration in any script, framework or CMS.
  • Supports all popular types of fields mySQL, date- and time-picker for date fields, drop-down lists for ENUM and SET fields, WYSIWYG editors for textareas, maps for POINT.
  • Simple validation rules, unique fields check.
  • Control over your data through the callback functions.
  • Control displayed fields and columns, turn off the main actions, search, export to CSV is also present. Lot of features for grid customization.
  • One small css file to completely change the look of xCRUD’s datagrid.
  • Supporting file and image uploading, unlimited thumbs creation and resizing. Blob storage is also available.
  • Table joining, subselects, relations.
  • Simple plugin for easy wordpress integration.
  • Bootstrap compatible.
  • Support via comments and email.

System Requirements

  • PHP 5
  • MySQL 5
  • mysqli extension
  • mbstring extension
  • native PHP sessions (or Memcache(d) + mcrypt)

Live demo
Documentation

Changelog:

v.1.6.26

  • $can_minimize option fixed.
  • Timestamp -> time type change fixed.
  • column_width() style fixed.
  • Validation language bug fixed.

v.1.6.25

  • Prefix fixed (table method).
  • Disabled vs pass_var fixed.
  • Laguage js fixed.
  • Data in pass_var() can be evaluated. Just set 4th parameter in TRUE.
  • Added ‘status’ parameter into xcrudafterrequest and xcrudafterupload events.
  • CodeIgniter integration demo updated.

v.1.6.24

  • Search collation conflict fixed.
  • Not null fields is required (can be disabled from config).
  • Tree view in relation list fixed.
  • Some search issues resolved.
  • *Fixed encoding issue.

v.1.6.23

  • FK-relation() fixed.
  • Relation details view fixed.
  • Date ranges fixed.
  • Google map rendering fixed.

v.1.6.22

  • Modal js error fixed.
  • Ordering and prefix conflict fixed.
  • Alert() fixed.
  • SSL incorrect urls fixed.
  • Ordering by related field fixed.
  • Printout enumeration fixed.
  • New method create_field(), allows to create custom field in form and not in the database.
  • Disabled and readonly will be checked in server-side.
  • Additional parameter for join() – disable creating new rows and deleting from joined table.
  • Added ‘url’ parameter for uploads. Now url to a file or image can be real.

v.1.6.21

  • Additional ‘magic_quotes’ conditions.
  • Timestamp in integer field fixed.
  • Prefix in search fixed.
  • Column_tooltip() fixed.
  • Few small fixes.

v.1.6.20

  • Condition() method fixed.
  • Set exception can prevent remove action.
  • Grid name uses for csv file name.
  • Upload readonly bug fixed.
  • Fk_relation() ‘view’ fixed.
  • Nested table can be related to field from joined table.
  • Cropper “stretch” bug fixed.

v.1.6.19

  • More changes in ‘bootstrap’ theme.
  • Csv export fixed (columns ordering).
  • Dates fixed.
  • $postdata object – removed methods as_date(), as_datetime(), as_time(). Now dates are allways return correctly in mysql format.

v.1.6.18

  • Date and time empty values fixed.
  • Deleteing fixed.
  • Validation on return fixed.
  • Fk_relation() label concatenation fixed.
  • Added new javascript events: xcrudbeforevalidate, xcrudaftervalidate.
  • Visual fixes and changes in ‘bootstrap’ theme.
  • Added new method unset_list().
  • Remote_image link fixed.

v.1.6.17

  • Href and src attributes fixed.
  • Corrections in column_pattern().

v.1.6.16

  • Query() fixed (Group by and total rows issue. Column pattern).
  • Default search field fixed.
  • Int and Float fields fixed.
  • Column_pattern can be used correctly with relation().
  • Google maps loading fixed (in tabs).
  • JqueryUI window centering fixed.
  • Editor auto loading can be turned off from configuration.
  • Extended XSS filter options available in configuration file.
  • Optgroup is available in dropdowns.

v.1.6.15

  • BLOB file upload fixed.
  • Where() method fixed.
  • Added ‘filename’ parameter for ‘file’ type.
  • Duplicate_button() fixed.

v.1.6.14

  • Data and pass_var() bug fixed.
  • Date range fixed.
  • ‘Price’ default fixed.
  • Duplicate button fixed.

v.1.6.13

  • Search date ranges fixed.
  • BIGINT type casting fixed.
  • Added ‘point’ parameter in ‘price’ type.
  • Additional XSS auto-filtering.
  • Grid rendering fixed. New render parameters in configuration file.
  • New method set_attr().
  • Join() bug (on edit) fixed.
  • Negative timestamp issue fixed.

v.1.6.12

  • Search dropdowns fixed.
  • Search input’s value escaping fixed.
  • Added error message when xcrud’s scripts loaded twice.
  • Hidden fields in custom templates fixed.
  • Highlight_row() classname fixed.
  • Google map via https fixed.
  • Completed before_update, after_update and after_resize callbacks.
  • Load_css() and load_js() methods improved. Now paths works propertly with $manual_load.
  • New WordPress plugin! Now plugin automatically includes xcrud’s styles and scripts in wp_head() and wp_footer().
  • Password bug (no encryption) fixed.
  • DATE/TIME MANIPULATIONS (CALLBACKS AND PASS_VAR()) SWITCHED BACK TO MYSQL FORMAT!!!
  • Postdata items got new methods as_date(), as_time() and as_datetime(). THis will help you to receive dates from $postdata object.
  • Printout(short tag) fixed.
  • Fixed some typos in documentation.
  • Many-to-many relation are available now. See fk_relation() method.

v.1.6.11

  • Subselect() label fixed.
  • Dependent dropdowns (multi) fixed.
  • Editor loading fixed.

v.1.6.10

  • File upload fixed.
  • Column_pattern() final fix

v.1.6.9

  • Bit field casting fixed.
  • Image removing fixed.
  • Dependency fixed.
  • Columns reverse fixed.
  • Default_tab() fixed.
  • Column_pattern() fixed.

v.1.6.8

  • String ‘0’ bug fixed.
  • Password type bug fuxed.
  • Checkbox fixed.

v.1.6.7

  • Fixed some internal bugs.
  • RTL rendering, can be enabled in configuration file.

v.1.6.6

  • Now you can use xCRUD as simple datagrid with custom sql query. See more in documentation.
  • Condition() method fixed.
  • Read-only, if primary not exist.
  • Column_callback() and column_pattern() in detail view.

v.1.6.5

  • Default_tab() method and $default_tab option added.
  • Nested table will be displayed in tab if you use tabs.
  • Some fixes in result html.
  • Added prefix support for table names.
  • “Unique checking” bug fixed.
  • Joomla 3.2 integration plugin.

v.1.6.4

  • Automatic url detection fixed.
  • Map fixed.
  • Minor changes in js events.
  • New method set_exception() is available in callback functions.
  • Validation now is checks data on server side too.
  • $postdata variable is object now in callbacks. Check your custom functions.
  • JS alerts replaced with message bars.

v.1.6.3

  • Unset_edit() condition fixed.
  • Links_label() fixed.
  • Changes in upload sheme.
  • Classname parameter in sum() method fixed.
  • Added codegniter integration examples.

v.1.6.2

  • Urgent bugfix: image uploads.
  • Printout return fixed.
  • Some improvement of compatibility with frameworks.

v.1.6.1

  • Nested table CKEditor bug fixed.
  • Column callback csv fixed.

v.1.6.0

  • Release of new xCRUD 1.6. From this moment v.1.5 is deprecated.

 

Tags: php ajax crud datagrid, crud php mysql, php crud application, php crud grid, simple php crud, crud php script, php crud class, mysql datagrid, php data grid, php grid generator, php content management, php database manager, data management php, scaffolding php, php crud generator, php datagrid mysql, jquery grid php, crud builder, form builder

[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Demo = xCRUD – Data Management System (PHP CRUD)
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/xcrud-data-management-system-php-crud/3215400″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy xCRUD – Data Management System (PHP CRUD) from the The Developer ( f0ska ) website. Thank you.
Download = xCRUD – Data Management System (PHP CRUD)-[Updated].zip



Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.