[fw-general] Using Apache .htaccess for a specific controller

2007-05-14 Thread Chris Hartjes
I need to protect a specific controller in my ZF app with an Apache-passed login/password combo. Any tips on how to do this? -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net

Re: [fw-general] Using Apache .htaccess for a specific controller

2007-05-14 Thread Chris Hartjes
, or implement inside a class and call it from your action controllers predispatch or init() methods. Just an idea, -ralph That sounds like it could meet what I need. Nothing fancy. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark

Re: [fw-general] TinyMCE, jQuery and ZF

2007-05-09 Thread Chris Hartjes
Thank you all for your great help and suggestions. I'm going to try FCKEditor and make sure to put that .htaccess file in there so that the rewrite engine doesn't mess things up. Thanks again. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http

Re: [fw-general] TinyMCE, jQuery and ZF

2007-05-08 Thread Chris Hartjes
to discuss that. What is the exact problem you're having? Lots off tinyMCE not found errors being reported, and an overall lack of coherent instructions directly related to my problem. You're probably right, this isn't the right place to discuss it. -- Chris Hartjes My motto for 2007: Just build

Re: [fw-general] Implementing complex Views with ZF

2007-04-30 Thread Chris Hartjes
ZF? -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: [fw-general] Implementing complex Views with ZF

2007-04-30 Thread Chris Hartjes
/281-Complex-Web-Pages-with-the-Zend-Framework.html), nothing fancy, are needed lot workarounds... I'm wondering if a lot of what is bothering people about complex web pages couldn't simply be done as custom routes? Just thinking out loud, mind you... -- Chris Hartjes My motto for 2007: Just

Re: [fw-general] Implementing complex Views with ZF

2007-04-30 Thread Chris Hartjes
projects, and they grew organically from them. It will take years before an app built on ZF gets to that level of acceptance. I never understood the I want to wait until I see something incredibly useful built with fill in tech here attitude towards evaluation. It never happens that way. -- Chris

Re: [fw-general] back end cache file naming

2007-04-25 Thread Chris Hartjes
On 4/25/07, frosty1 [EMAIL PROTECTED] wrote: i want to cache a number of large queries. i tried stripping the tags from the sql to use as a name, but it must have been too long. any suggestions on how to dynamically name them? Use PHP's uniqid() function. -- Chris Hartjes My motto

Fwd: [fw-general] Action files

2007-04-20 Thread Chris Hartjes
for an MVC app. As others have suggested, try refactoring your code so your models do all the work of manipulating the data before passing it onto your small and elegant controllers. Hope that helps. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http

[fw-general] Getting ZF to work in a sub-directory

2007-04-16 Thread Chris Hartjes
go to chris/example.com/api I get my 'index' action in my 'index' controller, which is what I expect. But when I try anything else, I get a 404. Obviously I'm missing something simple here, but google has not helped me find it. Any thoughts or suggestions would be greatly appreciated. -- Chris

Re: [fw-general] Getting ZF to work in a sub-directory

2007-04-16 Thread Chris Hartjes
) and it seems to have done the trick. Thanks for the help! -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

[fw-general] Zend_Config question

2007-03-29 Thread Chris Hartjes
explained this properly. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

[fw-general] Re: Zend_Config question

2007-03-29 Thread Chris Hartjes
Though your use case may not be quite the same, I believe there is some overlap where we consider merging configurations. Thanks for the feedback! Best regards, Darby Chris Hartjes wrote: I was wondering if it is possible with Zend_Config to do Apache-style loading of configuration files

[fw-general] Hooking your unit tests into the overall structure

2007-03-14 Thread Chris Hartjes
in to the unit tests for the entire framework. How do I do that? Any help is greatly appreciated. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net

[fw-general] Building RESTful web services with ZF

2007-03-14 Thread Chris Hartjes
I was googling around looking for some tutorials on implementing REST web services with ZF and found that Pádraic Brady's tutorial has disappeared off the web. Anyone have an archived copy kicking around they could share? -- Chris Hartjes My motto for 2007: Just build it, damnit

Re: [fw-general] Building RESTful web services with ZF

2007-03-14 Thread Chris Hartjes
? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: [fw-general] Building RESTful web services with ZF

2007-03-14 Thread Chris Hartjes
Padraic! -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

[fw-general] Properly handling non-XML results via Zend_Rest_Client

2007-03-05 Thread Chris Hartjes
response. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: [fw-general] Bug or feature ?

2007-03-05 Thread Chris Hartjes
get very tricky and personally I think it's not worth the effort for such an extreme edge case. Have you come across any other framework that supports this? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http

Re: [fw-general] Who's working on what list

2006-12-07 Thread Chris Hartjes
, and hope this helps tie some things together for a more unified development process. -ralph Since I'm working on Zend_Service_Audioscrobbler in the incubator, does that mean I'm part of the Zend_Service_* team? -- Chris Hartjes The greatest inefficiencies come from solving problems you

[fw-general] Zend_Service_Audioscrobbler Alpha 0.01 now available

2006-11-15 Thread Chris Hartjes
. -- Chris Hartjes The greatest inefficiencies come from solving problems you will never have. -- Rasmus Lerdorf @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: [fw-general] How get Zend_Controller_Dispatcher_Token from index.php

2006-11-14 Thread Chris Hartjes
method that gets executed before each action in the controller handle authentication issues? CakePHP has this type of thing, I just don't know if ZF does. -- Chris Hartjes The greatest inefficiencies come from solving problems you will never have. -- Rasmus Lerdorf @TheBallpark - http

Re: [fw-general] Re: ZFTestManager available in laboratory

2006-10-17 Thread Chris Hartjes
on Zend_Service_Audioscrobbler I've been able to run all the tests specific to my module, and don't have to run everything else. Perhaps I'm misunderstanding the problem as well? -- Chris Hartjes The greatest inefficiencies come from solving problems you will never have. -- Rasmus Lerdorf @TheBallpark

Re: [fw-general] ZF Shirts

2006-10-12 Thread Chris Hartjes
On 10/12/06, Richard Thomas [EMAIL PROTECTED] wrote: http://benramsey.com/archives/phpc-t-shirts/ Someone should do the same for us ;) CafePress would let you set something up like that pretty quickly... -- Chris Hartjes The greatest inefficiencies come from solving problems you