Jaisen Mathai
Jaisen Mathai
Is the use case for this to define a set of routes that belong to a blog as a lazy route of `/blog*` which loads the more specific routes? How...
@Criptos Thanks for the response. Just trying to wrap my head around this a bit more. Is the benefit more to do with code management than performance, then?
Can you put your code on pastebin and link to it? The error alone doesn't provide enough information as to what the problem is.
Can you try to comment out lines 127 and 128 in EpiFoursquare.php? https://github.com/jmathai/foursquare-async/blob/master/EpiFoursquare.php#L127
Yes, it should be documented. One of 3 excpetions are thrown. This is the heirarchy. ``` class EpiDatabaseException extends EpiException{} class EpiDatabaseConnectionException extends EpiDatabaseException{} class EpiDatabaseQueryException extends EpiDatabaseException{} ``` https://github.com/jmathai/epiphany/blob/master/src/EpiException.php#L28
There is not but we could add a `close` method by setting `$this->dbh = null;`. http://php.net/manual/en/pdo.connections.php
@MikeGrace, yup. Haven't updated the docs since adding the utility functions. `get*()` is the preferred method of using the modules. You can definitely instantiate a new class if it works...
@cr1st1an That's a valid bug report. We might be better off using `== ''`. Did you want to submit a pull request?
Thanks for the PR. I'm not familiar with `ATTR_EMULATE_PREPARES` but it sounds like it might make sense to include it (optionally or by default - unsure which). Here's a thread...
Reiterating what @challgren mentioned. - Is all this in your document root? - Is there anything in your error log? - Are you using virtual hosts? - What's your virtualhost...