On Mon, 2003-09-29 at 17:49, Chris wrote:
> 
> Certainly. This is not a theoretical exercise but frustration with 
> dealing with my own code, trying to implement revisions, and basically 
> feeling like I need a map of some kind to know where I am.
> 
> That's why I'm interested in what other people really do rather than 
> theoretical models they think might be the "purest." And it isn't just 
> code and content separation, which isn't always practical as an 
> absolute, but code separation. If I have a simple set of actions to 
> perform, say a series of functions to enter data into a db, review the 
> entry, edit the entry, etc. how can I organize my code so it is easy to 
> maintain and so some things can be reused? Objects? Functions? Fuses? 
> Switches? All of these have their adherents... I'm trying to find one 
> that adheres to me-- i.e. that is usable without being so extensive and 
> abstract that I spend more time trying to learn how to fit the framework 
> than actually getting something done...

Regardless of the framework or library or whatever you choose, you WILL
have to adapt to it to some degree. Whether that be style-wise or just
learning the the API. The more power, and flexibility you want, the more
you will probably have to learn. These things usually come at the price
of learning a very specific way to do something, but once learned,
becomes extremely quick to implement and adapt.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to