Re: [fw-general] Remove default routes, but keep the 404 errors

2009-09-15 Thread Jurian Sluiman
Hi Ralph, Thanks for your helping hand! I have a resource adding all the pages. It's not really different from what you are doing, but it's pasted at http://pastie.org/617111. The most important thing is $route-addConfig($config)-removeDefaultRoutes(); I have pasted the $config-toArray() as

Re: [fw-general] Clarification needed about Zend and its products

2009-09-15 Thread ataulkarim
Hi, Once again thanks for the detailed info that helped me alot in understandig caching in ZF. Im busy with a project nowadays where im trying to use ZF. Can somebody just outline some performance procedures based on the following infos: 1. The project is going to use alot of mysql db

Re: [fw-general] Zend_Validate_NotEmpty and null values

2009-09-15 Thread Martin Carpentier
Hi Ralph, I just looked at the version of Zend_Validate_NotEmpty you pointed me to and it's working as expected now! Thank you I'm a bit confused tough by which version is the most current in the svn. When I opened the issue in Jira (ZF-7843http://framework.zend.com/issues/browse/ZF-7843) I

[fw-general] SpiffyCalendar for the ZendFramework

2009-09-15 Thread Kyle Spraggs
I wasn't quite sure which category to post this in but went with the general topic. If this is incorrect please correct me and I'll move it to the appropriate category. Finding a Calendar I ran into a situation this weekend where I needed a calendar for the Zend Framework. I spent an

Re: [fw-general] SpiffyCalendar for the ZendFramework

2009-09-15 Thread Саша Стаменковић
Nice work ;) Regards, Saša Stamenković On Tue, Sep 15, 2009 at 3:42 PM, Kyle Spraggs the...@spiffyjr.me wrote: I wasn't quite sure which category to post this in but went with the general topic. If this is incorrect please correct me and I'll move it to the appropriate category. Finding a

[fw-general] Most Wanted: Zend_Acl Issues

2009-09-15 Thread Ralph Schindler
Hello everyone, With the new states added to Zend Framework issues tracker, I have pruned and triaged Zend_Acl's issues. You can tell them by the icon that looks like this: [I] in the link below: http://framework.zend.com/issues/secure/IssueNavigator.jspa?resolution=-1component=10070

Re: Re: [fw-general] RFC: ZendX_Doctrine

2009-09-15 Thread Matthew Ratzloff
What is the current status of this? -Matt On Tue, May 12, 2009 at 4:29 PM, Matthew Lurz mlur...@gmail.com wrote: I agree, with both of you :) I don't think we need to swallow the project whole or cultivate an overarching bureaucracy since the ZF team provides the necessary tooling,

[fw-general] BBEdit Zend Framework Clippings Updated

2009-09-15 Thread Carlton Gibson
I’ve just uploaded the latest version of the Zend Framwork Clipping set for BBEdit. As usual you can grab this from: http://noumenal.co.uk/resources/downloads or via GitHub: http://github.com/tedmasterweb/bbeditclippings/ Changes in this release Added the class to the clipping name to

[fw-general] SpiffyCalendar for the Zend Framework

2009-09-15 Thread Kyle Spraggs
I wasn't quite sure which category to post this in but went with the general topic. If this is incorrect please correct me and I'll move it to the appropriate category. Finding a Calendar I ran into a situation this weekend where I needed a calendar for the Zend Framework. I spent an

Re: Re: [fw-general] RFC: ZendX_Doctrine

2009-09-15 Thread Matthew Lurz
Hi Matt, Thanks for your interest. Overall I've been unable to drum up a lot of community involvement but that's to be expected at this stage I think. In the meantime, I have submitted a few proposals, but an focusing on the resource plugin proposal. I'd really like to get other developers on

Re: [fw-general] Is there anybody from Zend team ?

2009-09-15 Thread Ralph Schindler
Hey Aoohralex, Yes, myself, Alex Veremyev and our team leader Matthew Weier O'Phinney manage the Zend Framework project. Many others at Zend contribute to the project, but all of that is eclipsed by the 100's of active developers that Zend Framework has. Zend Framework would not be what it

Re: [fw-general] Zend_Validate_NotEmpty and null values

2009-09-15 Thread Ralph Schindler
I see the inconsistency and am looking into why the difference exists. Stand by. -ralph Martin Carpentier wrote: Hi Ralph, I just looked at the version of Zend_Validate_NotEmpty you pointed me to and it's working as expected now! Thank you I'm a bit confused tough by which version is the

Re: [fw-general] Zend_Validate_NotEmpty and null values

2009-09-15 Thread Ralph Schindler
Please check trunk now, both trunk and branch release 1.9 are in sync. Thanks! ralph Martin Carpentier wrote: Hi Ralph, I just looked at the version of Zend_Validate_NotEmpty you pointed me to and it's working as expected now! Thank you I'm a bit confused tough by which version is the most

Re: [fw-general] Zend_Validate_NotEmpty and null values

2009-09-15 Thread Martin Carpentier
Excellent! Thanks Can't wait for the next ZF release! Martin Carpentier On Tue, Sep 15, 2009 at 18:53, Ralph Schindler ralph.schind...@zend.comwrote: Please check trunk now, both trunk and branch release 1.9 are in sync. Thanks! ralph Martin Carpentier wrote: Hi Ralph, I just looked

Re: [fw-general] Why I don't have css !! ??

2009-09-15 Thread joostvanveen
Seems like your site is not located in your root, like www.example.com, but in www.example.com/project Try using ?php echo $this-headLink()-appendStylesheet('/project/css/main.css') ? -- View this message in context:

Re: [fw-general] Why I don't have css !! ??

2009-09-15 Thread aoohralex
I have written in .htaccess: RewriteEngine On RewriteRule ^(.*)$ /project/public/$1 [QSA,L] and css works !! Yes - my site is in project/ folder because I have written in console: zf.bat create project project and all files were generated in folder 'project' so in tutorial somebody should

Re: [fw-general] Is there anybody from Zend team ?

2009-09-15 Thread aoohralex
Yes I have more questions :) I know Symfony Framework and SF is MORE comfortable but I have some questions about ZF: 1. Why I must register to download ZF ? 2. Why after generate ZF project using console: zf.bat create project quickstart and after placed it on the server it DOESN'T WORK !! I

Re: [fw-general] Is there anybody from Zend team ?

2009-09-15 Thread Matthew Ratzloff
1. Why I must register to download ZF ? You don't, actually. http://framework.zend.com/download/current/ 2. Why after generate ZF project using console: zf.bat create project quickstart and after placed it on the server it DOESN'T WORK !! I must create .htaccess: RewriteEngine On

Re: [fw-general] Is there anybody from Zend team ?

2009-09-15 Thread Carlton Gibson
Ah okay, you don't need a member of the Zend team to answer these questions, many people form the community could do it. On 15 Sep 2009, at 18:55, aoohralex wrote: 1. Why I must register to download ZF ? You don't. You just need to register to use the CDN, which is faster. Somewhere or

[fw-general] Xdebug and unit testing (cannot redeclare class)

2009-09-15 Thread dmitrybelyakov
Hello, First let me say that its my first experience with unit testing ZendFramework applications. What i'm trying to do is set up PHPUnit along with XDebug for code coverage reports. I wrote few very basic tests that run fine but as soon as Xdebug gets to my aplication folder to generate

Re: [fw-general] Xdebug and unit testing (cannot redeclare class)

2009-09-15 Thread till
On Tue, Sep 15, 2009 at 9:26 PM, dmitrybelyakov shiftplatf...@gmail.com wrote: Hello, First let me say that its my first experience with unit testing ZendFramework applications. What i'm trying to do is set up PHPUnit along with XDebug for code coverage reports. I wrote few very basic

Re: [fw-general] Is there anybody from Zend team ?

2009-09-15 Thread Matthew Weier O'Phinney
-- aoohralex aoohra...@gmail.com wrote (on Tuesday, 15 September 2009, 10:55 AM -0700): Yes I have more questions :) I know Symfony Framework and SF is MORE comfortable but I have some questions about ZF: 1. Why I must register to download ZF ? You don't need to. The first, prominent link is

Re: [fw-general] Is there anybody from Zend team ?

2009-09-15 Thread Joe Devon
If you do not want to register, if you scroll down further on the page, you'll find direct links. I bet if Zend did some clickstream analysis, you guys would be shocked how many people never see the links on the bottom of the page. I remember the first time I wanted to find out more about Zend

Re: [fw-general] Is there anybody from Zend team ?

2009-09-15 Thread swilhelm
If these issues caused @aoohralex problems, I can't wait to see his post regarding modules, ACL, form decorators, doing a db join, - Steve W. joedevon wrote: If you do not want to register, if you scroll down further on the page, you'll find direct links. I bet if Zend did some