Re: [fw-general] Extendable models with MySQL, Zend_Db_Table and Zend_Form

2008-06-25 Thread Federico Cargnelutti
A form builder solves this problem. For example, if you have 3 tables: form form_element form_element_option The design scales vertically instead of horizontally, as you only need to worry about the data and not the structure. Then you can use something like Web Forms 2.0 to build or edit the

Re: [fw-general] New Wiki Application under development (ZFWiki) using ZendFramework 1.5.0

2008-06-24 Thread Federico Cargnelutti
I am a family man with a wife, 4yr old and a 19 month year old. What's the secret, where do you find the time? Tell me please!! I started developing a visual form builder using jQuery and Zend_Form and I had to put everything on hold, as I ran out of excuses :) Great stuff, keep up the good

[fw-general] Unit Testing: Rendering Views within Action Controllers?

2008-06-16 Thread Federico Cargnelutti
I was writing a more high level and user friendly interface to speed up the development of modules, when I realized that in the manual you are calling the render() method within the action controller. While this might seem a reasonable thing to do, I was thinking, how are other developers going to

Re: [fw-general] Unit Testing: Rendering Views within Action Controllers?

2008-06-16 Thread Federico Cargnelutti
] wrote: -- Federico Cargnelutti [EMAIL PROTECTED] wrote (on Monday, 16 June 2008, 12:06 PM +0100): I was writing a more high level and user friendly interface to speed up the development of modules, when I realized that in the manual you are calling the render() method within the action

[fw-general] ZF and unit testing

2008-06-09 Thread Federico Cargnelutti
By reading the manual, it doesn't look like ZF is encouraging users to do unit testing. I know that it's up to the developer to worry about this, but shouldn't the ZF encourage developers to test their classes? I'm not talking about developing a unit testing framework or anything like that, you

Re: [fw-general] ZF and unit testing

2008-06-09 Thread Federico Cargnelutti
Matthew, I don't know how I missed this, it's brilliant! Great stuff, thanks a lot! On Mon, Jun 9, 2008 at 3:47 PM, Matthew Weier O'Phinney [EMAIL PROTECTED] wrote: -- Federico Cargnelutti [EMAIL PROTECTED] wrote (on Monday, 09 June 2008, 03:00 PM +0100): By reading the manual, it doesn't

Re: [fw-general] Example Zend Framework Blog Application Tutorial: Parts 1-8

2008-05-15 Thread Federico Cargnelutti
I heard that Zend has now bigger and more powerful servers and that they are giving aways free hosting to distinctive members of its community ;) If that's not true, check out Bytemark, it gives you a Linux VM (Debian or Ubuntu). http://www.bytemark.co.uk/ On Thu, May 15, 2008 at 9:29 AM,

[fw-general] Frameworks compatible with ZF

2008-05-15 Thread Federico Cargnelutti
Do you guys know any PHP framework that is compatible with ZF or extends any of its components? For example: http://trac2.assembla.com/zym http://xyster.devweblog.org/ Much appreciated, Fed

Re: [fw-general] Frameworks compatible with ZF

2008-05-15 Thread Federico Cargnelutti
Magento, of course! thanks Matthew. On Thu, May 15, 2008 at 1:12 PM, Matthew Weier O'Phinney [EMAIL PROTECTED] wrote: -- Federico Cargnelutti [EMAIL PROTECTED] wrote (on Thursday, 15 May 2008, 12:59 PM +0100): Do you guys know any PHP framework that is compatible with ZF or extends any

Re: [fw-general] Web services licensing issue

2008-05-09 Thread Federico Cargnelutti
-clean IP is one of our greatest strengths! Thanks. ,Wil *From:* Federico Cargnelutti [mailto:[EMAIL PROTECTED] *Sent:* Thursday, May 08, 2008 5:55 PM *To:* fw-general@lists.zend.com *Subject:* Re: [fw-general] Web services licensing issue Hi Pádraic Yes, no one argues that, we all

Re: [fw-general] Web services licensing issue

2008-05-09 Thread Federico Cargnelutti
Hi, I completely agree with all the comments posted here, this is something that we need to take care internally. I've already added a new rule to our deployment script. To be honest, I skipped the entire Zend_Service_* part of the manual, so I wasn't familiar with these components and because we

Re: [fw-general] Web services licensing issue

2008-05-08 Thread Federico Cargnelutti
(or at least that it's copyrighted material) and that the API wouldn't give you any special license to this content that you wouldn't otherwise have. Perhaps someone who is an Audioscrobbler user can shed more light on this. On Wed, May 7, 2008 at 4:37 AM, Federico Cargnelutti [EMAIL

Re: [fw-general] Web services licensing issue

2008-05-08 Thread Federico Cargnelutti
:00 AM, till [EMAIL PROTECTED] wrote: On Thu, May 8, 2008 at 10:55 AM, Federico Cargnelutti [EMAIL PROTECTED] wrote: (...) A user might assume that Zend has some kind (...) And that's exactly it. An assumption. Many web services forbid commercial usage with the regular API keys (Flickr

Re: [fw-general] Web services licensing issue

2008-05-08 Thread Federico Cargnelutti
Ultimately, the onus is on developers (consumers) to investigate and understand what they're using. Yes, adding a URL to the TC and/or license in the docblock would be ideal. On Thu, May 8, 2008 at 4:33 PM, [EMAIL PROTECTED] wrote: And if this is the case, who is responsible of informing

Re: [fw-general] Web services licensing issue

2008-05-08 Thread Federico Cargnelutti
Again, it's not ZFs responsibility to spell out license restrictions that may or may not exist for a given service that it provides a client for. You make it sound like providing extra and valuable information is a bad thing. I think the more information you provide to the user, the better. At

Re: [fw-general] Web services licensing issue

2008-05-08 Thread Federico Cargnelutti
is more harmful than not providing any information at all. On Thu, May 8, 2008 at 3:14 PM, Federico Cargnelutti [EMAIL PROTECTED] wrote: Again, it's not ZFs responsibility to spell out license restrictions that may or may not exist for a given service that it provides a client for. You make

[fw-general] Web services licensing issues

2008-05-07 Thread Federico Cargnelutti
Hi, A quick question, visiting the Audioscrobbler's site, I found out that the Web service they provide is for non-commercial use only and it's distributed under the Creative Commons Attribution-NonCommercial-ShareAlike License. No, this is a bit confusing, people/companies using the

Re: [fw-general] Web services licensing issues

2008-05-07 Thread Federico Cargnelutti
license to this content that you wouldn't otherwise have. Perhaps someone who is an Audioscrobbler user can shed more light on this. On Wed, May 7, 2008 at 4:37 AM, Federico Cargnelutti [EMAIL PROTECTED] wrote: Hi, A quick question, visiting the Audioscrobbler's site, I found out

Re: [fw-general] Nightly build system

2008-05-06 Thread Federico Cargnelutti
You can use the ZF and shell scripts to do this. I have something like this for example: config/ site1.com.conf site2.com.conf exclude/ site1.com.exclude site2.com.exclude hooks/ site1.com.post site1.com.pre site2.com.post library/ php.inc.sh rsync.inc.sh

Re: [fw-general] Zend Italy Workshop slides: ZF and PHP frameworks

2008-04-21 Thread Federico Cargnelutti
Great stuff, thanks Simone ;) On Mon, Apr 21, 2008 at 1:21 PM, Simone Carletti [EMAIL PROTECTED] wrote: Hi list, at http://www.slideshare.net/weppos/quale-framework-php-utilizzare/ I've published the slides I created for the first Zend Italy workshop about Zend Framework

Re: [fw-general] Simplicity Meets Power and not Simplicity, Meets Power

2008-04-17 Thread Federico Cargnelutti
- A quest for excellence - Scale your ideas - Code less, Develop better - Quality meets Results - The first brick of wisdom -- *From:* Wil Sinclair [mailto:[EMAIL PROTECTED] *Sent:* 16 April 2008 21:59 *To:* Robert Castley; fw-general@lists.zend.com *Subject:*

Re: [fw-general] Our new Zend Framework Architect

2008-04-09 Thread Federico Cargnelutti
Well deserved, you are very talented. Congrats :) On Mon, Apr 7, 2008 at 9:35 PM, Wil Sinclair [EMAIL PROTECTED] wrote: Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/ Yikes! I knew there was something I forgot to do on

Re: [fw-general] Examples

2008-03-30 Thread Federico Cargnelutti
Here's a demo application uploaded by Ralph Schindler: http://framework.zend.com/wiki/display/ZFUSER/Zend_Layout+and+Zend_View+Enhancements+Demo?focusedCommentId=43492 Fed - Original Message - From: José de Menezes Soares Neto To: Zend Framework General Sent: Sunday, March

[fw-general] zend.com, a bit slow?

2008-01-31 Thread Federico Cargnelutti
Hi guys, I've been visiting the site a couple of times in the last 2 weeks, and it's a bit slow. And also, http://www.zend.com/lists.php needs some styling and is not showing the months in the drop-down menus. Nothing mayor, but I thought it was better to report it than ignore it. Cheers, Fed

Re: [fw-general] zend.com, a bit slow?

2008-01-31 Thread Federico Cargnelutti
in Studio. Stay tuned for more to come! ,Wil -Original Message- From: Matthew Weier O'Phinney [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31, 2008 6:08 AM To: fw-general@lists.zend.com Subject: Re: [fw-general] zend.com, a bit slow? -- Federico Cargnelutti [EMAIL PROTECTED] wrote

Re: [fw-general] [OT] Image processing

2008-01-25 Thread Federico Cargnelutti
Imagik is the best option if you have ImageMagick installed. My experience with Image_Transform wasn't that good, I ported it to PHP5 and I didn't find it very intuitive, the API is confusing, I didn't like how the options are set and overwritten, also, the way the adapters are loaded can be

Re: [fw-general] ZF Proposal Process and Packaging. . .

2008-01-19 Thread Federico Cargnelutti
I think it's a great idea. It will get more developers involved and offer more solutions to the users. Here is another idea. I did a little experiment last year and created a test suite in order to get other developers interested in the ZF. I added around 8 test cases, each test had its own

Re: [fw-general] ZF Proposal Process and Packaging. . .

2008-01-19 Thread Federico Cargnelutti
- that doesn't sound like what I think of when I hear the phrase 'test suite'. :) Do you have a URL that I could take a look at with the tests you mention? ,Wil -Original Message- From: Federico Cargnelutti [mailto:[EMAIL PROTECTED] Sent: Saturday, January 19, 2008 4:24 AM To: fw-general

Re: [fw-general] Zend_Factory/Zend_Loader addition suggestion

2008-01-17 Thread Federico Cargnelutti
Have you seen my proposal, Zend_Di? I needed something similar and I developed that component. I've using it for quite some time now. The problem with Pico and Phemto is that you need to adapt your API to their injectors, this doesn't happen with Zend_Di, it adapts to your API. The problem

Re: [fw-general] Feedback and questions: 2007

2007-12-31 Thread Federico Cargnelutti
Hi Darby, thanks for your reply. Yes, I wanted to know a little bit more about the Zend_Service_* components, specially because the number of proposals increased in the last couple of months. And you never know, maybe something was announced before I joined the list or an email was sent saying -

Re: [fw-general] Feedback and questions: 2007

2007-12-29 Thread Federico Cargnelutti
Great stuff, it's good to know, thanks Ralph. It would be nice if we could capture all this ideas somewhere. Ralph Schindler wrote: Navigation, in this days, is not just a vertical or horizontal menu. I spent a month developing 6 components for a social networking site that used tags as

Re: [fw-general] Zend_Debug, eZComponents style.

2007-12-29 Thread Federico Cargnelutti
Zend Debug I'm going to start designing a component that will help debug an app and offer the developer detailed information about past requests. It will also allow other components to add information to the debug log. This component has nothing to do with the xDebug extension, xDebug is an

[fw-general] Feedback and questions: 2007

2007-12-28 Thread Federico Cargnelutti
Hi, As I'm following more closely the development and progress of the ZF, I would like to give the dev-team some feedback and of course, ask some questions. First the feedback: I think ZF is relative new and the progress so far has been amazing. ZendF has a community with very talented

Re: [fw-general] Feedback and questions: 2007

2007-12-28 Thread Federico Cargnelutti
the community. So even your feedback will at last be assimilated :-) Greetings Thomas - Original Message - From: Federico Cargnelutti [EMAIL PROTECTED] To: Zend Framework fw-general@lists.zend.com Sent: Friday, December 28, 2007 11:08 PM Subject: [fw-general] Feedback and questions

Re: [fw-general] Feedback and questions: 2007

2007-12-28 Thread Federico Cargnelutti
Hi Matt Matthew Ratzloff wrote: Well, of course it does have unit testing and OpenID support. Test-driven development is a methodology, not a technology. Yes, I know. The discussions I had where about how ZF integrates with different methodologies, not just TDD. A framework can define

RE: [fw-general] Feedback and questions: 2007

2007-12-28 Thread Federico Cargnelutti
Hi Wil, It's good to know that, and I like the idea of inventing the future. You answered on of my questions, so it's just a matter of submitting proposals and getting feedback from the community, then the community decides if the idea is useful or not. So basically, there are no priorities

Re: [fw-general] Zend_Debug, eZComponents style.

2007-12-27 Thread Federico Cargnelutti
completely agree that debugging functionality is essential for proper development and for understanding of a project you take over. But why not use something like xDebug or ZendDebugger? Arik On Dec 27, 2007 12:15 AM, Federico Cargnelutti [EMAIL PROTECTED] wrote: Hi, Does anyone know

Re: [fw-general] Zend_Debug, eZComponents style.

2007-12-27 Thread Federico Cargnelutti
The data is already there, let's take the Request Object for example. All you need to do is inject it into Zend_Debug and the component does the rest. Of course you can have an enable() and disable() method as well, you might want to disable it before or after an action controller is executed.

[fw-general] Zend_Debug, eZComponents style.

2007-12-26 Thread Federico Cargnelutti
Hi, Does anyone know if there are any plans to add new functionality to the Zend_Debug class? IMO this class has a lot more to offer. I always found inspirations in the eZ Components library, and the first thing I did when I got my hands on the ZF was to add a similar component to

[fw-general] Zend_Di proposal review, any ideas, suggestions?

2007-12-19 Thread Federico Cargnelutti
Hi all, I've added a proposal to the wiki, which is now ready for review. I'd appreciate if you could help me improve it. Any ideas, comments or suggestions are more than welcome. Zend_Di Proposal - Dependency Injection Container:

Re: [fw-general] List Problems?

2007-12-18 Thread Federico Cargnelutti
Same here. An email I sent today to the zf-general/zf-core list was never delivered. I also see the centred text and a message I posted yesterday using the site was accepted a couple of hours later. Simone Carletti wrote: My first message, yesterday, about translation pages took more than 4

[fw-general] Proposal process question

2007-12-16 Thread Federico Cargnelutti
Hi, a quick question: How and when does a proposal move to the Ready for Review section? I couldn't find any documentation on that. Because if a proposal never moves to the Ready for review section, it will never be reviewed by the community or move forward. Does anyone know how this stage of the

Re: [fw-general] Proposal process question

2007-12-16 Thread Federico Cargnelutti
Crystal clear. Thanks guys! Federico Cargnelutti wrote: Hi, a quick question: How and when does a proposal move to the Ready for Review section? I couldn't find any documentation on that. Because if a proposal never moves to the Ready for review section, it will never be reviewed

Re: [fw-general] Zend_Layout now in core!

2007-12-12 Thread Federico Cargnelutti
Great, I like the idea behind this component. Well done. Matthew Weier O'Phinney-3 wrote: (as announced on fw-mvc) Greetings! I'm happy to announce that Zend_Layout has now been successfully merged to core! This includes the following components: *

Re: [fw-general] best practice for overriding controllers

2007-12-10 Thread Federico Cargnelutti
than having to duplicate your code all over the app. Albuquerque Rui wrote: Looks like symfony framework. It uses the same solution ton handle actions. 2007/12/10, Federico Cargnelutti [EMAIL PROTECTED]: Hi, check out this message: http://www.nabble.com/Re%3A-Using-Zend_Config

Re: [fw-general] best practice for overriding controllers

2007-12-09 Thread Federico Cargnelutti
Hi, check out this message: http://www.nabble.com/Re%3A-Using-Zend_Config---Changing-a-module-behaviour-p14136772s16154.html digitalus_media wrote: i want to add a layer to my cms that will allow myself and other developers to add custom logic to their sites core functionality and

[fw-general] Hello, I'm new to the list.

2007-11-30 Thread Federico Cargnelutti
Hi all, My name is Federico and I'm new to the list. My background is primarily software and web development. I am heavily interested in frameworks, software architecture and open source. I made my first proposal last week, Zend_Di, I hope you find it useful or even interesting.