blahblah8888 posts
Green Frameworkhttp://code.google.com/p/green-framework/ Just to share some finding I have found about Philippe's great work! |
PHP ERROR - frog will not workCould you post up what changes you needed to make it php4 compatible? It would be the best, if you could post up the final php4 compatible frog. Thanks! |
Framework: Input Filteringa sanitization class from cakephp http://api.cakephp.org/sanitize_8php-source.html |
Framework: Input Filteringyep, the simple way you said would be great too. i was thinking too much and got scared when filtering is not a given feature in the framework... also filtering is not that necessary for Frog... there is only one frontend form submit through comment submission. i was thinking of doing some sanitization inside the framework's record class. other can get... it is really small and sweet... |
Framework: Input FilteringJust a side note... maybe input filtering/sanitization is handled by PDO driver's Quote function which is being called through Escape function in Record class. But is it secure enough to take care of XSS? |
Framework: Input FilteringI am trying to try out this wonderful minimalistic framework. However, I am worried that it doesn't have built-in input filtering. Maybe I have missed out. If input filtering is deliberately left out of the framework, I hope you could advise or recommend me what kind of approach I should take for security concerns with input data. Thanks. |