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.

Hello,

Can we integrate it with Codeignitor 3 or 4 ? Please let me know.

Thanks

more questions:

1. Do we have responsive version available for this? 2. Possible to integrate Data Tables? https://datatables.net

Thanks

Hi When I try to export to pdf or excel I get this error

PHP Deprecated: Required parameter $pValue follows optional parameter $pCoordinate in ….script/classes/library/PHPExcel/PHPExcel/Worksheet.php on line 1477 [28-Jun-2023 14:23:46 Europe/Rome] PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in ….. /script/classes/library/PHPExcel/PHPExcel/Worksheet/AutoFilter.php on line 720

PHP 8.0

also the inline edit doesn’t work write the value click on enter or the page becomes blank or reload the page with the unchanged value. can you help me Tks

Hi

PHPExcel library is not working for latest php version. Since it’s external lib we are not able to change it. We are changing library to PHPSpreadSheet. We will update you soon. Thanks

Then don’t write compatible with php 8. Please approve the refund

It’s compatible with php8 and your refund is already processed..

Hello, in my installation the Print button in the View page is not working. I checked the official demo page here https://pdocrud.com/demo/pages/rtl-support and it also is not working. How to solve the issue?

Hi Please purchase support as it’s expired

Hello,

I purchase your PDO CRUD. (purchase code : 5c8c842b-5676-41ac-ab7c-c88d178fec89)

i have this problem :

i config all the pdocrud module, no problem when i want to show a grid with 1 table, that indicate :

Deprecated: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in C:\Dropbox\USBWebserver\root\test\script\classes\PDOModel.php on line 1009

thks

Hi, I purchased a 4.x version of the product and it works brilliantly. Now I’m getting deprecated warnings while running on PHP 8.2. How to deal with this? Should I buy the script again to get access to 5.1 ?

Hi current version of the product is 5.1. you may try to download again from downloads section.

Hi, I’d like to create selectbox from column with custom action button (url with attribute to different page) but I need to select the rows with WHERE condition from different table. Example

SQL: select c.id, c.name from competition c left join users u ON u.competition_id = c.id

I want selectbox with the column c.name as value and c.id as option.

Thanks for your answer :)

Does PDO Crud have date-range filters? If so, is there documentation on this?

I purchased your PDOCRUD, With order# 247 (Sajjad Ali) but when I placed the purchase code in config.file, it says please enter a valid purchase code.

Please help me out

You need to enter purchase key in the config file. Purchase key can be found in the envato acount

setJsActions doesnt work with setAjaxActions. setAjaxActions data comes as blank when setJsActions calculations are applied to ajaxaction fields

Hi reynerth , my answer may be 8 months late but fieldConditionalLogic does not work with fieldGroups when you have grouped together form inputs, it will not hide or show them, they have to be in individual lines. also it works with both drop down and text fields

Hi @dhuerta29 #dhuerta29.

Can you please help me with this ?? after entering sales in sales table, i want to update quantity remaining in product table, how to do that with $pdocrud->setTriggerOperation(“product”, array(“quantity” => array(“type” => “fixed”, “val” => “ORIGINAL QUANTITY MINUS QUANTITY SOLD”)), “update”, “after_insert”); ?

The developer is not responsive. Thanks,

We don’t reply to the customer who hasn’t purchased the plugin

Hi ddeveloper The client I am working with has misplaced the purchase details to share with you , they are not willing to renew / repurchase until the new version comes out which was in 2021. if your documentation was good enough i wouldn’t have to ask at all but your documentation is from 2017 and incomplete

No one needs to repurchase as it’s only one time buy and all the details can be found inside the envato acount

if anyone is interested i am adding support for pdocrud phpspreadsheet and i plan to make it oracle compatible since its been a while since no updates

I have corrected several errors that your script has, if you like I will send it to you so that you can work on it in the new updates

Hi

Sure, please contact me via email. Thanks

I just send you an e-mail

Always a lot of deprecated warning and no update to solve this. I think that the update was planned for last month, we are almost in May, I can’t wait again. A refund is required. Thanks.

I’ve been trying to get PDOCrud user login and roles working on a local dev install, so far without success. Here are the resources I’ve tried to use:
https://pdocrud.com/tutorial/user-login-role-based-access-management-using-pdo-crud/
https://pdocrud.com/demo/pages/login-demo-example
https://pdocrud.com/demo/pages/user-login-management
https://pdocrud.com/demo/allforms/user-access-management/login.php
https://pdocrud.com/demo/allforms/user-access-management/after-login-page.php
I don’t think the “demo” uses the same table structure as the “tutorial” – but that’s just a guess. Whenever I use the demo “user-access-management” code and login, the result is “You are not allowed to access this page.” on the after-login-page. Any advice on how to get this sorted?

Greetings, I’m learning to write php code and learning PDOCrud, so please excuse my ignorance.

Say I have two mysql tables named ‘categories’ and ‘details’. The ‘categories’ table only has two fields cat_id (int) and category (varchar). The ‘details’ table has a foreign key joining the categories table on cat_id.

I’d like to have a dropdown select list of categories that, when selected, would filter the results of the Details table. To help explain… the SQL would be similar to SELECT * FROM details WHERE cat_id = (the item selected from the dropdown).

I’m not understanding how to make just/only a dropdown in PDOCrud, if PDOCrud can do this. Otherwise I can create a dropdown list from mysql table data using php, but then this dropdown list would need to be enclosed in a FORM with either POST or GET, correct?

I’m lost, how to connect the PDOCrud datatable so that the dropdown can be used as a filter?

Thanks!

Okay looks like I figured it out, using $pdocrud->addFilter() and $pdocrud->setFilterSource(). Sorry to waste your time and thanks for a great script!

Hi , export to Excel does not work

Dear Pritesh,

We have just purchased the application and struggling hard to configure it. We have configured as per the instructions and here are the links

https://digjainwiki.org/allsanginfodev/demo/pages/ https://digjainwiki.org/allsanginfodev/script/pdocrud.php/

Is it possible for you to spare few mins to guide you. I live in India and can be reached on 9730016352

If possible we can have a quick google meet/zoom call and resolve it.

Please let us know if it works for you.

Thanks and Regards, Ankit

When is the new update coming?

Thanks for your previous answer about the primary key.

According to the PHP 8. support, I found an issuer for the Excel export. WIth 7.4, it works. However for PHP 8, it doesn’t with the following error:

Sun Mar 12 01:02:42.237237 2023 pid 31221 AH01071: Got error ‘PHP message: PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in ./script/classes/library/PHPExcel/PHPExcel/Shared/String.php on line 526’

Thanks for your support

Regards,

JM Roblin

Hello,

I am trying to make it running with PHP 8.1 without success with error around Warning: Undefined array key “q” in /var/www/clients/client1/web6/web/wsmani/PDOcrud/script/classes/templates/bootstrap/template-table.php on line 83

Deprecated: preg_replace(): Passing null to parameter #2 ($replacement) of type array|string is deprecated in /var/www/clients/client1/web6/web/wsmani/PDOcrud/script/classes/templates/bootstrap/template-table.php on line 83

It is said the product support PHP 8

Can you please help

Regards,

JM Roblin

Hi

Make sure that you table has primary key

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