Categories

LinkedIn

Jonathan Anders

Share

Recent Comments

Code

Planet Source Code Entries

I am in the process of migrating all of my old (and I mean old) Planet Source Code PHP entries over to this website. In the coming months, I would like to update them and/or re-create them if possible. For example, phpCryptIt was a great game that has since been lost to the world. I still remember the general idea but the entire source code is gone.

Popularity: 15% [?]

Yii Framework

Approximately a month ago I began experimenting with a new PHP framework to help ease my website development woes. I tested many different types of frameworks (CodeIgniter, CakePHP, and Zend) which did not work out well until I came across Yii Framework.

I had already been somewhat familiar with the MVC (Model View Controller) idea and Yii just gave it more credence among the industry. The ease in which you can build web applications is amazing, with nearly a click of a mouse and one command you could have your website structure setup. Elaborating on this if your website has a database back-end, you can use the built in model creation system (Gii) to build your application model around your database model.

All in all, this is by far the best PHP framework that I have come across for many reasons. I am currently working on a few different projects that incorporate Yii as the back-end.

Popularity: 27% [?]

New Code Page

I’ve added a new “Code” page to the site. I will be posting there from time to time with useful scripts and code that I have written. Currently, there is a MySQL database class with a very brief example on how to use it.

Click here to check it out.

Popularity: 99% [?]

Planet Source Code Entry

I’ve submitted Screen Shot Assistant to Planet Source Code. I’ve been meaning to submit this but haven’t had the time. Please browse over there and vote for it!

Popularity: 100% [?]