News and announcements

Release 0.3!

Written for Aurora Framework by Bart Willemsen on 2013-12-09

Pfoo! It's been a while, but after a few months here it finally is. Version 0.3 of my framework. A lot of things happened, with changes all over. It's now finally starting to be a little bit useful! Here is a small list:
- You can now specify multiple routes in 1 callback
- You can put wildcards in routes to respond to an URI like /news/(:num) that will respond to /news/2 or /news/100. In this case, the number will be returned for use.
- Created a query builder class
- Basic model implementation and ORM. (but no relation support just yet..).

You can find the latest downloads here: https://bitbucket.org/bwillemsen/aurora-framework/downloads

Version 0.2 released

Written for Aurora Framework by Bart Willemsen on 2013-08-25

Today I tagged release 0.2! I mostly focussed on a basic database class. Plus work all around to make the framework a bit friendlier when it comes to errors (which happen a lot with me when I am hacking away.. >.>). Full release notes are this:

- PDO database connection (only MySQL support for now, but SQLite should also be easy to support later with PDO's).
- Debugging class to easily track execution time and memory usage.
- Better error handling
- Nicer and friendlier 404 page.. better than a nerdy exception.
- Small bug fixes and visual improvements to home page.

You can find the project (and download) here: https://bitbucket.org/bwillemsen/aurora-framework

Version 0.1 released!

Written for Aurora Framework by Bart Willemsen on 2013-08-19

The first official version of Aurora, version 0.1 has just been released! This is still a very early development version though. You can find the code here: https://bitbucket.org/bwillemsen/aurora-framework

This first release brings focuses on the main structure of the framework. I also made a very easy to use View class that you can use to show a view, for example, when a certain URL is found. You can define what the application should do when a certain URL is visited in the routes.php file.

For the next release, the focus will be on database access and implementing models.

Code hosting moved to BitBucket

Written for Aurora Framework by Bart Willemsen on 2013-08-02

Because I am just far better with Git as with Bazaar, I decided to move the code hosting to BitBucket. I've linked the Launchpad project to the repository over there, so Launchpad's code import tool should take care of the rest! I try to keep project management in here.

14 of 4 results

Announcements