| bio | website | gerbenjacobs.nl |
|---|---|---|
| location | Arnhem, The Netherlands | |
| age | 25 | |
| visits | member for | 2 years, 3 months |
| seen | 3 hours ago | |
| stats | profile views | 91 |
new Me;
|
May 9 |
comment |
real escape string and PDO A bit late to the party, but you could use PDO::quote() if the prepare() method is not an option (for example, when you have build your own model) |
|
May 2 |
accepted | apc_add() versus apc_store() |
|
Apr 26 |
comment |
Lighten color from parent in Less Yeah, that's what I wanted. What does the @@ mean? |
|
Apr 26 |
accepted | Lighten color from parent in Less |
|
Apr 26 |
asked | Lighten color from parent in Less |
|
Apr 15 |
comment |
How to make a dynamic permission system in PHP Yeah, but Artist is just one example. Even though I can't think of something right now, I'm probably gonna need more 'items' like artist. So I don't really want to hardcode artist_id into a table.. |
|
Apr 15 |
asked | How to make a dynamic permission system in PHP |
|
Apr 12 |
comment |
Dynamic list of last visitors with clickable referrers Not that I know of. I personally don't like that GA removes the parameters. When I get inbound links from a specific topic, in Piwik I can just click it and it works. GA sends me to domain.com/thread.php without parameters. |
|
Apr 12 |
comment |
Get Visitor IDs for Visits when using Piwik Rest API What do you mean with expanding the visitor_id? |
|
Apr 8 |
comment |
How to use Laravel events? Thanks. This should be really in the documentation. |
|
Apr 4 |
asked | Use Laravel bundle inside model |
|
Mar 31 |
accepted | Change random strings into colours, consistently |
|
Mar 29 |
asked | Change random strings into colours, consistently |
|
Mar 25 |
comment |
Have access to a common class in a PHP MVC framework But it's like a blackbox. Because of the MVC, the controllers get called auto-magically. So then all my controllers would get the same DI container. Or should I specify in a config file which controller gets what? |
|
Mar 23 |
comment |
Have access to a common class in a PHP MVC framework Yeah, I shouldn't have called it that. I am looking more for a library-like entity yes. |
|
Mar 23 |
comment |
Have access to a common class in a PHP MVC framework Probably because it isn't perfect and I made it myself. |
|
Mar 23 |
asked | Have access to a common class in a PHP MVC framework |
|
Mar 12 |
comment |
Disallowing routed URLs Yeah, seems like the best option. Perhaps I could give a 'disallow array' to the routed URL. |
|
Mar 2 |
comment |
Disallowing routed URLs It's not really a permission issue, I just want to have a canonical URL and redirect the other ones.. |
|
Mar 1 |
asked | Disallowing routed URLs |