Re: [nyphp-talk] Problem with MySQL UPDATE syntax

2008-01-11 Thread Yitzchak Schaffer
Did you copy that query directly? You're missing a quote to close value3. Yitzchak Schaffer Systems Librarian Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400 x230 Fax (212) 627-3197 [EMAIL PROTECTED] Tony Furnivall wrote: Hi! I'm having a proble

[nyphp-talk] Templating engines

2008-01-17 Thread Yitzchak Schaffer
seems like whenever I hear about templating, it's using Smarty. Does anyone have any thoughts on Smarty/PHPTAL/other engines that may be out there? Thanks, -- Yitzchak Schaffer Systems Librarian Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400 x230

[nyphp-talk] Wiki Style Links

2008-03-05 Thread Yitzchak Schaffer
I was wondering if anyone else has done this and if they have the code readily available. I want to be able to parse wiki style links such as [[page|title]] [[page]] = Also check out the PEAR Text_Wiki package. ___ New York PHP Community Talk

[nyphp-talk] Server maintenance

2008-12-29 Thread Yitzchak Schaffer
Greetings all: We are doing an upgrade of the server which hosts the survey and staff wiki; there may be brief service interruptions over the next hour or so. Cheers, -- Yitzchak Schaffer Systems Librarian Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400

Re: [nyphp-talk] Server maintenance

2008-12-29 Thread Yitzchak Schaffer
Yitzchak Schaffer wrote: Greetings all: Whoops, wrong recipient - mea culpa, apologies! -- Yitzchak Schaffer Systems Librarian Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400 x5230 Fax (212) 627-3197 yitzc...@touro.edu

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

2009-03-11 Thread Yitzchak Schaffer
fixes the problem. Hrmm, did you check the server's log files from the time of the crash/shutdown? What's the OS? Perhaps also try posting to http://httpd.apache.org/userslist.html -- Yitzchak Schaffer Systems Librarian Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel

Re: [nyphp-talk] .... speaking of Drupal

2009-03-27 Thread Yitzchak Schaffer
Hans Zaunere wrote: I think this is a good idea, so long as there is interest. Any other yays? I can have it setup today. ++ -- Yitzchak Schaffer Systems Manager Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400 x5230 Fax (212) 627-3197 Email yitzc

[nyphp-talk] Working with designers

2009-08-20 Thread Yitzchak Schaffer
nts. Where can one learn the fundamental assumed communication patterns, role & workflow expectations, etc. that go along with this relationship? What is a developer meant to do after being handed a PSD? Many TIA! -- Yitzchak Schaffer Systems Manager Touro College Libraries 33 West 23rd

Re: [nyphp-talk] Working with designers

2009-08-20 Thread Yitzchak Schaffer
b for the production people in the Production department. OK, that makes more sense. -- Yitzchak Schaffer Systems Manager Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400 x5230 Fax (212) 627-3197 Email yitzchak.schaf...@tourolib.org __

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

2009-08-24 Thread Yitzchak Schaffer
is a (more?) strictly OOP, PHP5 port of CodeIgniter. This answered my problems with CI's quirks; now, armed with my enhanced OOP understanding and Kohana, I have in the plans to rewrite my app in Kohana, when my shop's schedule allows. -- Yitzchak Schaffer Systems Manager Touro College Lib

[nyphp-talk] Assessing own skill level for jobs, was nyphp-jobs Junior PHP Dev

2009-09-03 Thread Yitzchak Schaffer
? Many thanks, -- Yitzchak Schaffer Systems Manager Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400 x5230 Fax (212) 627-3197 Email yitzchak.schaf...@tourolib.org ___ New York PHP User Group Community Talk Mailing List http://

[nyphp-talk] Tidy code utils?

2009-09-23 Thread Yitzchak Schaffer
fully-baked as Perltidy. Anyone have a recommendation? Many thanks, -- Yitzchak Schaffer Systems Manager Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400 x5230 Fax (212) 627-3197 Email yitzchak.schaf...@gmx.com ___ New York

Re: [nyphp-talk] Tidy code utils?

2009-09-24 Thread Yitzchak Schaffer
.html The granularity of config options is one of the cooler things about it, IMO - you can set it up for your shop's coding style. -- Yitzchak Schaffer Systems Manager Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400 x5230 Fax (212) 627-3197 Email yitz

[nyphp-talk] Suspending virtual machines with Samba shares

2010-01-11 Thread Yitzchak Schaffer
having it happen in the first place, without killing processes? Many thanks, -- Yitzchak Schaffer Systems Manager Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400 x5230 Fax (212) 627-3197 Email yitzchak.schaf...@tourolib.org Access Problems? Contact systems.libr...

Re: [nyphp-talk] Suspending virtual machines with Samba shares

2010-01-11 Thread Yitzchak Schaffer
thout suspending: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=586 -- Yitzchak Schaffer Systems Manager Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400 x5230 Fax (212) 627-3197 Email yitzchak.schaf...@touroli

[nyphp-talk] Getter/setter best practices

2010-01-12 Thread Yitzchak Schaffer
$this->bar = $baz; } // ... protected function doSomething() { $new_value = $this->getNewValue(); $this->bar = $new_value; // OR $this->setBar( $new_value ); } } Which is preferred, if either? Thanks! -- Yitzchak Schaffer Systems Manager Touro Colle

[nyphp-talk] xdebug / socket_accept() on a virtual machine

2010-01-15 Thread Yitzchak Schaffer
mming from some networking issue? Many thanks, -- Yitzchak Schaffer Systems Manager Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400 x5230 Fax (212) 627-3197 Email yitzchak.schaf...@tourolib.org Access Problems? Contact systems.li

Re: [nyphp-talk] xdebug / socket_accept() on a virtual machine

2010-01-15 Thread Yitzchak Schaffer
On 1/15/2010 11:03, Yitzchak Schaffer wrote: When I run the following test from the command line: Oops, I didn't read the instructions fully, mea culpa. Hold your tomatoes, please... back to testing. -- Yitzchak Schaffer Systems Manager Touro College Libraries 33 West 23rd Street New

Re: [nyphp-talk] xdebug / socket_accept()

2010-01-16 Thread Yitzchak Schaffer
rning: socket_accept() [function.socket-accept]: unable to accept incoming connection [22]: Invalid argument in /www/websites/emeraldview/public/test.php on line 8" Any ideas? Many thanks, -- Yitzchak Schaffer Systems Manager Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463

Re: [nyphp-talk] xdebug / socket_accept()

2010-01-19 Thread Yitzchak Schaffer
On 1/16/2010 19:21, Yitzchak Schaffer wrote: Still working on my xdebug woes; I finished reading the instrux at http://wiki.netbeans.org/HowToConfigureXDebug but the test script still fails. How embarrassing. After consulting with the xdebug docs, I found the problem: xdebug.remote_host

[nyphp-talk] OOP noob - general best practices

2010-01-20 Thread Yitzchak Schaffer
n Amazon reviews, I just bought a copy of the 1994 ed of Object-Oriented Software Construction : Bertrand Meyer on Half.com; any further recommendations? Thanks, -- Yitzchak Schaffer Systems Manager Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400 x5230 Fax (212)

Re: [nyphp-talk] OOP noob - general best practices

2010-01-20 Thread Yitzchak Schaffer
factory came out of the fact that so many of my classes fall into this category. -- Yitzchak Schaffer Systems Manager Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400 x5230 Fax (212) 627-3197 Email yitzchak.schaf...@tourolib.org Access Problems? Contact syste

Re: [nyphp-talk] Deploying PHP Applications

2010-05-01 Thread Yitzchak Schaffer
was doing before, but it was a mess compared to this. -- Yitzchak Schaffer Systems Manager Touro College Libraries 33 West 23rd Street New York, NY 10010 Tel (212) 463-0400 x5230 Fax (212) 627-3197 Email yitzchak.schaf...@tourolib.org Access Problems? Con

[nyphp-talk] phpDoc and versioning

2010-10-21 Thread Yitzchak Schaffer
hanks, -- Yitzchak Schaffer Systems Manager Touro College Libraries (212) 463-0400 x5230 http://www.tourolib.org/ Access Problems? Contact systems.libr...@touro.edu ___ New York PHP Users Group Community Talk Mailing List http://lists.nyphp.org/ma

Re: [nyphp-talk] PHP Regexp Classic Challenge

2010-11-19 Thread Yitzchak Schaffer
being left > with only the straight text with punctuation would be fine > On 19-Nov-10 10:06, Chuck Reeves wrote: I would recommend using DOMDocument instead of regex. ... unless of course the HTML is subject to wonkiness. -- Yitzchak Schaffer ___

[nyphp-talk] Meeting Wed Mar 16: intro to web frameworks

2011-03-10 Thread Yitzchak Schaffer
architecture design. It will be language-agnostic in theory, but I will be speaking about symfony. (Bad timing means it'll be symfony 1.4 and not 2) The event is free, but registration is required. More details at http://www.metro.org/en/cev/59 -- Yitzchak Schaffer Systems Manager Touro Co

Re: [nyphp-talk] Virtualbox as a dev environment

2011-09-02 Thread Yitzchak Schaffer
l/virtualization-smackdown-sun-xvm-virtualbox-16-vs-vmware-server-20-beta-2/8880 -- Yitzchak Schaffer Systems Manager Touro College Libraries 212.742.8770 ext. 2432 http://www.tourolib.org/ Access Problems? Contact systems.libr...@touro.edu ___ New York

Re: [nyphp-talk] Virtualbox as a dev environment

2011-09-02 Thread Yitzchak Schaffer
On 09/02/2011 13:23, Yitzchak Schaffer wrote: I've been using VMware Server (free as in beer) to run Ubuntu VMs on my laptops for 1+ years. Works great for me. You can set up the networking to bridge to the host OS's connection, or to use a NAT subnet within the workstation. Tha

Re: [nyphp-talk] Most common Framework

2011-09-23 Thread Yitzchak Schaffer
e. Then their community welched on the 2.4 release they'd been promising, and lost my trust. :( Goes to show how important community is, to me anyway. Haven't looked at CI in years, maybe time for a revisit. The whole let's-hug-PHP4 thing they had going at the time was a hug

Re: [nyphp-talk] Which deployment apps are you using?

2012-06-05 Thread Yitzchak Schaffer
ch do you prefer to use at the job? I've used puppet plus git in the past, when I was responsible for deployment. We had only one box, so I suppose one could consider it overkill, but it was great for ensuring that dev, staging, and prod environments were set up correctly. -- Yitzcha

[nyphp-talk] BDD: Behat, Codeception...

2012-11-09 Thread Yitzchak Schaffer
So, BDD: I see there's Behat and Cucumber for PHP, which are similar inasmuch as they use a DSL. There's also Codeception. http://behat.org/ http://lucato.it/php-bdd-cucumber-cuke4php http://codeception.com/ I personally have a guttural aversion to the magic DSL style of testing, so Codeceptio

Re: [nyphp-talk] PHP Frameworks

2013-01-14 Thread Yitzchak Schaffer
On 01/14/2013 05:52 AM, Peter Sawczynec wrote: Can anyone offer me any thoughts, what you've heard, background info or real world experience with Laravel? ExpandTheRoom (an agency in Manhattan) uses Laravel, from what I've heard. ___ New York PHP