110 comments found.
can this thing generate the entire website>? or just admin panel? for example i want to build a website for workout tracking where users can create their own workout routines by days and muscle groups and exercise type, reps, sets, kg and so on. Can this thing do all those things?
Hi inebunit, It generates admin, CRUD, users can login to access their accounts. To achieve other features, you will have to modify the generated codes. For additional features, you can contact us at info@hezecom.net
Exactly what can be done with UltimateSpeed PHP Code Generator Pro? I have an app to which I have to manually add users. I want to create a front end where the users can register and gain access to their own information rather than me registering them than giving them permission to log in.
Can I connect UltimateSpeed to my database users table and be able to generate a registration form to insert users’ data without having to use UltimateSpeed to manage the deployed registration form?
Thanks.
Hi, Yes, you connect it to your database. Users will be able to register and login. But you may need to modify what information you want users to see when they long.
Thanks @appwizdev but do I need to incorporate all of the UltimateSpeed PHP Code Generator Pro app in my application; or can I just export my form and its dependencies ( PHP, HTML, CSS, Javascript) and use it in my project?
Do you have an image of the output (form} in a scenario where I generate a form and documentation on how I would export it for incorporation in a project? The demos are no fully functional and not very helpful. The live preview link doesn’t work. In the demo, I see an admin panel and some instructions on downloading the generated code and running composer etc.
Would I be downloading ad admin panel to wrap around my project?
Thanks.
Sorry, I skipped your comment. After generating your codes, download the project and extract it to where you want it. This process is also included in the documentation.
Hi,Users can access their own data ?
is there a way to filter the views / crud / forms?
Hi, sorry but your question is not quite clear.
Are we able to use parameters from urls/cross pages?
Install failing. After install form it returns me to register to show errors. Connection data exactly the same as another database application on the same host and domain folder. Undefined variable $capsule
Whoops \ Exception \ ErrorException (E_WARNING)
In app.php I see Undefined variable $capsule
'default' => env('DB_DRIVER', 'mysql'),
/*
|--------------------------------------------
| Database Connections
|--------------------------------------------
|
| Here are each of the database connections setup for your application.
| Of course, examples of configuring each database platform that is
| supported.
*/
'connections' => [
Whoops \ Exception \ ErrorException (E_WARNING)
'mysql' => [
'driver' => 'mysql',
Stack frames (4) 3 Whoops\Exception\ErrorException …/bootstrap/database.php7 2 Whoops\Run handleError …/bootstrap/database.php7 1 require_once …/bootstrap/app.php46 0 require …/index.php2 bootstrap/database.php
<?php use Illuminate\Database\Capsule\Manager;
$config = config(‘connections’); // MySQL Connection if (config(‘default’) == ‘mysql’) { $capsule->addConnection($config[‘mysql’]); // Raw PDO Connection $pdo = new \PDO($config‘mysql’.’:dbname=’.$config‘mysql’.’;host=’.$config‘mysql’.’;charset=’.$config‘mysql’.’’, $config‘mysql’, $config‘mysql’); }
2
"Undefined variable $capsule"
So, I see Illuminate\Database\Capsule\Manager is a LARAVEL specific component! So this is not just a standard PHP code application. Unless my server is running PHP Laravel support modules your app won’t work, if I am not mistaken.
Nowhere in all of your marketing do you state that this is a Laravel application that requires more than even the latest version of PHP.
Hi thanks for your purchase.
Please be sure all dependences are installed by running “composer install”. You can go through the documentation for more.
Also the “Eloquent Database ORM” was stated in the product description page which require “Illuminate\Database\Capsule\Manager”
NOPE. I had no idea what the “Eloquent Database ORM” was, listed as a rather minor extra for a product described as ” UltimateSpeed PHP Code Generator Pro” But no instructions about ITS Dependencies. In fact, I looked to see in REQUIREMENT to help me in this purchase.
You apparently assumed that PHP now means Laravel PHP because it is your preferred development environment.
You listed US PHP Code Generator Pro Requirements the following to help me know if I should consider it for my project
check, check, check - got it, got it, no problem, standard php setup I use -
- PHP 7.4 or 8.x
- MySQL 5+
- OpenSSL PHP Extension
- PDO PHP Extension
- GD Extension
- PHP ZIP Extension There was no obvious description that PHP Code Generator Pro was a SUBSET of your Laravel Project Admin Maker!
I did not purchase Hezecom: Laravel Project and Admin Maker.
As proof that I would NOT NEED Laravel you named it PHP Code Generator Pro and not PHP Laravel PHP Code Generator Pro.
You give no mention of Laravel or Eloquent Database ORM in the tags or anything in “Further Attributes” I have saved every page in your product pages here.
Last Update 31 May 2022 Published 28 January 2013 High Resolution No Compatible Browsers Firefox, Safari, Opera, Chrome, Edge Files Included JavaScript JS, HTML, CSS, PHP, SQL Software Version PHP 8.x, PHP 7.x, MySQL 8.x, MySQL 5.x Tags admin, bootstrap, code, code generator, database, developer, generator, jquery, login, mysql, php, speed, template
IT WORKS! I have gotten this project installed & without needing Laravel!!
The whole thing making all the errors was a confusion I had with the Documentation for Ultimate Speed. index.html in the documentation folder needs to be edited for clarity.
This line at the very start should be entirely removed. I suspect these install instructions are left over from early stages of this application—when the user did have to make a table first, to be able to save the installation user’s details.
“Create MySQL database with table. E.g. “
WITH TABLE (not named) and then an image of the fields to put in and field types, etc.
The instructions say that Step one is to create a database
Step Two is that the user now must create A TABLE that has nothing to do with installing UltimateSpeed in this latest version!
But I made the table because the instructions were so specific. Even though they didn’t say what the table was to be named.
Only after carefully examining some errors did I see a table field conflict in the “users” table.
It was not until experimentation with deleting my own table did I discover that the Ultimate Speed installation script writes all the database tables necessary to complete installation
I not only made the table first, according to the documentation, but named it “users” to see if the install would see it. The install DID detect it and I could not finish the install with all sorts of errors showing up.
So, Simply make sure you are running in a php server with a database connection. Open the /install/index.php in the browser!
That starts the Install.
THANK YOU, HEZECOM!
Installed. One table with 19 fields I see that this is very limited, First of all, although the Dashboard with charts is the marketing image. You do not create pretty Charts with this Application. All you can create in the Dashboard once it is installed is TABLE VIEWS. Nothing More.
And in those table lists I cannot order the fields/columns. So that the user will see the most relevant columns first. No control over what columns show up no matter how many or few columns I specify to see. Perhaps 4 or 5 columns will display in horizontal view.
I will have to experiment with template codes to see if saved data can be modified for what I actually need.
This project should have had a control to both order the column displays left to right, but also the ability to de-select the columns to show and not show in the display.
Ultimate Speed is a rudimentary tool as far as offering list page display options.
The claim: “Support table join, master detail, use existing table as dropdown when related” No documents or setting offered on this when generating code.
I will not be using UltimateSpeed PHP Code Generator Pro. This is definitely a “database abstraction” that I cannot apply to my needs. The resulting code is so abstracted that I can not edit it with PHP to achieve a working dashboard that is based on CRUD . Too many 3rd party frameworks, templates, micro php dependencies make it uneditable unless I worked with all of these libraries to simply create a php based dashboard.
Can I create any system in PHP, or does it have some limitations?
Hi, You can create any system with it and customize it the generated code to fit your needs
Hello. I would like to know if this application has a language from Brazil (Portuguese).
I would also like to know if it is possible to make reports and print them in PDF.
And finally, what is the difference between the Pro Version and the Enterprise version?
Hi,
- Yes, there is a language file you can translate to your own language.
- You can print to PDF.
- The difference is the Enterprise has a landing page while the Pro doesn’t.
i can create a inventory management system with this? and connect to a existing db to get some info?
Yes, but will still need to modify the generated code to suit your project. The system only generates basic CRUD operations.
Hi, I just wanted to test the demo but got a “wrong password” for both admin and user account
Thanks for the information. Fixed, please try again
Hi I am using your UltimateSpeed V3.2 but I have difficulties if I use it on PHP 7.3 have you released any adjustments to this version of PHP? Thanks
Okay, I working on the update.
Hi, Did you then work on the update?
Just that this program dosent work for me at all… cant make excel, pdf or word in this new 3.2 headers sent and so on… and no help i get, i did not get help when i had support, and probaly lesser now when i dont have support… utf8 support suck also… is a joke this program… 
PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8"
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/main.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 373
Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 374
Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 375
Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 376
WORD
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/main.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 366
Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 367
Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 368
Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 369
PDF
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/main.php on line 6
Unable to stream pdf: headers already sent
So it goes on with errors Cannot send session cache limiter on all pages… Even the search have it…
and there the help stops…
Does your code generator use a framework?
Hi, Thanks for your comment. It doesn’t use framework.
helo.. What is the difference between this one and the enterprise one ?
Hi, Please check product page for the differences.
hi hezecom,
I used your code generator to create private application, but i got a problem.
When datatable still loading from database, and then i click menu it will give me auto logout/session_destroy but if database loading finished and i click menu it wont give me problem. How to fix this?
Hi, Thanks for your purchase. Sorry I didn’t get what you’re talking about. You can contact us at info@hezecom.com
Hi can your script generate the code to display my client products, invoices in their client area?
Hi, This script can only generate basic CRUD operations. You may need to customize the codes to meet your need. If you need some features, please contact us at info@hezecom.com . Thanks.
Hi In the presence of two VARBINARY the image fields it is loaded on both Thanks
Hi, thanks for your purchase. Yes, you can only user upload field per form if you are using single upload type from your settings.
You can as well change it to multiple upload from settings so you can add more upload feild dynamically.
Ok, But even if you select a multiple load these images are loaded in both fields
You only need one file field. Then select the multiple upload option. On your form click on add more next to the file field to upload more files.
Hi I have a question why after generated the code I only gets index.php and main.php and index.php always have login enabled and main.php show a blank page only and in the demo I saw that must be created a front page (index.php) and a admin page (admin.php)
http://prntscr.com/a7gfa0Hi, Thanks for your purchase. After generating the codes click on the preview button to see your app in action. Please also go through the documentation for more.
Yes now the problem is solved… was session problem… but now I have one issue with the mobile devices in the viewall, where I can modify the styles to show all this content in mobile devices.. Thank You!
data-hide="phone,tablet"located in views/View.php
Yes I did that thank you 
You’re welcome.
Hello,
Does it support the n to n relation ? If yes does it support cascading on more then one level ?
Ex table A link to table C passing by table B
Links: tbl_A <n – n> tbl_B <n – n> tbl_C