panique / mini

Just an extremely simple naked PHP application, useful for small projects and quick prototypes. Some might call it a micro framework :)
1.35k stars 479 forks source link

Question on adding more helpers #236

Open lucasjkr opened 7 years ago

lucasjkr commented 7 years ago

I found this recently and have been using as the basis for a small application I'm working on.

I've been adding some helper functions (for instance, an extension to the PDO class with getRow() and getRows() methods added, as well and an output sanitization function for displaying user data.

Would you accept those as pull requests? Or do you think adding them would cause your skeleton to deviate from the purely minimal example created?