SitePoint Sponsor |
|
User Tag List
Results 76 to 94 of 94
-
Oct 26, 2005, 09:40 #76
- Join Date
- Aug 2005
- Location
- Santa Rosa, CA
- Posts
- 67
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Just a thought: it sounds like this Zend Framework is not so much a "complete system" like many of the existing PHP frameworks, but rather it is a collection of small, self-contained classes to abstract some common Web site development gruntwork. If that is the case, then I submit to you that it could be possible to build more elaborate, "site-in-a-box" frameworks on top of the Zend Framework. That would be cool. The flip side to this is that this framework is starting to sound a bit like a competitor to some PEAR classes, which I suspected from the get-go. I wonder how that idea sits with people?
JaredLast edited by JaredWhite; Oct 26, 2005 at 11:15. Reason: Fixed a typo
-
Oct 26, 2005, 10:16 #77
- Join Date
- Jan 2003
- Posts
- 5,748
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Sits pretty well with me in fact. The quicker we see the end of PEAR and it's institutionalisation, the better. It wasn't upto much anyways, and from my point of view, is PHP4.yuk anyways.
We don't need it anymore, not that we needed it in the first place that is.
-
Oct 26, 2005, 20:11 #78
- Join Date
- Aug 2003
- Location
- Toronto
- Posts
- 300
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Nice to see Wez provide some details but disappointing to see him use an argument that reminds of SCO-like FUD on the FOSS community. I appreciate his point about having a development process and "clean IP", but I cringe at the idea that code outside of the Zend framework is potentially already "contaminated" -- to the point where none of it can be trusted.
Will Zend be offering indemnification? Are they looking for copyright attribution from contributors so that they can dual-license? I do think they are capable of a technically sound solution; otoh, I am concerned about the community process and licensing issues.
Even before code, I think the first thing they should release is their license agreement and the official procedures and rules -- and that they should release these sooner than later. It sounds like they want to create a community based process yet there doesn't seem to be any *open* contact with the community at this point.
-
Oct 26, 2005, 21:48 #79
- Join Date
- Nov 2002
- Posts
- 841
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I find the focus on the license curious, too. Why didn't they take care of this before the announcement? How long have they been planning this? Its probably just over-zealous lawyers preserving their options. Yet, I get a whiff of something else. Not sure if its FUD or just lack of preparation.
-
Oct 26, 2005, 23:01 #80
- Join Date
- Aug 2004
- Location
- California
- Posts
- 1,672
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Clean IP, Extreme Simplicity, and all the other buzz words really don't matter. For me the most important question is: are there smart, even visionary, people designing and building the thing? There is no replacement for excellent design.
I don't see much vision and get more a sense of "Oh Sh*t! Rails and AJAX! Rails and AJAX! We better do our own framework!"Christopher
-
Oct 26, 2005, 23:10 #81
- Join Date
- Sep 2003
- Location
- Glasgow
- Posts
- 1,690
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I don't know. I'm going to sound obsessive but I think tests are a promising sign of sophistication (although its phpUnit not SimpleTest
).
-
Oct 26, 2005, 23:42 #82
- Join Date
- Aug 2005
- Location
- Santa Rosa, CA
- Posts
- 67
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Good call, McGruff, I like SimpleTest much better also. Oh well -- better PHPUnit than nothing at all.
-
Oct 27, 2005, 00:48 #83
- Join Date
- Jan 2004
- Location
- Oslo, Norway
- Posts
- 894
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by arborint
Dagfinn Reiersøl
PHP in Action / Blog / Twitter
"Making the impossible possible, the possible easy,
and the easy elegant" -- Moshe Feldenkrais
-
Oct 27, 2005, 00:57 #84
- Join Date
- Jan 2004
- Location
- Oslo, Norway
- Posts
- 894
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by JaredWhite
)
Seriously, the choice of test framework is not the critical factor. The fact that they're using one, and theiir skill in using it is more important.Dagfinn Reiersøl
PHP in Action / Blog / Twitter
"Making the impossible possible, the possible easy,
and the easy elegant" -- Moshe Feldenkrais
-
Oct 27, 2005, 06:14 #85
i'm wondering about the template view. are they going to use tags similar to <jsp:something> <asp:something> or use a smarty or ruby like syntax.
i'd prefer tags since its easier on designers and does not require to touch code in order for the tags to do something. not to mention tags are usually something that you could easily add to any html editor/ or ide that handles HTML tags.
And i know they said they required no configuration files for the framework but a configuration class would be handy that you could use native php, .ini files, or xml .cfg file or something. (which would compile the xml or ini into a php file with a timestamp to keep from parsing it each time, i know myself and others already do this to some degree) that way its already abstracted and you can pull from a global singleton instance.
Originally Posted by McGruff
and even though i understand too many cooks in the kitchen spoils the broth as wez said, but I still think IMHO, that they should be a little more open into letting the community help or at least post code to the community and take in suggestions.
This does sound last minute and rushed.
maybe they've been reading all the sitepoint threads secretly
-
Oct 27, 2005, 06:55 #86
- Join Date
- Jan 2004
- Location
- Oslo, Norway
- Posts
- 894
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by mx2k
Dagfinn Reiersøl
PHP in Action / Blog / Twitter
"Making the impossible possible, the possible easy,
and the easy elegant" -- Moshe Feldenkrais
-
Oct 27, 2005, 13:18 #87
- Join Date
- Apr 2005
- Location
- San Diego, CA
- Posts
- 205
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I have always admired Zend's willingness to do the unthinkable, trying to balance open source development's commercial aspects with the ideology of the open or free source movements.
I remember a meeting I had with the President of Zend at an open source conference in san jose, I forget the date but it was a few years ago. It was right before they released their PHP Encoder tool. He asked me what I'd like to see from Zend and I said that what PHP needed was a commercial leader. The developers of PHP weren't doing it, they all had day jobs and spoke at a conference or two each year.
My opinion was that for us developers and business owners to be taken seriously, there needed to be a, for lack of a better word, a behemouth driving PHP forward. If not, PHP would never emerge from the backroom and be relegated to cutesy stuff.
Here it is years later and they still take a beating for what they're trying to do. Not that it's unjustified. In fact they have confounded me several times but that's normal, imho.
For instance I'm trying to do something on the educational side with them, since several of the regular conference speakers work for them, and for one reason or another the ball got dropped. I contacted them again and now for us to be involved with each other I have to become a certified Zend trainer, have a training office with a heater and air conditioner, among other requirements, and buy a certain number of units (this was the only condition I agreed with).
I mention that to illustrate that they're at least trying something and they're going to hit bumps in the road and because they're the most public of the PHP commercial entities they are easy targets of criticism.
For me they, or someone like them, are necessary to move PHP into the future but it will come with some hiccups. In the end I'm glad they're around and I'll consider just about anything they present. The great thing is that PHP still gives you a choice of how you want to develop. Cheers.I study speed waiting. I can wait an entire hour in 10 minutes.
-
Oct 27, 2005, 19:54 #88
- Join Date
- Aug 2003
- Location
- Toronto
- Posts
- 300
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
These comments shed light on the licensing issue -- and for the better, I think : http://andigutmans.blogspot.com/2005...o-long-so.html
-
Oct 27, 2005, 20:50 #89
- Join Date
- Aug 2004
- Location
- California
- Posts
- 1,672
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by jayboots
Christopher
-
Oct 28, 2005, 14:44 #90
- Join Date
- Aug 2002
- Posts
- 54
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I dont know why i have a strong feel about the End Of PHP , not End exactly but loosing a great amount of Web Development Market !
-
Oct 28, 2005, 16:11 #91
Originally Posted by dagfinn
-
Oct 30, 2005, 04:34 #92
Why does doing a configuration file in ASP.NETseem like brain surgery but In Ruby on Rails it just goes? I think that Zend is chickening out on actually making something that is simple in usage but powerful.
I don't want to use a framework that when another developer decides to start hacking into my code I can't tell what is what because the framework allows them to use crazy twists on something that should be controlled. So if it is not MVC and allow "flexibility" I don't want to have anything to with it.
Dumping PEAR is a good idea as I have expressed previously that the reason that Perl is being held back is because of a giant-sized dependacy on the CPAN library. Libraries written outside of the installation of a scripting language become a crutch and ball and chain. This is one good thing about .NET. PEAR should be killed and further development of built-in libraries like PDO should be instituted. I don't care if PHP becomes 100 mb large as long as I don't have to deal with the constant lack of development because of non-synchronisation of outside projects.Last edited by Carl; Oct 30, 2005 at 06:35.
FHQK ed UP - It's a really FHQK ed UP world we live in!
Hiveminds Magazine
Search Engine for Drupal
Search Engine for Students
-
Nov 3, 2005, 04:59 #93
- Join Date
- Jan 2002
- Posts
- 10
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Interesting developments, interesting times. Not going to be that useful for me (lack of PHP4) support for most of my projects but it's good to see that they are trying to get a decent framework of the ground. The current frameworks situation is one big mess, CakePHP looks like one of very few exceptions to that. It seems like Zend is creating just another one of those. The main advantage of that is that it's Zend behind it which will give it some guaranteed backing/continuity. Being an opensource guy myself I don't see many other advantages, rather see some disadvantages in Zend control.
I have to say that this:
http://netevil.org/node.php?nid=633
If you're a business that takes legal matters seriously, are you going to trust a bunch of guys that probably haven't even met each other in real-life to maintain clean IP, or a company backed by other PHP related businesses?
I'm thoroughly and utterly fed up with the 'sue them' mentality in the US. The legal system over there went WAY out of hand. Pretty insane and very, very counter productive. Bah. The worst thing is that the rest of the world is suffering because of that
Anyway. If you ask me Zend isn't making friends in the opensource corner (which made PHP big in the first place). It sounds really sounds like, 'ah, it was fun playing with you in the sandbox but we're going to play with the big boys now to cash in'. That's probably a bit too cynical but you get my driftWe'll see where this thing goes...
Last edited by BartVB; Nov 4, 2005 at 01:56.
-
Nov 3, 2005, 14:59 #94
- Join Date
- Nov 2005
- Posts
- 327
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by OfficeOfTheLaw
Bookmarks