|
Posted by C. on 04/18/07 13:33
On 17 Apr, 14:41, "Paul" <l...@invalid.com> wrote:
>
> I use Eclipse's PHP IDE. I doubt I am using it to its full extent but I want
> to learn more about, and compare and contrast, frameworks versus IDE versus
> templating systems and MOST IMPORTANTLY learn what is going to save me time.
>
I would have thought that the templating system/framework were
completely seperate from the IDE you use. I suppose a framework could
have debug built-in - which would then affect your your choice of IDE
or vice versa but AFAIK none do.
>
> Can you use a any framework within any templating system?
>
Most PHP frameworks tend to provide a full range of functionality
(authentication, access, ORM, DB abstraction, and templating) so it
rather depends on the framework you use. Actually most PHP frameworks
are really just libraries so even where if your framework of choice
does have a templating system this may not preclude use of a different
one.
> I want to learn now what is going to save time later. Please help
> straighten me out amd let me know what libraries, frameworks and/or
> templating systems you think saves you time.
>
erk. It rather depends how apposite the framework is to your
application and development methodology. I'd recommend looking at
PHPPeanuts (automates development but can be tricky to customize)
Prado (XML based meta language system)
Seagull (library type system with sensible functionality)
Zend (likely to be favoured in commercial web 2.0 type apps)
Blueshoes (lots of javascript eye candy)
CakePHP (very OO)
Horde (PEAR based)
See also http://www.phpit.net/article/ten-different-php-frameworks/
....although you've asked about frameworks, I've got to plug PfP Studio
here - its a toolkit for developing forms.
In some circumstances it may be more appropriate to base your
developing around a CMS - in which case do check out Joomla and
TikiWiki
HTH
C.
Navigation:
[Reply to this message]
|