Re: More buzz wanted



I've built up a little library of PHP "helper" functions for common
web-related stuff. Big all-encompassing frameworks are a huge hassle if
the framework does not handle something you need. Helpers are easier to
toss, ignore, or rework if they don't do what you need. Frameworks you
marry, helpers you only date so you can dump them easier if they nag
you too much or become high-maintenance :-)

This is my experience too. Create a small function or class library
with helpers and don't bother any "frameworks". When you are using
platforms such as PHP or the JDK it is only a few pieces missing, which
you (or your company or your project) can easily fill in by yourself.

One drawback is that PHP does not have named parameters for
optional features. However, you can emulate them in various ways.

It's amazing that such basic features are missing in PHP. I also hate
the use of the dollar sign with variables, everywhere. The dollar sign
should only be necessary inside strings, like they are used in shell
scripts.

But the performance and stability of PHP (or LAMP) are impressive.

Fredrik Bertilsson
http://frebe.php0h.com

.



Relevant Pages

  • Re: More buzz wanted
    ... Helpers are easier to ... Frameworks you ... It's amazing that such basic features are missing in PHP. ... good language for good language sake. ...
    (comp.object)
  • Re: Beginning Ruby
    ... building a website community with it just in order to see how powerful ... Are you planning on using any existing Ruby web framework (Rails, IOWA, ... Again, more helpers for the frameworks, like ActiveRecord for Rails. ...
    (comp.lang.ruby)
  • Complicated Frameworks (was: Relational-to-OOP Tax)
    ... Many OO frameworks are *unnecessarily* complicated IMO. ... I've been leaning toward what I call "helpers" instead of all- ... try without having to marry a big framework. ...
    (comp.object)
  • Re: Professional Applications Devolpment
    ... Looking upon .net and php, I always confronted jsp and J2ee, like you ... Not only the good frameworks are on J2ee, ... handled with Filters in J2ee presented in Core J2EE patterns by deepak ...
    (comp.lang.php)
  • Re: [PHP] Architecture patterns in PHP
    ... Using the code ignitor framework reduces that dramatically and I now have 5 rules based classes that control the majority of the app with the rest of the code being mainly basic crud and validation. ... way simpler to maintain and the mvc pattern makes changes and additions a breeze. ... My 2 cents, though it's worth looking at other frameworks like qcodo, cake, or send to pick the flavor that fits you best ... web application, and I'm wondering at the best approach in PHP, particularly ...
    (php.general)