Tuesday, April 29. 2008
Trackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
Have you taken a look at Bazaar [http://bazaar-vcs.org/] for version control? I have recently made the switch to it and have not been disappointed yet.
Subversion is almost a necessity for me - I couldn't survive without it as I switch from PC to laptop to home PC.
The Zend Framework suffers from having a massive number of components - but the only ones you really need to focus on are the MVC ones. Learn those, and particularly anything referring to Helpers or Plugins and you won't go far wrong. I'm running a blog series on building a blog with the ZF that might interest you, and there are lots of articles out there.
The Zend Framework suffers from having a massive number of components - but the only ones you really need to focus on are the MVC ones. Learn those, and particularly anything referring to Helpers or Plugins and you won't go far wrong. I'm running a blog series on building a blog with the ZF that might interest you, and there are lots of articles out there.
@Schmalls:
I've taken a look at Git and mercurial in the past and felt for my needs they didn't offer much over svn. Perhaps the advantages just went over my head. Bazaar does look interesting. I need to look into how easy it would be to make backups but it looks promising. Thanks for pointing it out.
@Pádraic:
I've been looking forward to going through your tutorial since you posted part one. I've not had the time to go through it with the attention I want but plan to go through what you have so far hopefully this weekend.
Part of me does wonder whether ZF is the right place for some of the components. Particularly with some of the services I feel much of it is just bloat. Most people aren't going to use them all but they still have to download them.
As you suggest though I'm focusing on the MVC components and then those few additional components I actually need in my application.
I've taken a look at Git and mercurial in the past and felt for my needs they didn't offer much over svn. Perhaps the advantages just went over my head. Bazaar does look interesting. I need to look into how easy it would be to make backups but it looks promising. Thanks for pointing it out.
@Pádraic:
I've been looking forward to going through your tutorial since you posted part one. I've not had the time to go through it with the attention I want but plan to go through what you have so far hopefully this weekend.
Part of me does wonder whether ZF is the right place for some of the components. Particularly with some of the services I feel much of it is just bloat. Most people aren't going to use them all but they still have to download them.
As you suggest though I'm focusing on the MVC components and then those few additional components I actually need in my application.
