Posts by Edgard Hufelande • 103 points
4 posts
- 
		-1 votes1 answer147 viewsQ: PHP Achievements/Achievements SystemI’m developing a PHP achievement/feats/insignia application. The application will be for a game in which you use an SQL Server database and server files in a Cloud, but I have no way to make changes… phpasked Edgard Hufelande 103
- 
		2 votes1 answer66 viewsQ: Fluent is safe, right?Someone who’s already used the Fluent, Can you tell me if he’s safe with SQL Injects? All right that it uses PDO, but suddenly it does not treat the data before it is sent to the database. And if… 
- 
		4 votes5 answers1944 viewsQ: PHP MVC - Adding CSS, Images etcHello, in my application I am having problems when I will add a css file, image or any other file that is frontend, because when I will include I need to set the whole directory of the same, for… 
- 
		2 votes1 answer252 viewsQ: Twig and NamespacesHello, I’m having a hard time implementing the Twig in my project MVC, I’m using namespaces, autoloader all that stuff from PSR-0. I would like the hope of you to implement why I’m already freaking…