php tag

731 questions


1 answers
147 views
0
There is no error, but I have not been able to insert (fuelphp)

I want to insert a record into mysql with fuelphp, but I can't.The details are as follows.There is no error log, so as a beginner in programming, I am I'm in a state of confusion as to what's going on...

2 years ago

1 answers
93 views
0
Error in ReflectionException cannot be resolved when configuring HomeMiddleware in Ravel.

I thought I copied the code of the book completely for Ravel's study, but the following error came out.I would appreciate it if you could let me know.Error Contents ReflectionExceptionClass App\Http\C...

2 years ago

1 answers
142 views
0
Error: Fatal Error (1): Class 'AppShell' not found in when testing the cake2.x shell with PHPUnit

I created the shell program app/Console/Command/TestShell.php in cakephp2.x.The shell itself works, but when I launch the PHPUnit test code from my browser, it turns white and error.log shows the foll...

2 years ago

1 answers
110 views
0
I don't know if the Larvel 5.5 windows function is called correctly.

In Ravel 5, I want to separate Create and Like operations with buttons, but I can't do it well.Buttons are processed in a separate PHP file.<button type=submit class=btn btn-primary name=create>...

2 years ago

2 answers
100 views
0
Page Nation with Ravel

To page using RavelI use the paginate() method every time Two things run: SQL to get the number of cases and SQL to get the results.How does the paginate() method work?

2 years ago

1 answers
91 views
0
Unable to move PHP xdebug in eclipse

I use eclipse 4.7.2 on macOS High Sierra.I installed PHP and xdebug with brew.In php.ini, zend_extension=/usr/local/opt/php72-xdebug/xdebug.soxdebug.remote_enable=1xdebug.remote_port=9000 Verifying th...

2 years ago

1 answers
85 views
0
I am creating a site for uploading images with php and mysql...

I am a beginner about php, mysql.As stated in the title, I am currently using php and mysql to create an image upload page, but it does not work.I was told that it was not acceptable to register binar...

2 years ago

2 answers
53 views
0
Compare values of the following elements in an associative array

$arr=['foo'=>10,'bar'=>11,'bazz'=>3,'fizz'=>8];I would like to return false if the associative array is smaller than the value of the following elements.

php
2 years ago

1 answers
63 views
0
Syntax error when installing laravel-admin

Installing laravel in the local environment.The installation of larvel-admin failed, although it worked fine in itself.I installed larvel-admin#v1.4.5https://packagist.org/packages/encore/laravel-admi...

2 years ago

1 answers
146 views
0
CakePHP Fixure Does Not Generate Tables

UnitTest with CakePHPv2.5.5.configurationdatabases.phppublic$xxxx=array( // ...);public$test_xxxx=array( 'datasource' = > 'Database/MysqlExportDb', 'persistent' = > false, 'host' = > 'localho...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.