Re: [fw-general] Re: [zf-contributors] Poll: Should underscore prefixing of non-public elements be dropped?

2010-08-15 Thread Aleksey Zapparov
Hello, Does elimination of underscores corresponds only to protected or private too? Because IMHO underscores should be removed from protected methods only. So private should have one underscore prefix. Such convention will allow to: 1. Absolutely clearly see that method is not a magic one

[fw-general] Removing unnecessary markup textile tags

2010-08-15 Thread Alizons
Hey guys, I am using Zend textile markup and i wonder if there is a way to remove some tags from markup config. Please advice. Any help will be greatly appreciated. -- View this message in context:

[fw-general] Re: Problem upgrading to ZF10.1+ - please advise

2010-08-15 Thread gruby_karol
I also noticed in my log that the following PHP Notice precedes the exception: [15-Aug-2010 08:54:15] PHP Notice: is_readable() [ function.is-readable function.is-readable ]: Unable to find the wrapper library - did you forget to enable it when you configured PHP? in /library/Zend/Loader.php on

[fw-general] Re: [zf-contributors] Re: [fw-general] Re: [zf-contributors] Poll: Should underscore prefixing of non-public elements be dropped?

2010-08-15 Thread Nicolas A . BĂ©rard-Nault
Hi, Having methods with the same name but prefixed differently is a very bad idea. I cannot stress this enough. From such a nomenclature abuse rises confusion and bad design decisions. At any moment, if you feel this is necessary, you should reconsider how you organize your methods and how you

[fw-general] Re: Zend_Controller_Router_Route_Hostname

2010-08-15 Thread cdlei
me too , thanks very much! ha ha . -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-Controller-Router-Route-Hostname-tp656923p2326024.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Re: Problem upgrading to ZF10.1+ - please advise

2010-08-15 Thread Mon Zafra
That means you have a part of your include path that looks like library:// It looks like a stream wrapper which Zend_Loader preserves when exploding the path string. Check your include path and remove the extra leading slash on the entry following library. -- Mon On Sun, Aug 15, 2010 at

Re: [fw-general] Errors persisting Doctrine 2 entity once user is logged in with Zend_Auth

2010-08-15 Thread Ralph Schindler
I honestly cannot see how Zend_Auth is the issue here. To help debug the situation, you should try deleting the session files to ensure that your session is clean. As for your exception message, that is a tough one. The exception (by looking at the youtube video) appears to say that the