Developers Diary

Start with Zend PHP Framework

So I almost immediately ditched Symphony and Composer and moved to something I new at least a little: Zend PHP framework.

I was able to get the framework up and running, and in a short amount of time I got CRUD working.  I can create, read, update, and read records from my database.  I was able to get this working with authentication, so I moved even the read functionalities to the secure part of the website because the data contains an email field for website owners.

So this means the skeleton part of just housing and maintaining records is complete for now.

Hello oAuth!

Next phase is learning to interact with Google Analytics API.  I started reading about oAuth.

Intervention

Some paid web work has intervened my learning here for just a little bit.  I’ll be right back…