Connecting Tech Pros Worldwide Help | Site Map

ZendFramework... any good?

  #1  
Old March 2nd, 2008, 08:04 AM
dlite922's Avatar
Expert
 
Join Date: Dec 2007
Location: Moon, Dark Side
Posts: 1,075
I've been so use to propriatry frameworks defined by companys i've worked for, i've never gotten a taste of a widely used open source framework and want to just pick one and go for my this next project instead of spending days "falling in love" with one of the open ones.

Have any of you used Zend? pbmod's got a certificate with Zend, but he's not around much any more.

Opinions and recommendations welcome.
  #2  
Old March 21st, 2008, 08:01 AM
dlite922's Avatar
Expert
 
Join Date: Dec 2007
Location: Moon, Dark Side
Posts: 1,075

re: ZendFramework... any good?


Quote:
Originally Posted by dlite922
I've been so use to propriatry frameworks defined by companys i've worked for, i've never gotten a taste of a widely used open source framework and want to just pick one and go for my this next project instead of spending days "falling in love" with one of the open ones.

Have any of you used Zend? pbmod's got a certificate with Zend, but he's not around much any more.

Opinions and recommendations welcome.
if its good enough for phmods its good enough for me! ^_^

thanks for ALL your help.

Zend is "the php company" surprised no expert in the php forum has an opinion of them.

Is there something controversial you guys know about that I don't?
  #3  
Old March 21st, 2008, 11:24 AM
Member
 
Join Date: Nov 2007
Location: Russia, Saint-Petersburg
Posts: 82

re: ZendFramework... any good?


Unfortunateli i have not experience using ZendFramework.
In my opinion all php frameworks more or less similar to each other.Because all of them are implement MVC model.
May i ask you which of them you have used?
  #4  
Old March 21st, 2008, 12:15 PM
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,858
Provided Answers: 9

re: ZendFramework... any good?


Quote:
Originally Posted by dlite922
if its good enough for phmods its good enough for me! ^_^

thanks for ALL your help.

Zend is "the php company" surprised no expert in the php forum has an opinion of them.

Is there something controversial you guys know about that I don't?
Haha, i have no experience with it, either.

But yeh, if the pbmods uses it... it's good enough for anyone!

I wonder where he is these days.
  #5  
Old March 22nd, 2008, 06:32 AM
gregerly's Avatar
Expert
 
Join Date: Sep 2006
Posts: 189

re: ZendFramework... any good?


I can't comment on Zend as I haven't used it. But I am an avid CodeIgniter user. It's a great framework and it's easy to get started using it. Incredible documentation makes using it a breeze. It uses what they call "friendly" urls. EX:

http://www.mysite.com/controller/met...ent2/argument3

In the above URL, the index.php which is built into the platform calls the controller (which is just a PHP class) then specify's the method (a function in the class) and passes in three arguments. The function (or method) then uses the code igniter code $this->load->view('someview') to dictate what gets displayed.

Pretty simple!

Greg
  #6  
Old March 24th, 2008, 02:00 AM
dlite922's Avatar
Expert
 
Join Date: Dec 2007
Location: Moon, Dark Side
Posts: 1,075

re: ZendFramework... any good?


Quote:
Originally Posted by gregerly
...It uses what they call "friendly" urls. EX:

http://www.mysite.com/controller/met...ent2/argument3

In the above URL, the index.php which is built into the platform calls the controller (which is just a PHP class) then specify's the method (a function in the class) and passes in three arguments. The function (or method) then uses the code igniter code $this->load->view('someview') to dictate what gets displayed.

Greg
thanks greg, I"m trying to marry a framework, the one i've(we've) made at my current company helps, but its not all that.

The friendly URL you suggested is very common among all the frameworks.

I'm stickin with Zend, even if its not the best, it will force a "php attitude" on me because its made/documented/etc. by the PHP developers creators.

They're the "PHP Company", Following that and pbmods is my best bet.
  #7  
Old July 3rd, 2009, 11:21 AM
zorgi's Avatar
Member
 
Join Date: Mar 2008
Location: here
Posts: 107

re: ZendFramework... any good?


Quote:
Originally Posted by dlite922 View Post
thanks greg, I"m trying to marry a framework, the one i've(we've) made at my current company helps, but its not all that.

The friendly URL you suggested is very common among all the frameworks.

I'm stickin with Zend, even if its not the best, it will force a "php attitude" on me because its made/documented/etc. by the PHP developers creators.

They're the "PHP Company", Following that and pbmods is my best bet.
After one year what is your opinion? Are you still with it?

Thanks
  #8  
Old July 6th, 2009, 04:54 PM
dlite922's Avatar
Expert
 
Join Date: Dec 2007
Location: Moon, Dark Side
Posts: 1,075

re: ZendFramework... any good?


WOW! I've come so far! A year and a half ago! Thanks for bringing up this post again.

I dropped Zend after the first couple of days of trying to learn it. For a few different reasons really:

1. Why learn all that? Ran into many issues that I had to google over and over. Things didn't go right as it did in tutorials. (And honestly, I didn't know as much as about PHP as I do today, so that may have been a cause)

2. Too big. My projects never seemed to get that large (PDF conversion? etc etc). I use a framework, but my own framework, one that is completely stripped down from Zend. I recently gave it to this community and uploaded it to sourceforge.net (it's called bytesphpfw). Before I evolved this framework from the company I used to work for, I also tried other frameworks (CakePHP, Symphony, and can't remember if I looked at CodeIgniter)

3. I accidentally embraced PHP's freedom for expression and paved a road for myself with a spirit of exploration. I learned the common best practices by example and created my own habit.

Q: Will I go back to an open framework?
A: Only if any project requires me to. My simple MVC layout serves me just fine.

My Advice: Try out an open framework just for the experience. I've heard good things about CodeIgniter.

In the end, I think attribute Zend to IBM: strict, corporate, dry, lacking "jeans and shirt" that most free-spirited PHP lovers desire.




Dan
  #9  
Old July 6th, 2009, 08:03 PM
zorgi's Avatar
Member
 
Join Date: Mar 2008
Location: here
Posts: 107

re: ZendFramework... any good?


I was waiting for your answer :)

Thank you for elaborating. Must say I was hoping for different answer, something more like:"I loved it, still do and never looked back."

I started working on the project I had a choice how to do it. Just for the sake of experience I decided to do it with Zend. First couple tutorials I looked at was really not doing it for me. Especially because 1.8.3 is relatively recent and changes are pretty major. But finaly couple of days ago I found good tutorial and I am geting to like it now. We'll see how it goes.

Thnks again for your reply
  #10  
Old July 6th, 2009, 11:19 PM
dlite922's Avatar
Expert
 
Join Date: Dec 2007
Location: Moon, Dark Side
Posts: 1,075

re: ZendFramework... any good?


:) Sorry, I tend to go on and on.

My Short Answer: Didn't Like it, Didn't Need it, Didn't Learn it, and moved on.


best of luck,



Dan
  #11  
Old July 7th, 2009, 02:42 PM
Member
 
Join Date: Feb 2009
Location: Romania/London
Posts: 88

re: ZendFramework... any good?


What happened to the Bytes Framework? It dissapeared from a Sticky?
  #12  
Old July 7th, 2009, 05:39 PM
dlite922's Avatar
Expert
 
Join Date: Dec 2007
Location: Moon, Dark Side
Posts: 1,075

re: ZendFramework... any good?


It's there on sourceforge, I just don't have time to sit down with it and well basically that's what I had, I wanted mostly for people to add to it and expand on the use of it.

Feel free to download it and change it.
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Security 101 Jeigh answers 9 June 4th, 2008 01:10 AM