2608 comments found.
hi, can I use it to create a sign-in page ?
many thanks
Hi, Yes, you can create sign-in pages also. I am uploading a demo for same. Thanks
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.phpYou 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
Hi, I have given option to set character encoding. The default is utf-8. You can change it to any encoding to support chinese or any other language. I will update you with one chinese example also. Thanks
OK,Thanks
Hi
Please check, multi-language example. I have added data from 10 different languages including chinese.
http://pdocrud.com/demo/pages/multi-lang-data.phpPlease note that database table must support that character encoding.
Thanks
I see Nice work Thanks
Thanks a lot 
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 
Nice work GLWS 
Thanks a lot 