Hello,
Can anyone tell me if it is possible to use PHPrunner in a 'modular' fashion in order to complete specific parts of a project.
Example:
While PHPrunner will create a complete master/detail relationship based project, for now i am only interested in how my visitors log in and register on my site. I have been working on a registration and login system that tracks subsequent logins in a table so I can monitor activity.
It appears (to me) that this is naturally broken up into several parts. The registration system. The login system and the monitoring system (where PHPrunner starts to use it's master/detail functionality).
Can I run PHP runner to create the registration system alone and, when happy with this, go back and run it again to get the login system (and eventually the monitoring system)?
Thanks
bmak