Mike McKee
Mike McKee
Currently in the app folder, we have a config.php. However, imagine someone who takes Faster to make a software product, and he wants an install script to create the config.php....
In the bootstrap/front controller (aka "index.php"), I'm hard-coding the session timeouts to one hour. However, people may want longer session timeouts, such as a guy who uses session variables for...
Plugins
This is a concept I'm playing around with. Feel free to add your commentary. One of the most painful things a developer has to do is make a paginated recordset...
The PDO quote() function leaves much to be desired. We're told to use mysql_real_escape_string(), but that requires a connection to the database to be passed to it for some strange...
I received a request where one wanted to manually override the autodetection of the Base Path and/or Base URL and pull from config.php instead. This will have an effect on...
Vladimir Nikolic asked if we could have another Faster_Request class method called getRequest(). It would use $_GET or $_POST, depending on whether the server received a POST request or not....
In Faster, the index.php is not only the front controller, but also the framework bootstrap. I was asked if someone should edit the index.php file for things like global constants...
I'm hoping you'll see this. It's not a feature or a bug, but I wanted a pleasant way to inform you followers of the Faster framework to my recent blog...
I created some text, then moved my cursor back into the editor near the top, and then clicked the Backspace key. Instead of removing characters, it appended some. I had...