Re: [PHP] the most amazing php code i have ever seen so far

2008-04-25 Thread mike
On 4/25/08, paragasu <[EMAIL PROTECTED]> wrote: > too bad, i can't find any framework out there using this concept. well, i > think > have to figure out how it works and code on my own. can anyone kind enough > to > give me a good reference to read about this? google? :) http://en.wikipedia.or

Re: [PHP] the most amazing php code i have ever seen so far

2008-04-25 Thread paragasu
On Sat, Apr 26, 2008 at 1:47 AM, Eric Butera <[EMAIL PROTECTED]> wrote: > On Fri, Apr 25, 2008 at 1:29 PM, Nick Stinemates <[EMAIL PROTECTED]> > wrote: > > That is a beatiful example of the observer pattern. > > too bad, i can't find any framework out there using this concept. well, i think hav

Re: [PHP] the most amazing php code i have ever seen so far

2008-04-25 Thread Eric Butera
On Fri, Apr 25, 2008 at 1:29 PM, Nick Stinemates <[EMAIL PROTECTED]> wrote: > That is a beatiful example of the observer pattern. Just for the record I take no credit on that whatsoever. I'm just repeating what I've found elsewhere. The key (for me anyways) is that the subject doesn't have to i

Re: [PHP] the most amazing php code i have ever seen so far

2008-04-25 Thread Nick Stinemates
On Thu, Apr 24, 2008 at 10:41:05AM -0400, Eric Butera wrote: > I can't show you the code because I wrote it on company time therefore > I don't own it. > > A very generalized example. > > Register events: > $events = array( > array('event'=>'onSave', 'class'=>'localEvents', > 'method'=>'ha

Re: [PHP] the most amazing php code i have ever seen so far

2008-04-24 Thread Jason Pruim
On Apr 24, 2008, at 10:38 AM, paragasu wrote: On Thu, Apr 24, 2008 at 10:31 PM, tedd <[EMAIL PROTECTED]> wrote: The most amazing code I have ever seen? That's easy -- just about anything that Stut, Rob or Daniel provides. I have a whole library of their routines. Good stuff! Cheers, ted

Re: [PHP] the most amazing php code i have ever seen so far

2008-04-24 Thread Eric Butera
On Thu, Apr 24, 2008 at 10:19 AM, paragasu <[EMAIL PROTECTED]> wrote: > wow.. this is the response i expected to see for all php expert programmer. > honestly, i don't know yet how it works. But, it seem so interesting to me. > do you have any live project making use of this one? I can't show you

Re: [PHP] the most amazing php code i have ever seen so far

2008-04-24 Thread paragasu
On Thu, Apr 24, 2008 at 10:31 PM, tedd <[EMAIL PROTECTED]> wrote: > The most amazing code I have ever seen? > > That's easy -- just about anything that Stut, Rob or Daniel provides. > > I have a whole library of their routines. Good stuff! > > Cheers, > > tedd > > can you please give a link? i wan

Re: [PHP] the most amazing php code i have ever seen so far

2008-04-24 Thread tedd
The most amazing code I have ever seen? That's easy -- just about anything that Stut, Rob or Daniel provides. I have a whole library of their routines. Good stuff! Cheers, tedd PS: And no, don't ask for it. -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- P

Re: [PHP] the most amazing php code i have ever seen so far

2008-04-24 Thread paragasu
On Thu, Apr 24, 2008 at 9:50 PM, Eric Butera <[EMAIL PROTECTED]> wrote: > On Wed, Apr 23, 2008 at 3:14 PM, paragasu <[EMAIL PROTECTED]> wrote: > > Personally, i vote for www.eyeos.org project for the best php code. > Anyone > > know better? > > > > You want to see something cool? > > http://stub

Re: [PHP] the most amazing php code i have ever seen so far

2008-04-24 Thread Eric Butera
On Wed, Apr 23, 2008 at 3:14 PM, paragasu <[EMAIL PROTECTED]> wrote: > Personally, i vote for www.eyeos.org project for the best php code. Anyone > know better? > You want to see something cool? http://stubbles.net/browser/trunk/src/main/php/net/stubbles/events I don't actually use that specif

Re: [PHP] the most amazing php code i have ever seen so far

2008-04-23 Thread mike
i'm confident, there just isn't much use to the barrage of snippets and customized stuff. i am in the middle of some useful, generic code, we're using it where i work, but it isn't in any sort of distributable fashion at the moment. it almost mirrors the idea of the zend framework, but in a proced

Re: [PHP] the most amazing php code i have ever seen so far

2008-04-23 Thread paragasu
> > Some day I'll pac > Sadly I have nothing worthwhile out in public right now. everything is relative in this small world. honestly, just like you, i also tend to think my code is good (of course because i wrote it).. personal opinion is different than what the public might say. some day, when

Re: [PHP] the most amazing php code i have ever seen so far

2008-04-23 Thread mike
Some day I'll package up some stuff and release it. Sadly I have nothing worthwhile out in public right now. On 4/23/08, paragasu <[EMAIL PROTECTED]> wrote: > > Yes: mine. > > kind enough to let me see your code .. =) > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht

Re: [PHP] the most amazing php code i have ever seen so far

2008-04-23 Thread paragasu
> Yes: mine. kind enough to let me see your code .. =)

Re: [PHP] the most amazing php code i have ever seen so far

2008-04-23 Thread mike
On 4/23/08, paragasu <[EMAIL PROTECTED]> wrote: > But one project using php in a very clean way. The codeis look so simple. > yet do so much thing. > Personally, i vote for www.eyeos.org project for the best php code. Anyone > know better? Yes: mine. :) -- PHP General Mailing List (http://www.