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.
Log in to post a comment.