TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Flubber – another PHP framework

6 pointsby madospaceover 10 years ago

2 comments

krappover 10 years ago
I think you may find people more receptive to something like this if it&#x27;s built as a Composer package.<p>One of the most important aspects of a PHP framework to me is the ease with which you can add or swap out libraries - and being able to include things with Composer and use its autoloading features would make a framework more modular and easier to manage and extend in the future.<p>Having your own extension system is fine and perfectly valid, but a lot of people have already invested in the existing package manager and PSR-0, and will expect to be able to use it in for their projects.<p>As far as the rest of it, I would mention the use of the deprecated (and highly vulnerable) sql_* functions and the lack of xss protection in the templates but I assume changes to those would be forthcoming.<p>I like the lack of abstraction and the built-in MVC, though I think people used to Rails-style routers in other frameworks like Laravel might wind up a bit put off.
评论 #8443485 未加载
nahhhover 10 years ago
I think you should discontinue this piece of crap. It even probably (depends on whether you perform some sort of sanitization before passing request) has SQL injection vulnerability in your &quot;todo&quot; app example. And it looks like piece of crap that would noone ever use.
评论 #8444855 未加载
评论 #8447827 未加载
评论 #8447809 未加载