Archive

Archive for August, 2009

Tutorial: Controllers and Actions in LightVC

August 25th, 2009 Richard Pistole 5 comments

In this tutorial, we continue to create an MVC application using the bare LightVC and CoughPHP distributions, focusing on Controllers and Views in LighVC.

For this tutorial, you will need to have the skeleton application created in the previous article on combining CoughPHP and LightVC, as well as our database table and generated CoughPHP code.
Read more…

Categories: programming, tutorial Tags: ,

Hashing Axapta 3 compatible passwords from PHP

August 21st, 2009 Richard Pistole No comments

As an interlude from the CoughPHP, I present the following:

The downside of working with legacy systems is that sometimes you find it necessary to work with existing data in ways that are completely arbitrary. The worst of all of these is password hashing.

Read more…

Categories: programming Tags: ,