Category Archives: Patterns

How To Measure Any Distance With The Pythagorean Theorem

We’ve underestimated the Pythagorean theorem all along. It’s not about triangles; it can apply to any shape. It’s not about a, b and c; it applies to any formula with a squared term. It’s not about distance in the sense … Continue reading

Posted in Mathmatics, Patterns | Tagged | Leave a comment

Even More Sharpy

I am adding a basic Blog app to the base of Sharpy to exemplify how to code using Sharpy … of course, it is just an example.  I fixed a few bugs in DataMapper and made one to one and … Continue reading

Posted in Internet, Patterns, PHP | Leave a comment

More Sharpy

Since the last post I’ve added basic database support for MySQL and PostgreSQL.  In addition is a basic ACL and a DataMapper class to build models from.  I just finished up adding in the ability to execute methods before and … Continue reading

Posted in Internet, Patterns, PHP | Leave a comment

Sharpy

So I decided to start working on a rapid application development (RAD) framework for PHP the other day after a brief stint with Ruby on Rails.  I’ve decided to call the framework Sharpy.  The code is hosted by Google Code … Continue reading

Posted in Internet, Patterns, PHP | Leave a comment