Menu

#4 Move everything to functions

open
5
2005-09-11
2005-09-11
No

Well, not nearly everything, but move stuff to
functions and classes so creating modifications and
plugins would be a heck of a lot easier.

Example:

$article->set_title('test');
$article->set_text('Test');
$article->create();

And so on.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB