Re: [fw-general] Repository of common models/entities

2010-07-13 Thread Diego Potapczuk
community driven, with rank, ratings and such, where users can easily share what they did, and maybe its contribution can get in the trunk if is popular and after Zend Framework team check it. So I think your idea could get in the middle of this. ::: Diego Potapczuk On Tue, Jul 13, 2010 at 6:44 PM

Re: [fw-general] Release of the ZF + Doctrine 1 Integration

2010-05-26 Thread Diego Potapczuk
: Great work! BTW, did anybody succeed in integrating Zend + Doctrine 2? Regards -- Guillaume Le 24/05/10 19:03, Diego Potapczuk a écrit : Very good! I will take a look ::: Diego Potapczuk On Mon, May 24, 2010 at 1:19 PM, Ralph Schindler

Re: [fw-general] Release of the ZF + Doctrine 1 Integration

2010-05-24 Thread Diego Potapczuk
Very good! I will take a look ::: Diego Potapczuk On Mon, May 24, 2010 at 1:19 PM, Ralph Schindler ralph.schind...@zend.comwrote: This is great! Nice work to you and all others involved in making it happen! -ralph Benjamin Eberlei wrote: Hello everyone, I completed a first version

[fw-general] intellisense in Zend Studio for View Helpers and plugins

2010-05-21 Thread Diego Potapczuk
Anyone has some workaround to make Zend Studio interpret the View Helpers in the view object for using auto complete without placing then inside the View Helper Class?

Re: [fw-general] populating form from model

2010-05-16 Thread Diego Potapczuk
How about using the populate method? ::: Diego Potapczuk On Sun, May 16, 2010 at 12:42 PM, Aleksey Zapparov i...@member.fsf.orgwrote: Hello, Basically you can use Zend_Form::setDefaults(array $defaults) to populate form with data retreived from your model as an array, else (if you

Re: [fw-general] admin generator / separate application units

2010-05-12 Thread Diego Potapczuk
redirects to the right module/controller) ::: Diego Potapczuk On Wed, May 12, 2010 at 10:42 AM, Nicolas Grevet ngre...@alteo.fr wrote: It depends, you might want to implement it in another way, because the 'admin module' point of view kinda defeats the purpose of modules in itself. What's

Re: [fw-general] Zend Framework 1.10.3 and 1.9.8 Released

2010-04-02 Thread Diego Potapczuk
The changelog for 1.9.8 seems to be with some problem. It is blank. http://framework.zend.com/changelog/1.9.8 ::: Diego Potapczuk »» Analista de sistemas »» Tel: (71) 3287-8343 / (71) 9144-3062 »» http://www.diegoliveira.com.br On Fri, Apr 2, 2010 at 10:42 AM, Matthew Weier O'Phinney matt

Re: [fw-general] Setting a layout for a specific module

2010-04-01 Thread Diego Potapczuk
This is exactry whay I'm trying to do, but it is not working. (modulename.resources.layout.layoutPath = views/layouts) Fixed it another way. ::: Diego Potapczuk »» Analista de sistemas »» Tel: (71) 3287-8343 / (71) 9144-3062 »» http://www.diegoliveira.com.br On Thu, Apr 1, 2010 at 11:07 AM

Re: [fw-general] Zend Framework 1.10.1 Released

2010-02-10 Thread Diego Potapczuk
Hi Matthew, Thanks again for another great release. For the ones like me trying to know what has changed, here it is: http://framework.zend.com/changelog/ ::: Diego Potapczuk On Wed, Feb 10, 2010 at 7:21 PM, Matthew Weier O'Phinney matt...@zend.comwrote: On behalf of the Zend Framework's

Re: [fw-general] Changelog of 1.10.0

2010-01-28 Thread Diego Potapczuk
It would be really helpful if the changelog were classified by components or alike. ::: Diego Potapczuk On Thu, Jan 28, 2010 at 3:12 PM, AJ McKee aj.mc...@druid-dns.com wrote: http://framework.zend.com/changelog/ 2010/1/28 Mads Lie Jensen m...@gartneriet.dk Hi I'm glad to se version

Re: [fw-general] Server URL absence in the URL view helper

2010-01-13 Thread Diego Potapczuk
Yeah, i extended both $this-url() and $this-baseUrl to include serverUrl(), because i have a lot of e-mail messages with links, and i need the full URL. There is any advantage in using the partial URL over the full URL? ::: Diego Potapczuk On Tue, Jan 12, 2010 at 3:02 PM, scs sasc

[fw-general] Server URL absence in the URL view helper

2010-01-12 Thread Diego Potapczuk
' = 'show', 'id' = $this-var['id']), 'default', true); ? // /admin/info/show/id/4 (what i get) // /http://www.server.com/admin/info/show/id/4 (what i would like to get) Thanks ::: Diego Potapczuk

[fw-general] FlashMessenger in a view helper

2010-01-05 Thread Diego Potapczuk
How can i get the FlashMessenger inside a View Helper? I already saw it somewhere how to get a controller_action_helper, but i can´t find. ::: Diego Potapczuk

[fw-general] Re: FlashMessenger in a view helper

2010-01-05 Thread Diego Potapczuk
Ok, i think i found it: $this-_flashMessenger = Zend_Controller_Action_HelperBroker::getStaticHelper('flashMessenger'); ::: Diego Potapczuk On Tue, Jan 5, 2010 at 3:13 PM, Diego Potapczuk potapc...@gmail.com wrote: How can i get the FlashMessenger inside a View Helper? I already saw

Re: [fw-general] Re: FlashMessenger in a view helper

2010-01-05 Thread Diego Potapczuk
. ::: Diego Potapczuk On Tue, Jan 5, 2010 at 8:11 PM, Ralph Schindler ralph.schind...@zend.comwrote: That, or assign it from within a controller's action (which might be more appropriate: $this-view-flashMessenger = $this-_helper-FlashMessenger; But technically, you should probably simply

Re: [fw-general] Renaming a file after it has been validated

2009-12-21 Thread Diego Potapczuk
. ::: Diego Potapczuk »» Analista de sistemas »» Tel: (71) 3287-8343 / (71) 9144-3062 »» http://www.diegoliveira.com.br On Mon, Dec 21, 2009 at 3:52 PM, Daniel Latter dan.lat...@gmail.com wrote: I think the order is important:? // http://www.zfforums.com/zend-framework-components-13/core

[fw-general] File Validate Documentation

2009-12-18 Thread Diego Potapczuk
) (Zend_Validate_File_IsCompressed = Validator which checks if the file already exists in the directory) (Zend_Validate_File_Upload = Validator for the maximum size of a file up to a max of 2GB) Thanks, ::: Diego Potapczuk

Re: [fw-general] File Validate Documentation

2009-12-18 Thread Diego Potapczuk
Thanks a lot Thomas. I still think the phpDoc of some validators are wrong and that the Zend Validadors manual should at least point to File Validators. ::: Diego Potapczuk On Fri, Dec 18, 2009 at 11:56 AM, Thomas Weidner thomas.weid...@gmx.atwrote: File validators are part

Re: [fw-general] Random utility functions, where would they go?

2009-12-07 Thread Diego Potapczuk
make a special class for it, grouping those and making then static. ::: Diego Potapczuk On Mon, Dec 7, 2009 at 2:56 PM, Mark Steudel msteu...@gmail.com wrote: Over the years I've accumulated various functions that do little utilities here and there, I'd still like to use them in my ZF project

Re: [fw-general] Registering namespaces in 1.9

2009-12-07 Thread Diego Potapczuk
Try just putting this in your config.ini. autoloaderNamespaces[] = Utilities_ ::: Diego Potapczuk On Tue, Dec 8, 2009 at 1:01 AM, Mark Steudel msteu...@gmail.com wrote: I am trying to figure out how to register a namespace in 1.9. This is my boostrap.php file. ?php class Bootstrap

Re: [fw-general] observe controller action

2009-12-02 Thread Diego Potapczuk
Exactly. ::: Diego Potapczuk »» Analista de sistemas »» Tel: (71) 3287-8343 / (71) 9144-3062 »» http://www.diegoliveira.com.br On Wed, Dec 2, 2009 at 9:22 AM, Vincent de Lau vinc...@delau.nl wrote: Consume basically means 'one object using another object'. Basically what it boils down

Re: [fw-general] Return value from controller action

2009-12-02 Thread Diego Potapczuk
use it anywhere, even outside Blog module ::: Diego Potapczuk »» Analista de sistemas »» Tel: (71) 3287-8343 / (71) 9144-3062 »» http://www.diegoliveira.com.br On Wed, Dec 2, 2009 at 7:08 PM, Jurian Sluiman jslui...@gmail.com wrote: Hi all, Is it possible to fetch the return value from

Re: [fw-general] observe controller action

2009-12-01 Thread Diego Potapczuk
You could consume the subscription Service that notify the subscribers in the newsController::approveAction. ::: Diego Potapczuk On Tue, Dec 1, 2009 at 8:31 PM, tonystamp tonyst...@hotmail.co.uk wrote: I have an action in the administration section of a site, where an article

Re: [fw-general] Re: Accessing the controller's name from layout

2009-11-04 Thread Diego Potapczuk
Thanks ::: Diego Potapczuk On Wed, Nov 4, 2009 at 9:31 AM, Alayn Gortazar al...@irontec.com wrote: Hi Diego, You can get the Controllers instance with Zend_Controller_Front::getInstance(), so: $controllerName = Zend_Controller_Front::getInstance()-getRequest()-getControllerName

[fw-general] Accessing the controller's name from layout

2009-11-03 Thread Diego Potapczuk
How can i access the controller´s name from layout?

Re: [fw-general] Domain Driven Design / Patterns of Enterprise Application Architecture [repost]

2009-09-24 Thread Diego Potapczuk
joins tables and such. ::: Diego Potapczuk On Thu, Sep 24, 2009 at 10:42 PM, Aaron Murray ajmurra...@gmail.com wrote: Hey everyone, Sorry about the repost (most of you probably haven’t seen it as I posted it on Nabble, and of course realized that it didn’t get sent because I didn’t have

Re: [fw-general] grade zend framework and compared to Symfony and ASP.NET MVC

2009-09-22 Thread Diego Potapczuk
You made some good points, i agree on some, but, isnt Symfony a PHP Framework? ::: Diego Potapczuk »» NEAD - Núcleo de Educação a Distância »» SENAI-BA »» Tel: (71) 3287-8343 / (71) 9144-3062 »» http://www.diegoliveira.com.br On Tue, Sep 22, 2009 at 3:30 PM, aoohralex aoohra...@gmail.com

Re: [fw-general] Directory Folder Structure for admin/back-end

2009-09-21 Thread Diego Potapczuk
Maybe you can do a special route for this. Something like /admin/blog redirect to adminController in blog module, ou adminBlogController, i dont know, but is an idea for you. ::: Diego Potapczuk »» NEAD - Núcleo de Educação a Distância »» SENAI-BA »» Tel: (71) 3287-8343 / (71) 9144-3062

Re: [fw-general] PHP Settings to Build API Documentation

2009-09-17 Thread Diego Potapczuk
I use 1024mb ::: Diego Potapczuk »» NEAD - Núcleo de Educação a Distância »» SENAI-BA »» Tel: (71) 3287-8343 / (71) 9144-3062 »» http://www.diegoliveira.com.br On Thu, Sep 17, 2009 at 7:00 AM, Carlton Gibson li...@noumenal.co.ukwrote: Hi all, I'm wondering if anyone is building the API

[fw-general] Place to put Form settings

2009-09-10 Thread Diego Potapczuk
and Plugins. ::: Diego Potapczuk

Re: [fw-general] Zend Framework QuickStart

2009-09-08 Thread Diego Potapczuk
better as soon new proposals like Zend_Entity get mature enough to support this kind of separation Mathew is talking about. ::: Diego Potapczuk On Tue, Sep 8, 2009 at 7:45 AM, Matthew Weier O'Phinney matt...@zend.comwrote: -- bizhat flash...@gmail.com wrote (on Monday, 07 September 2009, 08:00

Re: [fw-general] Running Zend Framework on older versions of PHP

2009-09-05 Thread Diego Potapczuk
I think Zend Framework prior to 1.8 can be used with PHP 5.1.? ::: Diego Potapczuk »» NEAD - Núcleo de Educação a Distância »» SENAI-BA »» Tel: (71) 3287-8343 / (71) 9144-3062 »» http://www.diegoliveira.com.br On Sat, Sep 5, 2009 at 11:19 AM, Joshua Beall jbe...@heraldic.us wrote: Hi All

Re: [fw-general] Differences in web servers

2009-09-02 Thread Diego Potapczuk
Oh, my bad, changing it to ?php and also changing the use_short_tags in the php.ini made it work, but it is still crashing my web server in the PHP 5.2.8 ::: Diego Potapczuk On Tue, Sep 1, 2009 at 8:02 PM, Sergio Gabriel Rodriguez sgrodrig...@gmail.com wrote: ? class

[fw-general] Differences in web servers

2009-09-01 Thread Diego Potapczuk
Zend_Controller_Action { } Fatal error: Class 'Sec_Controller_Action' not found in E:\blog\application\modules\blog\controllers\IndexController.php on line 4 Anyone know what can be wrong? ::: Diego Potapczuk

Re: [fw-general] Question regarding models

2009-08-21 Thread Diego Potapczuk
with the Framework. I hope soon, if it is a better design approach, like i think it is, the ZF will get this as it default architecture. Cheers, ::: Diego Potapczuk On Fri, Aug 21, 2009 at 8:40 AM, Pádraic Brady padraic.br...@yahoo.comwrote: Hi Koen, I just published a chapter on implementing the Model