TheCodeholic

Results 59 comments of TheCodeholic

First of all which browser do you use? Very often when I use Google Chrome it shows me CORS error, but actually the error is something else. Check if Firefox...

The Problem is resolved later, [here](https://github.com/thecodeholic/tc-php-mvc-core/blob/master/Router.php#L55). You can specify like this `$app->router->post('/contact', [SiteController::class, 'handleContact']);` and it will create an instance behind

If you have a look at layout files - like [this one](https://github.com/thecodeholic/php-mvc-framework/blob/master/views/layouts/main.php#L12) you can see how it includes the local CSS file. Your CSS/JS or any static files must be...

Try this one. ​RewriteEngine​ On ​RewriteCond​ ​%{REQUEST_FILENAME}​ ​!-f ​RewriteCond​ ​%{REQUEST_FILENAME}​ ​!-d ​RewriteRule​ ​.​ ​index.php

I think this is more a question how to solve this problem using PHP PDF rather than an issue of this PHP MVC framework. Do you still have a problem...

Thanks for submitting the issue. I will do my best to fix that ASAP. If you want you can make a PR I would merge it. The changes should be...

That is awesome @aditya-zanjad. Thank you for it. I will test it and as far as there are no issue I will merge this.

@aditya-zanjad Thank you for this. I will review it and test and then merge if everything looks good. I love the feature. Well Done.

Please write a comment what your comment is for. 😄

Sorry my friend your requirement is not very clear: `and others` - What do you mean in others? Why don't you want to create instance of Session class? Can you...