Posted by Jacob Wright in General, Object Oriented ProgrammingJun 13th, 2005 | 12 Comments
This is the first of five articles on object oriented-programming.
An Introduction to Object-Oriented Programming
Thinking Object-Oriented
Planning an Application
Creating Objects
Making Objects Reusable
An Introduction to Object-Oriented Programming will give a brief overview of why there is such a thing as object-oriented programming. Conceptualizing Systems will help us to better picture a system in terms of objects and how the relate to each other. Planning an Application will teach us the importance of planning and what we should do to plan. Creating Objects explains how the objects in...
Posted by Jacob Wright in GeneralJun 7th, 2005 | 2 Comments
The first application being built with Pherret is an ecommerce site for Uclean. It is a full-featured site with alot of extras for the admin. The original site was built off of osCommerce, but because there were so many new features and improvments to be made we needed to rebuild it from ground up. OsCommerce is not very object-oriented and not easy to modify (we have many major changes) so it was determined it would be best to rebuild it.
The store will soon be live and viewable for those who would like to see a Pherret application in action. I will also put up some of the classes, templates,...
Posted by Jacob Wright in GeneralJun 7th, 2005 | No Comments
I have just put up the source files for a Pherret tutorial. This sample application is an image gallery which is pretty simple but gets the job done. Several of the main features are showcased in this tutorial. The tutorial has not been written yet but since I finished the files for it I thought I would let you have at it if you would like to get a jump start on the tutorial. I know there were several who wanted a sample application. I will try to get the tutorial up as soon as possible. Thank you for your patience.
Posted by Jacob Wright in GeneralJun 5th, 2005 | No Comments
I have looked for a framework I felt would help increase my productivity for a long time but found to be bloated with XML or other constructs that are not needed for a PHP framework. I finally started my own framework and called it Pherret. A friend of mine, Derek Andriesian, helped me with some of the ideas. Any Ruby on Rails influence in this framework is from him. I hope to make this the easiest and best framework for PHP.