|
Posted by frugalprogrammer on 05/08/07 17:06
On May 8, 3:42 am, Tyno Gendo <you@localhost> wrote:
> Hi everyone
>
> I wondered what if any methods people here use to speed up their PHP
> code (ie. speed at which you produce your code).
>
> Things like 'code templates', 'base objects' for this and that?
>
> I thought it would be interesting to find out if I'm missing out any
> anything cool that could aid in speeding up development.
>
> Thanks.
.... I can hear Leia now... "The faster you code, the more bugs will
slip through your fingers."
Some of the frameworks can add some speed once you get the hang of
them. Check out CakePHP (it's similar to Ruby on Rails):
http://www.cakephp.org/
A lot of speed is inherent in the design decisions you make, which
will come with experience.
Cheers,
Andrew
Navigation:
[Reply to this message]
|