[fw-general] Looking for help for suffix .html and public/ folder out of the url

2011-07-05 Thread damdamien
*Hello every one*, I *don't speak english very well* but i need help so i'm trying to explain what's my problem. I was working before on /Codeigniter PHP framework/. Now i would like to use something more powerful ! I choosed ZEND Framework but when you're starting to use it the documentation

Re: [fw-general] Zend Framework Standard for PHP_CodeSniffer

2011-07-05 Thread Matthew Weier O'Phinney
-- anton anto...@gmx.de wrote (on Monday, 04 July 2011, 11:21 AM +0200): as you know the Zend standard in PHP_CodeSniffer is outdated and does not fit the actual Zend Framework coding styles. Does anybody knows if there is some solution for this? Ben Scholzen has been working on some ZF

[fw-general] Re: jquery datepicker in layout.phtml

2011-07-05 Thread aluckyar
Hi Jurian I have the same problem and I use the placeholder view helper to render the datepicker first, but it does not work. Can you put a small example? -- View this message in context:

[fw-general] Project Mentoring

2011-07-05 Thread xuhaib
Hi I am starting a new project, which is quite extensive and provides a great margin of performance. I need to have someone as Project Mentor for this project. I would really appreciate if someone could help me out on this project as a Mentor. Please do note that this is not a commercial

[fw-general] Download document as zip file

2011-07-05 Thread andreas2011
*I am trying to download/retrieve an exported zip file in PHP:* // Zend Library /$clientLibraryPath = 'zend/library'; $oldPath = set_include_path(get_include_path() . PATH_SEPARATOR . $clientLibraryPath); require_once 'Zend/Loader.php'; Zend_Loader::loadClass('Zend_Gdata');

[fw-general] http://framework.zend.com/issues/browse/ZF-9624

2011-07-05 Thread Dominik Gehl
Hi, I discovered a bug in Zend_Mail_Protocol_Imap::_decodeLine back in April 2010 and created a ticket for it: http://framework.zend.com/issues/browse/ZF-9624. I also added at that time a possible fix for it to the ticket ... Unfortunately, the bug is still open ... Is there anything else I

Re: [fw-general] http://framework.zend.com/issues/browse/ZF-9624

2011-07-05 Thread Matthew Weier O'Phinney
-- Dominik Gehl domi...@dokdok.com wrote (on Tuesday, 05 July 2011, 12:56 PM -0400): I discovered a bug in Zend_Mail_Protocol_Imap::_decodeLine back in April 2010 and created a ticket for it: http://framework.zend.com/issues/browse/ZF-9624. I also added at that time a possible fix for it to

Re: [fw-general] http://framework.zend.com/issues/browse/ZF-9624

2011-07-05 Thread Dominik Gehl
Currently there is no test of the protected _decodeLine function in the unit tests that ship with Zend Framework. Could you let me know how you handle unit tests of protected functions in Zend Framework ? Many thanks, Dominik On 2011-07-05, at 1:34 PM, Matthew Weier O'Phinney wrote: --

[fw-general] http://framework.zend.com/issues/browse/ZF-10504

2011-07-05 Thread Dominik Gehl
http://framework.zend.com/issues/browse/ZF-10504 is another issue/feature request I reported some time ago, including a fix. Anything I can do to get it accepted ? Any questions / comments ? Thanks, Dominik -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives

[fw-general] CMS for Zend Framework

2011-07-05 Thread Stephan Stapel
Hi, I am searching for a decent php CMS system which basically just provides an API and an administration backend for creating new content. I'd like to create the presentation for the content on my own (using Zend Framework). Ideally, the CMS would also be implemented using Zend Framework

Re: [fw-general] CMS for Zend Framework

2011-07-05 Thread Marco Pivetta
Not really a thing that I know deeply, but I think you could be interested in TomatoCMS, which is quite powerful for what I've seen. I just looked at the code some time ago and never tried it for an extended period of time, but I think you could give it a try ;) Marco Pivetta

Re: [fw-general] CMS for Zend Framework

2011-07-05 Thread zen...@gmail.com
How about MODx ? Sent from my iPod On Jul 5, 2011, at 4:16 PM, Stephan Stapel stephan.sta...@web.de wrote: Hi, I am searching for a decent php CMS system which basically just provides an API and an administration backend for creating new content. I'd like to create the presentation

Re: [fw-general] CMS for Zend Framework

2011-07-05 Thread Jawad
You should also have a look at the Centurion Project (http://centurion-project.org/) which is a quite powerful self-defined CMF (content management framework powered by Zend Framework). Le 05/07/2011 22:33, zen...@gmail.com a écrit : How about MODx ? Sent from my iPod On Jul 5, 2011, at

Re: [fw-general] CMS for Zend Framework

2011-07-05 Thread Benjamin Eberlei
I know two: http://www.redsparkcms.de http://www.pimcore.org/ On Tue, 05 Jul 2011 22:47:38 +0200 Jawad jawad.sto...@gmail.com wrote: You should also have a look at the Centurion Project (http://centurion-project.org/) which is a quite powerful self-defined CMF (content management framework

Re: [fw-general] CMS for Zend Framework

2011-07-05 Thread Marco Pivetta
Oh, yeah, Pimcore looks good! =) Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 5 July 2011 23:21, Benjamin Eberlei kont...@beberlei.de wrote: I know two: http://www.redsparkcms.de http://www.pimcore.org/ On Tue, 05 Jul 2011 22:47:38 +0200 Jawad

Re: [fw-general] http://framework.zend.com/issues/browse/ZF-9624

2011-07-05 Thread Matthew Weier O'Phinney
-- Dominik Gehl domi...@dokdok.com wrote (on Tuesday, 05 July 2011, 01:43 PM -0400): Currently there is no test of the protected _decodeLine function in the unit tests that ship with Zend Framework. Could you let me know how you handle unit tests of protected functions in Zend Framework ? Unit

[fw-general] Re: Discontinuing Maintenance of ZendX JQuery - Suggest drop for 2.0

2011-07-05 Thread emamirazavi
Hi, I think it's a good idea if you use ZF functionality to load javascript functions and handle them because of some reasons: 1. Compressing and minifying(DOJO has not minified some files already) js files. 2. Change automatically the structure of js codes along modifying php codes. 3.

Re: [fw-general] CMS for Zend Framework

2011-07-05 Thread Ariz Jacinto
Hi Stephan, You might find this interesting, I did a presentation about CMS Adapters[1] as used with Zend and other PHP Frameworks a few months ago. CMS Adapters makes it easy to access and manipulate CMS-agnostic content. Ref: [1] http://www.cmsadapter.com