Sabtu, 20 Juni 2015

xCRUD - Data Management System (PHP CRUD) - PHP Scripts

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:

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.25v.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 inputs value escaping fixed.
  • Added error message when xcruds 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 xcruds 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.10v.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








xCRUD - Data Management System (PHP CRUD) - PHP Scripts ...
xCRUD - Data Management System (PHP CRUD) xCRUD - Data Management System (PHP CRUD)

xCRUD - Data Management and extended PHP CRUD
very first and flexible php scaffold and really extended CRUD. Xcrud allows Data management system data in different parts of your script:

xCRUD - Data Management System PHP CRUD MySQL - Hot Scripts
xCRUD - Data Management System PHP CRUD MySQL. HotScripts Content Management from Hot Scripts. The fast ajax interface (powered by jQuery) for all of your actions

Support for xCRUD - Data Management System (PHP CRUD)
Support for xCRUD - Data Management System (PHP CRUD) f0ska supports this item So you must put xcruds scripts and styles out of dynamic container.

xCRUD - Data Management System (PHP CRUD) nulled
xCRUD - Data Management System (PHP CRUD) free download nulled - php scripts, wordpress themes, wordpress plugins, html 5 templates, code snippets, facebook apps

xCRUD v1.6.20 - Data Management System (PHP CRUD ...
xCRUD is a simple-usage but powerfull Create-Read-Update-Delete (CRUD) generator application for PHP and MySQL

xCRUD Data Management System (PHP CRUD) - Clone-Nulled
xCRUD Data Management System (PHP CRUD) Great compatibility and easy integration in any script, framework or CMS. Supports all popular types of fields mySQL,

CodeCanyon - xCRUD v1.6.26.1 - Data Management System (PHP ...
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

xCRUD - Data Management System (PHP CRUD) | TipsVsTricks
Nullled Script Download Premium Scripts Blogger Templates Wordpress Themes xCRUD - Data Management System (PHP CRUD) (CRUD) generator application for PHP and

xCRUD - Data Management System (PHP CRUD) - codecanyon ...
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

xCRUD - Data Management System (PHP CRUD) - PHP Scripts Rating: 4.5 Diposkan Oleh: Verona
 

Top