Re: [nyphp-talk] Advice on OOP & Frameworks

2009-08-24 Thread y2rob
hello bev, i personally like codeigniter, though i guess there is an offshoot framework now that's catching steam, which is built off of codeigniter, kohana. ?i've worked with zend last year when researching frameworks, as well as cakephp, but i still liked codeigniter for it's ease of doing thi

Re: [nyphp-talk] Learned one CMS and want to move on.

2009-07-28 Thread y2rob
hello anthony, sorry to hear your troubles, yeah unfortunately these are strange times for progammers. ?the demand is less and people want programmed miracles in days, opposed to weeks and it's safer to use test driven platforms like drupal or joomla, which has a ton of user support as well as m

Re: [nyphp-talk] JSON and MVC

2009-07-22 Thread y2rob
i believe this can be done with codeigniter and kohana (it's been a while since i've done this, fyi), but the view is set with the associated data from the called controller method, you probably could leave the set view out and set a header for this call. i hope this makes sense, if not i can c

Re: [nyphp-talk] JSON and MVC

2009-07-15 Thread y2rob
hello, yeah i'd look into extjs. ?i'm working with extjs now and all you need to do is pass it json and it will render grids for you based off a store you define in extjs calling your rest/service/gateway that renders the json. ?there are minor things you need to do like define a root for the da

Re: [nyphp-talk] updating code from php 3 to 5.2.6: pity me!

2009-06-05 Thread y2rob
wait there's no more HTTP_POST_VARScrap damn to hell?!?!?!? :P ~rob -Original Message- From: David Mintz To: NYPHP Talk Sent: Fri, 5 Jun 2009 2:37 pm Subject: [nyphp-talk] updating code from php 3 to 5.2.6: pity me! Just want you all to feel sorry for me for a se

Re: [nyphp-talk] memory problems

2009-06-04 Thread y2rob
wow, awesome brent, i like the forking idea. question: how are you getting $files2process.? i'm assuming you're reading a directory if it were local, but can you get this number remotely from cURL? thanks ~rob -Original Message- From: Brent Baisley To: NYPHP Talk Sent: Thu,

Re: [nyphp-talk] delete one element from array

2009-06-04 Thread y2rob
yeah i think unset would work just fine. ~rob -Original Message- From: Eddie Drapkin To: NYPHP Talk Sent: Wed, 3 Jun 2009 9:26 pm Subject: Re: [nyphp-talk] delete one element from array Nope, because that'll unset the eighth element! You want unset($array[6]) :P And

Re: [nyphp-talk] unit testing, was Survey: Development environment....

2009-05-07 Thread y2rob
hello mitch, nicely put man and i totally know where you're coming from.? i to hate those type of projects where you're expected to create miracles to get a site up and running in a short amount of time.? not only perform the miracle, but brunt the pressures while developing with this tight de

Re: [nyphp-talk] ORM that uses more advanced MySQL features

2009-04-28 Thread y2rob
ahh yes..nice.  cool nice to meet you and btw, i mean that "i am currently working with doctrine" in my last email. nice to see some great people are on this mailing list!!! sincerely, ~rob -Original Message- From: Guilherme Blanco To: NYPHP Talk Sent: Tue, 28 Apr 2009 2:16 pm

Re: [nyphp-talk] ORM that uses more advanced MySQL features

2009-04-28 Thread y2rob
i've heard about doctrine and i am not working with it, and i love and hate it.  i think once you spend the time to set it up (minus certain quirks with doctrine migrations),  it will do a pretty decent job, but if you have a large (and i mean large) database, you'll can spend a good amount of

Re: [nyphp-talk] Implementing Version Control

2009-03-30 Thread y2rob
i've used vss before and it wasn't bad.? the one thing that was good and bad about vss is that you couldn't check out a file that was checked out by someone else, which makes things bad if you're on a project with someone else and they forget to check something back in and said developer calls

Re: [nyphp-talk] Implementing Version Control

2009-03-30 Thread y2rob
yeah from time to time it goes down, not sure if their traffic doubled lately or not.? gits been stirring up a lot lately ie this thread!! ~rob -Original Message- From: Daniel Convissor To: NYPHP Talk Sent: Mon, 30 Mar 2009 1:09 pm Subject: Re: [nyphp-talk] Implementing Versi

Re: [nyphp-talk] git to this presentation

2009-03-30 Thread y2rob
no, i wasn't trying to criticize, i just wasn't following how your app was configured.? it makes sense though. i've seen it done in both ways, it mostly is determine how you want your application distributed. ~rob -Original Message- From: Chris Snyder To: NYPHP Talk Sent: Mon,

Re: [nyphp-talk] Implementing Version Control

2009-03-30 Thread y2rob
well there's another point i'd like to bring up with github, there is a search within it so if your project is public, you can share and get project libraries to help you in your development.? so think of it as being a code repository/sourceforge all in one.? also you can plug into git pretty

Re: [nyphp-talk] git to this presentation

2009-03-30 Thread y2rob
i think you do bring up some interesting points, but i'm confused on the sensitive material part.? do you not have this in your version control?? i would assume you have a check to determine if you're developing locally, staging or production, so that you're not editing these files per server.

Re: [nyphp-talk] Implementing Version Control

2009-03-30 Thread y2rob
i think that git/github is the best version control since sliced bread, not that the 2 are related :)? git is awesome though.? for group collaboration you can't do much better when it comes to merging, conflicts and omg branching!! in terms of their gui, it's not quite as robust, but it gets t

Re: [nyphp-talk] git to this presentation

2009-03-29 Thread y2rob
yeah, i use git now and it's pretty awesome i must say. ~rob -Original Message- From: Daniel Convissor To: NYPHP Talk Sent: Sun, 29 Mar 2009 3:56 pm Subject: [nyphp-talk] git to this presentation Folks: Saw this announcement in another group and figured it would be

Re: [nyphp-talk] Remote php call

2009-03-24 Thread y2rob
yeah i think curl is probably the best way.  plus i'm not sure if you have control over the service your calling, but if you do you can make it only reply to post requests, set authentification to the post request and other stuff to prevent malicious attacks.  there are options for ssl authent

Re: [nyphp-talk] Apache is killing me.

2009-03-11 Thread y2rob
hello, i might suggest using: http://mmonit.com/monit/ or http://god.rubyforge.org/ - though this requires having ruby on your server so monit might be better :) to help with the server monitoring and trigger notifications if you want. ~rob -Original Message- From: Michael B

Re: [nyphp-talk] Open Source Project Management Tools

2008-12-31 Thread y2rob
i'd be interested in contributing to that :) ~rob -Original Message- From: Matt Juszczak To: NYPHP Talk Sent: Mon, 15 Dec 2008 12:33 am Subject: Re: [nyphp-talk] Open Source Project Management Tools > I think Ive spent years looking for a good open source solution and

Re: [nyphp-talk] Open Source CMS for PHP5

2008-08-21 Thread y2rob
i've been playing around with wordpress a bit because the now mrs. needed a quick website, and this seemed quickest and fastest solution.  yes, i like it and love the community behind it, but i'm not sure if there is a serious bug within wordpress, but i've notice that some processes get hung

Re: [nyphp-talk] Open Source CMS for PHP5

2008-08-20 Thread y2rob
has anyone checked out expression engine.? there is a base free version and if you want modules, there's a small licensing fee; it seems pretty cool though. ~rob -Original Message- From: bzcoder <[EMAIL PROTECTED]> To: NYPHP Talk Sent: Tue, 19 Aug 2008 12:28 pm Subject: Re: [n

Re: [nyphp-talk] Old subject new day - Pear Captcha

2008-06-16 Thread y2rob
hello rolan, thanks very much :) ~rob -Original Message- From: Rolan Yang <[EMAIL PROTECTED]> To: NYPHP Talk Sent: Sat, 14 Jun 2008 8:37 am Subject: Re: [nyphp-talk] Old subject new day - Pear Captcha [EMAIL PROTECTED] wrote:? > hello rolan,? > so did you make any co

Re: [nyphp-talk] Old subject new day - Pear Captcha

2008-06-14 Thread y2rob
hello rolan, so did you make any code change or just had freetype2 installed? ~rob ps - thanks for replying to my post :) -Original Message- From: Rolan Yang <[EMAIL PROTECTED]> To: NYPHP Talk Sent: Fri, 13 Jun 2008 6:07 pm Subject: Re: [nyphp-talk] Old subject new day - Pear

[nyphp-talk] Old subject new day - Pear Captcha

2008-06-13 Thread y2rob
hello, i realize this is an old thread, but was anyone ever been able to get the pear captcha working?? here is the original thread from last year, but it seems like no one had a resolution to it.? http://lists.lists.nyphp.org/pipermail/talk/2007-August/023134.html i've done a couple of search

Re: [nyphp-talk] PHP 6

2008-06-04 Thread y2rob
awesome!!! thanks, ~rob -Original Message- From: Hans Zaunere <[EMAIL PROTECTED]> To: 'NYPHP Talk' Sent: Sun, 1 Jun 2008 4:03 pm Subject: [nyphp-talk] PHP 6 Hello everyone, I came across this article and thought it would be useful to pass along: http://www.ibm.com/d

Re: [nyphp-talk] Trapping JS errors in function called onSubmit

2008-05-08 Thread y2rob
yeah YAY TO FIREBUG!!!? I hear though that FF 3 is way better; it's what i hear :) so don't quote me on that. ~rob -Original Message- From: David Mintz <[EMAIL PROTECTED]> To: NYPHP Talk Sent: Thu, 8 May 2008 12:29 pm Subject: Re: [nyphp-talk] Trapping JS errors in function ca