Code

Discussion on Cicool - Page, Form, Rest API and CRUD Generator

Discussion on Cicool - Page, Form, Rest API and CRUD Generator

Cart 1,169 sales

ridwanskaterocks supports this item

Supported

This author's response time can be up to 2 business days.

805 comments found.

Hi everyone

I’ve been following the discussions here while working on several PHP admin panel projects, and I wanted to say that many of the answers shared in this forum have been really useful for understanding different ways to handle AJAX grids, CRUD workflows, and dynamic forms.

Seeing how different developers approach similar problems has actually pushed me to experiment more with my own implementations and architecture decisions. It’s interesting how small design choices in grid systems can make a big difference in developer experience and maintenance later on.

Thanks to the author and the community for keeping the discussions active — forums like this are honestly one of the best places to keep learning and improving as developers.

Looking forward to seeing future updates and ideas shared here

Demo? Your domain is expired and without a demo, I will not purchase.

I also plan to purchase it but need to see a demo. Otherwise, I am not sure how it works. Is it possible to edit a Laravel script (home page, etc.)?

yes that’s possible to edit home page and custom for other features

Hi ridwanskaterocks,

Do you have any Update do use PHP 8.0 or 8.4?

Thanks Bruno Azevedo

yes in future will support for this version

will be any support for php 8.1,8.2?

yes in future will support for this version

hi, could you please help to check the error of rest add api? i got 406 returned but the data was still inserted into db. i created a basic rest for a table, i only turned off x-token and remove “requied”. env php7.4, db mysql

Hi you need put X-Api-Key in header, and value for keys you can get from keys module in auth

thank bro, i did have X-Api-Key in header already. do you mean i should also put it in form-data too? aka. both header & form-data must have X-Api-Key to make it work, is it correct?

I think you need send me for example your request code on my email and response, also you can try in rest tool on admin also

Hi, I want to buy this. How to I custom the endpoint url?

Hi yes you can custom endpoint url for this

I can help you for this, you can send me an email to ridwanskaterocks@gmail.com for support

I WANT CUSTOM SUPPORT TO CONNECT THIS SYSTEM TO AN ORACLE 10G DATABASE

Hi yes you can contact me to email ridwanskaterocks@gmail com for more detail

Thanks

Hello,

I am developing a project using Cicool Builder. I need to add multiple items (meals) to a package (tarif) at once.

My requirement is:

I want to send a list of meals with prices in a single API request.

I don’t want to send a separate request for each meal.

I want to send an array (list) of meals and prices in one JSON payload, and then the backend should handle saving them all together.

Example JSON payload I want to send:

{ “tarif_nomi”: “Luxury Wedding Package”, “narxlar”: [ { “summa”: 250000, “ovqatlar”: [ { “id”: 1, “nomi”: “Plov” }, { “id”: 2, “nomi”: “Kebab” } ] }, { “summa”: 350000, “ovqatlar”: [ { “id”: 3, “nomi”: “Samsa” }, { “id”: 4, “nomi”: “Lagman” } ] } ] }

My questions:

1. How can I create an API in Cicool that accepts a list like this in one request?

2. Is there any built-in feature in Cicool to handle batch inserts from one request?

3. Or should I manually create a custom API method inside the controller to handle this?

Please guide me about the best way to implement this in Cicool.

Thank you very much!

HI exactly for make like this in one request you need add some code on function add in crontroller, for store in other table you just call other model to insert this. if you need example you can send me and email in tab support thanks

Error Number: 1171

All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead

CREATE TABLE `dashboard_slide` ( `id` INT UNSIGNED NULL AUTO_INCREMENT, `name` VARCHAR NULL, `interval` DOUBLE NULL, `user_id` INT NULL, CONSTRAINT `pk_dashboard_slide` PRIMARY KEY ) DEFAULT CHARACTER SET = utf8 COLLATE = utf8_general_ci

Filename: migrations/20230828192509_create_table_dashboard_slide.php

Line Number: 42

Php 8.1 not working. php 8.0 and 7.4 working but cannot create table with error 1171 because ‘null’ => TRUE in id array

Send me updated file please

You can share your email here

Thanks

Or in this file migrations/20230828192509_create_table_dashboard_slide.php You can remove null => true On primary field of array

Is this PHP 8.x compatible? And, MySQL 8.x compatible?

Hi currently only support on PHP 7.4 – 8.0 thanks

hi, do we have update for php 8? also I got the following error while installing the first time, please help me to check

A Database Error Occurred Error Number: 1171

All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead

CREATE TABLE `dashboard_slide` ( `id` INT UNSIGNED NULL AUTO_INCREMENT, `name` VARCHAR NULL, `interval` DOUBLE NULL, `user_id` INT NULL, CONSTRAINT `pk_dashboard_slide` PRIMARY KEY ) DEFAULT CHARACTER SET = utf8 COLLATE = utf8_general_ci

Filename: migrations/20230828192509_create_table_dashboard_slide.php

Line Number: 42

Hi what your PHP version ? Can you send your site information to my email ridwanskaterocks@gmail.com? Thanks

When we are getting update version which support 8.2/8.3 and any new things which you going to update.

Hi yes, is all ready you will receive notification on email for updates,

thanks

I have a question regarding API update. Let’s say I wanted to have some of the fields on a table belonging to a db be uploaded or updated using a csv file. for bulk imports. What Would I require to use, API tools?

Yes you can make form for upload csv file and right of need insert to db you can read file and call model to insert each rows

If you have problem i Will teach you or give example for it

Thanks

Please show me how to do this or give example. Also if I create a form which ofcourse creates a table on the db. Am not able to see it on crud builder, I can see it on API builder but not crud builder why?

For make crud you can see this video https://youtu.be/FbPEDG3mtrs?si=RmvyS-9AVtpgHvTc also i have basic video on this channel

Its not working in PHP 8.2.4

Hi yes this application compatible in PHP 7.4,

Hello friend, since I bought the cicool engine, the page creator has not worked for me, I have some errors that I have searched for and I cannot find the solution, when I place the contact in the page creator it gives me the error 409 http in text form and the element is not seen, but with the other elements if the elements are placed and it still gives me a 200 http in text format that I have to delete with the page editor, it seems that the error is in some json response, another problem The thing is that when I select the default template page type the pages are responsive but if I select blank they are not responsive. My license expired months ago but I did not receive a response in that specific time that I had my license, I do not have money to extend my license. I hope you can help me to leave you an excellent review and recommend you to colleagues to buy your products.

Hello yes you can share your hosting access to my email ridwanskaterocks@gmail.com thanks

Hi! hello brother! I sent you the email with the accesses

Ok thanks i have replied your email

discussion move to email

I have a question regarding API update. Is it possible to update only specific fields through the API without sending all the data? For example, my table has the following columns: id, name, author, year, and category. How can I update only the category without sending the other data?

Hi yes you can uncheck for some field to hide when get data, do it on update https://prnt.sc/kRgvCDESDh82

Demo site is not working, interested to buy but need to see the demo.

Tanya sebelum membeli… Bro. Ini kan ada page buildernya, terus kalo pengen page custom apa bisa juga selain menggunakan page buider.. Apa bisa kostum untuk page di frontpage

ini no wa saya mas bro 081213109812

bro saya ada masalah…..saat di tambah modul manual di localhost bisa tampil misal localhost/cicool/data.. saat di hosting di paggil www..com/data kok page not found terus… apa ada setinga lain agar bisa ditampilkan di hosting

yang ini sudah ya mas di wa ?

bro.. mending bikin telegram group :D

udah ada mas telegramnya cuma sepi mending kalo komunikasi publik dan ada problem di github issue juga bisa nanti juga kalo yang lain punya issue yang sama yang udah di solve ada yang bantu :D

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