AURAsys is the CMS I developed for this site. Currently, it is entitled AURAsysβ, as it is in a very limited and closed beta. It's written in PHP5 and requires a MySQL database.
I'm developing the project myself, so development is slow and small issues can exist because of lack of bug-checking.
The system creates tables dynamically, edits them, etc. With this system, to write pages, you will never have to look at the SQL database itself, but data will be stored there.
The first version I made is what this site is currently running o. The entire back-end PHP script was written by me. I utilized a model-view-controller (MVC) model to develop the site, to allow for easier change of back-end or front-end upgrades. For the front-end appearance, I utilized my own graphic designs, along with the jQuery javascript code for AJAX and small animations. In the administration, I use TinyMCE for a WYSIWYG editor for simple things, such as blog posts. Besides those two scripts, the entire code was written by me.
I'm currently working on the second version of the CMS. I will utilize Smarty for skinning and Doctrine for object storage. This second version will most likely replace projects for which I have written CMS's previously.
AURAsys is closed to the public. However, if you need to see the source for whatever reason, contact me with the information on my contact page. I'm happy to give the code for valid reasons.

