Re: [fw-general] Using ACL asserts to validate access to specific instances of a generic resource

2008-09-25 Thread Aldemar Bernal
Colin, Hope this helps: http://devzone.zend.com/article/3509-Zend_Acl-and-MVC-Integration-Part-I-Basic-Use http://devzone.zend.com/article/3510-Zend_Acl-and-MVC-Integration-Part-II-Advanced-Use Aldemar - Original Message - From: "Colin Guthrie" <[EMAIL PROTECTED]> To: Sent: Thursday

[fw-general] ZF Certification

2008-09-22 Thread Aldemar Bernal
OMG! http://www.zend.com/en/services/certification/framework/, when this happened?

[fw-general] ZF Certification

2008-09-22 Thread Aldemar Bernal
OMG! http://www.zend.com/en/services/certification/framework/, when this happened? is it now available? Aldemar

[fw-general] ZCE-ZF exam

2008-09-22 Thread Aldemar Bernal
Hi Zenders, Now that the exam is out, are you planning any kind of discount coupon for those who are suscribed to this list or at least to those that have contributed proposals to the framework? (:rolling eyes) =D Best, Aldemar

[fw-general] Z C E - ZF e xa m

2008-09-18 Thread Aldemar Bernal
Hi Zenders, Now that the e xa m is out, are you planning any kind of discount coupon for those who are suscribed to this list or at least to those that have contributed proposals to the framework? (:rolling eyes) =D Best, Aldemar

Re: [fw-general] Zend_Form generated checkbox field

2008-09-17 Thread Aldemar Bernal
eneral] Zend_Form generated checkbox field Matthew Weier O'Phinney-3 wrote: -- Aldemar Bernal <[EMAIL PROTECTED]> wrote (on Tuesday, 08 April 2008, 05:47 AM -0500): just curious, doesn't Zend_Form create a hidden element with value 0 for the checkbox field? No. The Check

[fw-general] Zend Dojo webinar

2008-09-05 Thread Aldemar Bernal
Hi, I couldn't attend to the past Zend Dojo webinar, I can see there are slides of it (http://www.zend.com/topics/Zend-Framework-Dojo-webinar.pdf) but any idea if it is recorded somewhere? Best, Aldemar

Re: [fw-general] Zend_Acl - How to model large ACL?

2008-09-01 Thread Aldemar Bernal
Hi Stefan, take a look to my other proposal, might help, http://framework.zend.com/wiki/display/ZFPROP/Zend_Acl+dynamic+loading+-+Aldemar+Bernal Aldemar - Original Message - From: "Stefan Gehrig" <[EMAIL PROTECTED]> To: Sent: Monday, September 01, 2008 7:30 AM

Re: [fw-general] Zend_Acl - How to model large ACL?

2008-08-29 Thread Aldemar Bernal
Hi, maybe these article can give you a light, this proposal code is avalible in the svn laboratory http://devzone.zend.com/article/3509-Zend_Acl-and-MVC-Integration-Part-I-Basic-Use http://devzone.zend.com/article/3510-Zend_Acl-and-MVC-Integration-Part-II-Advanced-Use hope it helps, Aldemar -

Re: [fw-general] Zend Framework documentation in CHM format

2008-08-29 Thread Aldemar Bernal
same here, btw, thx 4 the CHM contribution Aldemar - Original Message - From: Vaidas Zilionis To: mikaelkael Cc: fw-general@lists.zend.com Sent: Friday, August 29, 2008 5:32 AM Subject: Re: [fw-general] Zend Framework documentation in CHM format Hi, CHM is not workin

[fw-general] Repository online not longer working

2008-07-16 Thread Aldemar Bernal
Hi, I'm trying to access the repository online from framework.zend.com/download/subversion the link is http://framework.zend.com/code/browse/Zend_Framework but then a 503 error shows up. Aldemar

[fw-general] SVN account request

2008-07-07 Thread Aldemar Bernal
Hi, I'll begin my Acl+MVC and Dynamic Acl proporsals work in the laboratory, but I don't have a svn account, who should I asked it for? Aldemar

Re: [fw-general] Trouble Persisting Zend Form in Session

2008-06-11 Thread Aldemar Bernal
Eric, you must include Zend_Form_Decorator_FormElements class before unserialize the object from the session. Aldemar - Original Message - From: "EricJ" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 11, 2008 9:42 AM Subject: [fw-general] Trouble Persisting Zend Form in Session I

Re: [fw-general] Zend_Session bug?

2008-05-28 Thread Aldemar Bernal
Just for the record, the problem was that my hosting (don't know why) has enabled register_globals Hope it helps to somebody in the future, Aldemar - Original Message - From: "Aldemar Bernal" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 27, 2008 5:18 PM

[fw-general] Zend_Session bug?

2008-05-27 Thread Aldemar Bernal
Hi Guys, I'm getting the following error: Fatal error: Cannot use object of type Zend_Session_Namespace as array in /home/vertigop/applications/rockwell/library/Zend/Session/Namespace.php on line 297 I'm using the lastest svn trunk, in my xp machine it works fine but not in the production s

Re: [fw-general] leaving Zend

2008-05-21 Thread Aldemar Bernal
Darby, best luck in your future projects and thanks a lot for your effort in the Zend Framework. Aldemar - Original Message - From: "Darby Felton" <[EMAIL PROTECTED]> To: "Zend Framework - General" Sent: Wednesday, May 21, 2008 9:10 AM Subject: [fw-general] leaving Zend Hi all,

Re: [fw-general] Online Demo of new application built on ZF

2008-04-25 Thread Aldemar Bernal
Hi Robert, I liked the idea and the site layout, I'm so outdated talking about web 2.0 :( which JS frameworks are you using, I'm starting to play with yahoo's Aldemar - Original Message - From: Robert Castley To: 'fw-general@lists.zend.com' Sent: Tuesday, April 22, 2008 9:38 A

Re: [fw-general] instantiate an object with a variable name for the class

2008-04-24 Thread Aldemar Bernal
Hi Denis, I understand what you are trying to do, unfortunely get_class(self) will not work if self is an extended class (as Zend_Db tables are), the only workaround (until 5.3 is out where will be possible to do this) is to create a method, this is how I do it: create an interface interfac

Re: [fw-general] Little ZF bootstrap speed tip

2008-04-10 Thread Aldemar Bernal
RE: [fw-general] Little ZF bootstrap speed tipRobert, how are you benchmarking.?, I would recommend you to use ab (apache) Aldemar - Original Message - From: Robert Castley To: fw-general@lists.zend.com Sent: Thursday, April 10, 2008 10:31 AM Subject: RE: [fw-general] Little

Re: [fw-general] ZF - APC tuning

2008-04-09 Thread Aldemar Bernal
From: Renan Gonçalves To: Aldemar Bernal Cc: fw-general@lists.zend.com Sent: Wednesday, April 09, 2008 9:22 PM Subject: Re: [fw-general] ZF - APC tuning Sorry for my newbie question, but.. How I can put a application to run on ramdisk? There are some tutorials or articles abo

[fw-general] Zend_Form generated checkbox field

2008-04-08 Thread Aldemar Bernal
Hi guys, just curious, doesn't Zend_Form create a hidden element with value 0 for the checkbox field? I just want to skip the: $model->checked_value = isset($values['my_checkbox']) ? $values['my_checkbox'] : 0; Aldemar

Re: [fw-general] ZF - APC tuning

2008-04-07 Thread Aldemar Bernal
7 April 2008 21:02:53 Aldemar Bernal wrote: Still sucks, doesn't it :P Yes. I found, that in my VPS APC nor xcache do not help much. I'm yet to test APC fully, but I'm not hoping much. Few months ago I stumbled on a fellow who had tested creating one HUGE bootstrap with all the r

Re: [fw-general] ZF - APC tuning

2008-04-07 Thread Aldemar Bernal
MAIL PROTECTED]> To: Sent: Saturday, April 05, 2008 6:10 PM Subject: Re: [fw-general] ZF - APC tuning -- Aldemar Bernal <[EMAIL PROTECTED]> wrote (on Saturday, 05 April 2008, 02:40 PM -0500): I've been trying to make my app perform better, every request takes (according ab:

[fw-general] ZF - APC tuning

2008-04-05 Thread Aldemar Bernal
Hi everyone, I've been trying to make my app perform better, every request takes (according ab: apache stress tool) ~510ms, which is a lot!, over half second in every request?, so I installed and enabled APC but surprisly it performed even worst than w/o APC, ~650ms per request. Any of you hav

Re: [fw-general] QuickStart Contest!

2008-03-10 Thread Aldemar Bernal
Hi All, Quickstart contest deadline was yesterday, I zend, I mean , I send mine last night, feel free to post your comments, it already includes controllers, config, layout, db and form. Aldemar - Original Message - From: "Wil Sinclair" <[EMAIL PROTECTED]> To: "Zend Framework Genera

Re: [fw-general] CakePHP vs. ZendFramework

2008-02-21 Thread Aldemar Bernal
ohhh, that t-shirt looks really cool, I'm getting one!, wait I don't live in the states =S doh!! - Original Message - From: Andi Gutmans To: José de Menezes Soares Neto ; Zend Framework General Sent: Thursday, February 21, 2008 4:11 PM Subject: RE: [fw-general] CakePHP vs. Zen

Re: [fw-general] ACL Module Plugin?

2008-02-18 Thread Aldemar Bernal
Garri, I have a proporsal that I think does what you need: http://framework.zend.com/wiki/pages/viewpage.action?pageId=39025 it's already working, and I've been using it in my project. Aldemar - Original Message - From: Garri Santos To: fw-general@lists.zend.com Sent: Monday

[fw-general] Re: [fw-mvc] Zend_Form now in core!

2008-02-18 Thread Aldemar Bernal
I haven't use it yet, but based on all the good comments this is really a step forward for ZF. Thanks Matthew and all people that contributed in some way with this component. I'll try it in my next project =D. Aldemar Bernal - Original Message - From: "Matthew

Re: [fw-general] Proporsal under review?

2008-02-08 Thread Aldemar Bernal
Good to hear that, my two proporsals: a.. Zend_Acl & MVC Integration - Aldemar Bernal a.. Zend_Acl dynamic loading - Aldemar Bernal were feeling quite lonely =P Aldemar PS: I said nothing has move to 'Proporsals under review' in months, not nothing has happened in months =P ,

[fw-general] Proporsal under review?

2008-02-08 Thread Aldemar Bernal
Hi, anyonw knows what's going on with zf proporsals? nothing has move to -Proporsal Under Review- in months. Aldemar

[fw-general] Zend_Acl dynamic loading is ready for review

2008-01-21 Thread Aldemar Bernal
Hi again all, I also finished the documentation and UCs coding on this other proporsal, feel free to post your comments. http://framework.zend.com/wiki/display/ZFPROP/Zend_Acl+dynamic+loading+-+Aldemar+Bernal Aldemar

[fw-general] Zend_Acl & MVC Integration is ready for review

2008-01-21 Thread Aldemar Bernal
Hi, I just finished the work in this component, comments about it are welcome. http://framework.zend.com/wiki/pages/viewpage.action?pageId=39025 Aldemar

[fw-general] Contribute Recently Updated not working

2008-01-17 Thread Aldemar Bernal
Hi, In the Wiki Dashboard, if I'm logged I can't see the 'Recently Updated' area, it always is empty with the message "There are no pages at the moment.", but if I access the wiki dashboard w/o logged I can see the updates :S, is this a bug? if it is please fix it =D. Aldemar (p.s. I have 2