W
W
waynemax2014-01-26 18:31:53
PHP
waynemax, 2014-01-26 18:31:53

How to organize the collective development of a social network?

How to organize the collective development of a social network so that only one person has access to the entire engine?
The programmer wants to help me with the modules of my engine, but I don't want to give him the full engine.
What is the best way to proceed in this situation? Give him input and output data, provide the layout and structure of the database?
Will he write modules from scratch, without an engine?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Y
Yuri Shikanov, 2014-01-26
@waynemax

Sign an NDA and let the person work in peace.

A
Alexey Sundukov, 2014-01-26
@alekciy

Make an API for it. REST is the best. I don't suggest the option of coding scripts with Zend, because the structure of the database remains open.

D
Dmitry Filatov, 2014-01-28
@i_dozi

Of course, make an API. This will be the most intelligent way, and a good start for the future.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question