issues Search Results · repo:thecodeholic/php-mvc-framework language:PHP
Filter by
26 results
(75 ms)26 results
inthecodeholic/php-mvc-framework (press backspace or delete to remove)Hi, Just wondered if on the index page you can set the router to not allow any ? parameters and allow ?query=xxx but
restrict what parameters are allowable.
e.g. $app- router- get( /test , [SiteController::class, ...
mmguide2003
- Opened on Aug 15, 2023
- #31
Hi,
I am new here. I am getting this error while viewing any of my WordPress page or post “
Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, ...
moonakondo
- Opened on Apr 24, 2023
- #29
Hello thecodeholic , thanks a lot for the the great course and the lovely educational materials . in layouts/main.php
there exist {{content}} and as i understood it s to replace the content of view , how ...
help wanted
mahmoudahmed2222
- 1
- Opened on Aug 27, 2022
- #28
@thecodeholic. Thank you once again for this great contribution. Your tutorials are excellent. I would like to have an
idea on the following: The constructor of the AuthController class is responsible ...
RobertoVasquez01
- 2
- Opened on Aug 19, 2022
- #27
I tried to adjust your code to allow for a bespoke sql with INNER JOIN. However there is an issue with integrity
constraint on where.
How would we get over integrity constraints using your bind method ...
mmguide2003
- 3
- Opened on Aug 2, 2022
- #26
function applyMigrations() {
$this- createMigrationsTable();
$appliedMigrations = $this- getAppliedMigrations();
$newMigrations = [];
$files = scandir(Application::$ROOT_DIR . /migrations ...
ghost
- Opened on Jul 20, 2022
- #25
After completing the application and getting it to work properly, I saved my progress and exited PHP Storm.
I returned to stylize and add some additional features, but upon trying to run the app on localhost:8080 ...
HoosierExperienceDesigner
- 3
- Opened on Apr 18, 2022
- #23
Fatal error: Uncaught Error: Non-static method thecodeholic\phpmvc\db\DbModel::primaryKey() cannot be called statically
in C:\wamp64\www\link\vendor\thecodeholic\php-mvc-core\Application.php on line 54 ...
tarzinio
- 11
- Opened on Mar 28, 2022
- #21
I would like to load the CONTACT form and others, without creating an instance of the Session class. Does anyone have a
good idea? Help please @thecodeholic!
RobertoVasquez01
- 7
- Opened on Feb 21, 2022
- #18

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.