Download PDO Crud – Advanced PHP CRUD application (Form Builder & Database Management) 17674879
PDOCrud is an advance PHP based CRUD application. It supports Mysql, Pgsql and Sqlite database. You can use PDOCrud to generate both frontend and backend of your application. By writing just 2-3 lines of code only, you can perform insert/update/delete and select operation. You just to need to create object and call for render function for that table and everything will be generated automatically. Form fields will be generated based on the data type. You can remove fields, change type of fields and can do various types of customization.
New version released with PHP 8.3, bootstrap 5 support with many new features.
“PDOCrud is a cutting-edge PHP-based CRUD application designed to simplify your development process. It supports MySQL, PostgreSQL, SQLite, and Oracle (from version 7.1) databases and empowers you to generate both front-end and back-end data with ease.
With just 2-3 lines of code, you can seamlessly perform insert, update, delete, and select operations. Simply create an object, call the render function for your table, and let PDOCrud do the rest. Form fields are automatically generated based on data types, giving you the flexibility to customize fields, modify field types, and tailor every detail to your needs.”
Script functionality
“In most web applications, managing database operations like insert, update, delete, and read often requires extensive coding. With PDOCrud, you can achieve all of this with just two lines of code! Effortlessly handle basic operations, including pagination, customizable records per page, and advanced search functionality. Beyond the basics, PDOCrud offers extensive customization options for tables and forms, allowing you to tailor data handling to your exact needs with minimal effort. It also integrates a variety of JavaScript plugins to enhance functionality and streamline tasks. Packed with powerful features, this script simplifies the development process, enabling you to build robust web applications and backend CMS solutions with ease.”Features
- Very easy syntax and just 2 lines of code for default crud operations
- Generate forms directly from database
- User access management
- Nested table and Nested table in tabs support
- Supports left join operation
- Auto generation of insert/update forms directly from database tables
- Change label name, hide label
- Remove fields, Show particular fields, Change field type, change display order of fields easily
- Many commonly used plugins integrated
- Popup form
- Multistep form
- Export form data in pdf, xml, csv and excel
- Callback functions for PHP and Javascript
- Ajax based submission
- Addition of static fields like terms & condition, confirm password
- PHP and JS Validations
- Various settings and customization
- Field encryption for frontend
- Field addon, field description and tooltips
- Different type of template support, by default works with bootstrap
- Enqueue js and css
- Add new plugins easily
- Many different types of fields available
- Multilanguage support
- Data binding of field from another table/ array
- Load dependent data on change of some field like on change of country, load states
- Normal, horizontal and inline form type available
- Add css class and various data attributes
- Support for rtl by adding external css
- Recaptcha and PHP based Captcha support
- Google map support
- Column switch option
- Add new action buttons
- Perform raw database related operations
- Add filter(where) condition easily
- Print and export in csv, excel, pdf
- Search for all fields and particular field
- Multiple delete option
- Fast loading using ajax
- Best practices and easy to customized
- Login (Select) form validations
- Various image functions (crop, resize, thumbnail, watermark, flip)
- Import bulk data from csv, xml and excel file
- One-page template to show Form and Crud Table on single page
- Advanced filter option
- Send form data on email – various template customization options
- Generate graphs/chart directly from the database (beta)
- Supports sql server(2012 or higher)
- Generate portfolio format directly from database
- Added formula function to modify fields before insert/update
- Export database
- Single table cell editing similar to spreadsheet
- Generate crud operation directly from SQL