Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Properly Wording a Project

Status
Not open for further replies.

thenewa2x

Programmer
Dec 10, 2002
349
US
(This is not strictly PHP)

I'm developing a set of PHP scripts that will allow developers to expand on the functionality of the scripts but develop their own script by using the functions and classes within this set of scripts.

Which description would best describe this set of scripts?

- PHP Development Framework
- PHP Development Framework System
- PHP Framework System

If you can think of others, I would like to hear them.

 
[joking]
Dynamic Linked Libraries?
[/joking]

< M!ke >
Your right to an opinion does not obligate me to take you seriously.
- Winston Churchill
 
Your first option (PHP Development Framework) sounds the best to me.
 
Let's say that all the scripts developed by other people using the framework must be accessed through another script in order to function properly.

Instead of:
Code:
another_script.php

It is:
Code:
index.php?script=another_script

Would this still be considered a development framework even though the framework is capable of functioning independently from what other developers create in the scripts? (something like a default process)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top