Code

Discussion on PDO Crud – Advanced PHP CRUD application (Form Builder & Database Management)

Discussion on PDO Crud – Advanced PHP CRUD application (Form Builder & Database Management)

Cart 2,301 sales

ddeveloper supports this item

Supported

2608 comments found.

hi, can I use it to create a sign-in page ? :grin: many thanks

here it is http://pdocrud.com/demo/pages/login-check-form.php

please note that you need to use hooks to save session related settings.

thanks for your reply! I had tried these codes below. I changed the user_name and password to admin in the users table. but after I click login and nothing happens, I had tried md5 password too. thanks

$pdocrud = new PDOCrud();
                           $pdocrud->formFields(array("user_name","password"));                            
                           echo $pdocrud->dbTable("users")->render("selectform");

Hi,

You need to add action hooks(Calback functions) also as I have informed. Example is available on

http://pdocrud.com/demo/pages/callback-function-php.php

You can find commented code in script/pdocrud.php also.

Thanks

Hey Ddeveloper – good work I am having an issue when I click on the add button I receive

[07-Sep-2016 15:28:26 America/Chicago] PHP Fatal error: Call to a member function render() on boolean in D:\EasyPHP\eds-www\crs\script\classes\PDOCrudAjaxCtrl.php on line 37

[07-Sep-2016 15:29:50 America/Chicago] PHP Notice: Undefined index: pdocrud_sess in D:\EasyPHP\eds-www\crs\script\classes\PDOCrudAjaxCtrl.php on line 11

Hi,

Thanks :) . Regarding issue, it’s because session is expired. Please refresh and it will work. Also, please make sure to use the latest version released yesterday with more feature.

i test,it can not support chinese

Already Purchased

Base table or view not found: 1146 Table ‘demo.employee’ doesn’t exist

Hi,

The employee table was later added for demo purpose on few demo pages. You can connect to any other table. The employee table will be available in next version. It is just for demo showing. You can contact me via profile, I will send you demo database. Thanks

I’m using fildDataBinding works when I add or edit, but when I look at the grid I dont see the databinding

Hi, Please provide me code you are using, via my profile. I will check and let you know. If required, I will write exact code for you.Thanks

Looks good, I’m considering using this instead of XCRUD. Is the datetime input mobile friendly, i.e.will the time sliders work on mobile devices?

Thanks for your interest :). Yes, it is friendly for mobile devices also. Thanks

Hi, is it possible to have “master/detail” tables?

Hi,

Just to make sure, that I have understood it properly, You mean that there will be two tables, one is master with main columns and other contains details with multiple rows.

Yes this is possible. please check the http://pdocrud.com/demo/pages/join.php

Here I have shown that there are 2 table (master table is user and detail table is user_meta).

Please check. Thanks

Awesome features!!!. Already a great fan of your another (PDOModel) script, will buy this one also surely. GLWS :)

Hi, thanks a lot :)

Thanks a lot :)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey