Re: [fw-general] Browscap UserAgent adapter in ZF1 trunk...

2012-03-22 Thread Juan Felipe Alvarez Saldarriaga
than all the WURFL stuff. -- Juan Felipe Alvarez Saldarriaga http://juan.im Twitter: @nebiros GTalk: nebi...@gmail.com Skype: jfasaldarriaga On Thursday, March 22, 2012 at 9:44 AM, Matthew Weier O'Phinney wrote:

Re: [fw-general] Zend Framework - Stick with PHP slowest? or Make Zend framework as wrapper for Go language?

2012-03-20 Thread Juan Felipe Alvarez Saldarriaga
look into Yaf? is a pecl extension framework similar to ZF1, http://www.php.net/manual/en/intro.yaf.php, if you want performance maybe this is a good way to achieve it. -- Juan Felipe Alvarez Saldarriaga http://juan.im Twitter: @nebiros GTalk: nebi...@gmail.com Skype: jfasaldarriaga On Sunday

Re: [fw-general] Zend Framework - Stick with PHP slowest? or Make Zend framework as wrapper for Go language?

2012-03-20 Thread Juan Felipe Alvarez Saldarriaga
I try to compile it in OSX Lion, but no luck :S. -- Juan Felipe Alvarez Saldarriaga http://juan.im Twitter: @nebiros GTalk: nebi...@gmail.com Skype: jfasaldarriaga On Tuesday, March 20, 2012 at 10:49 AM, Christian Soronellas wrote: https://github.com/facebook/hiphop-php Good luck

Re: [fw-general] Zend Framework - Stick with PHP slowest? or Make Zend framework as wrapper for Go language?

2012-03-20 Thread Juan Felipe Alvarez Saldarriaga
Hahaha, indeed, but I was trying to create a homebrew formula and patch some stuff to put it to work, but, maybe I'll work on this the next weekend :). -- Juan Felipe Alvarez Saldarriaga http://juan.im Twitter: @nebiros GTalk: nebi...@gmail.com Skype: jfasaldarriaga On Tuesday, March 20

Re: [fw-general] Re: Zend_Rest_Route question

2011-06-22 Thread Juan Felipe Alvarez Saldarriaga
-community.634137.n4.nabble.com/Zend-Rest-Route-question-tp3614205p3616323.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com -- Juan Felipe

Re: [fw-general] Zend_Rest_Route question

2011-06-22 Thread Juan Felipe Alvarez Saldarriaga
Message- From: Juan Felipe Alvarez Saldarriaga [mailto:nebi...@gmail.com] Sent: Tuesday, June 21, 2011 8:07 PM To: fw-general@lists.zend.com Subject: [fw-general] Zend_Rest_Route question Hey list!, Why if I don't bootstrap the router resource when I'm adding a rest route in the bootstrap

Re: [fw-general] Zend_Rest_Route question

2011-06-22 Thread Juan Felipe Alvarez Saldarriaga
Well, yeah, each controller, in this case, ''partners and social extends from Zend_Rest_Controller. On Wed, Jun 22, 2011 at 10:46 AM, Juan Felipe Alvarez Saldarriaga nebi...@gmail.com wrote: Nop, just change the default route to 'inject' a region. 2011/6/22 Sergey Romanov sergey.roma

[fw-general] Zend_Rest_Route question

2011-06-21 Thread Juan Felipe Alvarez Saldarriaga
Any help?. Thanks. -- Juan Felipe Alvarez Saldarriaga http://www.juan.im GTalk: nebi...@gmail.com Skype: jfasaldarriaga -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com

Re: [fw-general] Easy ZF projects deployment with capistrano

2011-05-03 Thread Juan Felipe Alvarez Saldarriaga
Hey! Grate work Fabio, and thanks for sharing this with us, I was using just capistrano without the rails feature, but this is better, I'll try it at night :). Thanks. On 5/2/11 8:31 PM, Fabio Napoleoni wrote: I really some RubyOnRails tools, I think they are very DRY, and I'm very

Re: [fw-general] Hiding the default controller in modular layout

2011-03-15 Thread Juan Felipe Alvarez Saldarriaga
to be able to have that simple URL too. Much appreciate the help AJ -- Juan Felipe Alvarez Saldarriaga http://www.jfalvarez.com -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com

[fw-general] Zend_Auth_Adapter_Http problem with digest authentication using curl

2011-02-22 Thread Juan Felipe Alvarez Saldarriaga
]= array(1) { [0]= string(49) Invalid or absent credentials; challenging client } } * Connection #0 to host 192.168.1.190 left intact * Closing connection #0 Any help? Thanks. -- Juan Felipe Alvarez Saldarriaga http://www.jfalvarez.com

[fw-general] Append 'default' module name to routes, how to?

2010-12-16 Thread Juan Felipe Alvarez Saldarriaga
/something it tries to match /users/ module, there's a way to not remove /default/ string from the url? Thanks for any help, I'm really stuck with this. -- Juan Felipe Alvarez Saldarriaga http://www.jfalvarez.com

[fw-general] Re: Zend_Controller_Router doesn't append region to default routes

2010-12-15 Thread Juan Felipe Alvarez Saldarriaga
for any help. On Tue, Dec 14, 2010 at 12:08 PM, Juan Felipe Alvarez Saldarriaga nebi...@gmail.com wrote: Hey, I found that if I set the router name to the url helper it works: ?php echo $this-url( array( module = products, controller = index, action = current-offers ), default ) ? But why I

[fw-general] Zend_Controller_Router doesn't append region to default routes

2010-12-14 Thread Juan Felipe Alvarez Saldarriaga
help. -- Juan Felipe Alvarez Saldarriaga http://www.jfalvarez.com

[fw-general] Re: Zend_Controller_Router doesn't append region to default routes

2010-12-14 Thread Juan Felipe Alvarez Saldarriaga
. On Tue, Dec 14, 2010 at 10:53 AM, Juan Felipe Alvarez Saldarriaga nebi...@gmail.com wrote: Hey, I'm trying to append the region to the default routes, like: /co/module/controller/action, before 1.11.1 it was working, I'm using Zend_Controller_Router_Route_Chain to append

Re: [fw-general] Zend Framework 1.10.8 Released

2010-08-25 Thread Juan Felipe Alvarez Saldarriaga
Schindler -- Ralph Schindler Software Engineer     | ralph.schind...@zend.com Zend Framework        | http://framework.zend.com/ -- Juan Felipe Alvarez Saldarriaga http://www.jfalvarez.com

Re: [fw-general] ZF Open Source Project: Example of Best Practices?

2009-12-10 Thread Juan Felipe Alvarez Saldarriaga
wow, pretty nice :) On Thu, Dec 10, 2009 at 7:12 AM, Thorsten Suckow-Homberg t...@siteartwork.de wrote: Just to quickly throw in my Open Source project: conjoon, a personal information manager build upon Ext JS and Zend Framework. More information here: http://www.conjoon.org It runs on ZF

[fw-general] Zend_Controller_Action_Helper_Json content type problem

2009-11-26 Thread Juan Felipe Alvarez Saldarriaga
Hey! I was trying to upload a file ala ajax (via iframe) using jquery form plugin (http://malsup.com/jquery/form/#file-upload), this plugin use the iframe technique to upload files and then get the response printed in the iframe, what's the problem? by default the json action helper sets the

[fw-general] Multi-language application how to?

2009-11-23 Thread Juan Felipe Alvarez Saldarriaga
Hey! I want to create a multi-language application using a route for the language, something like: http://www.mysite.com/es/ or http://www.mysite.com/en/ so I'm follow this tutorial: http://www.m4d3l-network.com/2009/06/29/add-language-route-to-your-zend-framework-project/ but I have a problem

[fw-general] How to reuse html and model logic? partials? view helpers?

2009-11-19 Thread Juan Felipe Alvarez Saldarriaga
Hey! I have a page with like four tabs, so I want to reuse each tab html and logic, how to achive this? create a view helper for each tab? I was looking at the current view helpers code and all of them returns an string with all the html, it's possible to use a view? a phtml file to no mix logic

Re: [fw-general] How to reuse html and model logic? partials? view helpers?

2009-11-19 Thread Juan Felipe Alvarez Saldarriaga
Thanks mate :). On Thu, Nov 19, 2009 at 8:54 AM, Matthew Weier O'Phinney matt...@zend.com wrote: -- Juan Felipe Alvarez Saldarriaga jfalva...@vesifront.org wrote (on Thursday, 19 November 2009, 08:10 AM -0500): I have a page with like four tabs, so I want to reuse each tab html and logic, how

[fw-general] baseUrl Problem

2009-11-10 Thread Juan Felipe Alvarez Saldarriaga
Hey!. I'm using zf 1.9.5 and I got this config in the frontController resource: resources = array( frontController = array( baseUrl = /Cesantias, throwExceptions = true ) ) I access the application using this url: http://192.168.20.183/Cesantias

[fw-general] [ Zend_Soap_Client ] - How to add extra headers?

2009-10-29 Thread Juan Felipe Alvarez Saldarriaga
Hey!. I'm trying to add some soap headers using SoapHeader class, so I create a new class that extends from Zend_Soap_Client, I'm using the callback (_doRequest) to get the current SoapClient instance and add my soap headers, but cause the method method returns void I got an exception:

[fw-general] How to display errors when an ajax request fail?

2009-10-28 Thread Juan Felipe Alvarez Saldarriaga
Hey. I'm using the default ErrorController from Zend_Tool, so, when an error is thrown setHttpResponseCode sets an error 500, how can I catch the exception message on javascript? how can I set the exception message into the response object? there's not setMessage method in Zend_Http_Response :|

Re: [fw-general] Determine Browser IR or Firefox

2009-07-07 Thread Juan Felipe Alvarez Saldarriaga
Hum, I don't think so, there's a proposal about user agents http://framework.zend.com/wiki/display/ZFPROP/Zend_UserAgent+-+Christer+Edvartsen, you could use $request-getServer( HTTP_USER_AGENT ); instead. On Tue, Jul 7, 2009 at 8:46 PM, jigen7i_love_ji...@yahoo.com wrote: is  there a function

Re: [fw-general] How to include the result of a request inside the phtml file ?

2009-06-17 Thread Juan Felipe Alvarez Saldarriaga
Hey, Matthew, just to know, the action helper will be removed soon ? because some people doesn't like it (like action stack :P), the best approach here will be create a view helper ? Saludos. On Tue, Jun 16, 2009 at 4:48 PM, Matthew Weier O'Phinney matt...@zend.comwrote: -- debussy007

Re: [fw-general] TinyMce editor

2009-06-16 Thread Juan Felipe Alvarez Saldarriaga
Hey, what about FCKEditor ? I love the browse server files feature. On Tue, Jun 16, 2009 at 7:19 AM, Sergio Rinaudokaiohken1...@hotmail.com wrote: The only html capabilities I want to give to my users is bold, underlined, italic and coloured text, and also img tag to add images ( clicking an

Re: [fw-general] Zend Framework 1.8.2 Released!

2009-05-27 Thread Juan Felipe Alvarez Saldarriaga
Thx! On Wed, May 27, 2009 at 2:58 PM, Matthew Weier O'Phinney matt...@zend.com wrote: The Zend Framework team is pleased to announce the immediate availability of the 1.8.2 release. This release is the second maintenance release in the 1.8 series.  Fixes for this release focus on Zend_Db and

Fwd: [fw-general] Proposal for Zend_Search_Xapian

2009-05-17 Thread Juan Felipe Alvarez Saldarriaga
Wow, I never tried Xapian but seems cool, and has a lot of features, would be nice have another option instead of Lucene into ZF, some help is needed ? let us know :D. Cheers. On Sun, May 17, 2009 at 1:42 PM, Ivo Jansch - Ibuildings i...@ibuildings.nl wrote: Hi, I'm working with the Xapian

Re: [fw-general] Survey: Development environment for PHP/ZFW

2009-05-04 Thread Juan Felipe Alvarez Saldarriaga
1. Windows (Zend Server CE). 2. Local. 3. Netbeans. 4. SVN. 5. PHPUnit. On Mon, May 4, 2009 at 8:37 PM, Kendall Bennett kenda...@amainhobbies.com wrote: Mac OS X Leopard I always develop, test and debug on a local clone of our web sites. We find we rarely have to debug remotely Zend Studio

Re: [fw-general] Zend Framework - Slower

2009-05-04 Thread Juan Felipe Alvarez Saldarriaga
Hey! Look at the performance guide: http://framework.zend.com/manual/en/performance.html Cheers. On Mon, May 4, 2009 at 10:59 PM, iceangel89 comet2...@gmail.com wrote: i noticed that my Zend Framework application is slower than say an app i develop in normal PHP. maybe becos Zend Framework

Re: [fw-general] Zend_Build_Phing

2009-04-16 Thread Juan Felipe Alvarez Saldarriaga
Hey, Where can I find the code ? will be fun help on this :). On Thu, Apr 16, 2009 at 12:09 PM, Christoph Dorn christ...@christophdorn.com wrote: I am looking into implementing a component to use Phing from within a ZF app. This is specifically interesting for Zend_Tool. Has anyone done any

Re: [fw-general] Zend PDT 2.0 all-in-one available (BETA)

2008-11-06 Thread Juan Felipe Alvarez Saldarriaga
Cool! I wrote a how to setting up PDT 2.0 (http://www.howtoforge.com/setting-up-eclipse-pdt2.0-on-eclipse3.4-ganymede) on Ganymede but now with a All-in-One package is better! :), also a bug to include the framework still happend (https://bugs.eclipse.org/bugs/show_bug.cgi?id=253401) and what

[fw-general] Zend_Date Issue Cloning Dates

2008-10-29 Thread Juan Felipe Alvarez Saldarriaga
Hey! I have an issue when I try to store Zend_Date object into an array, I guess is not Zend_Date but I don't know what it happend, that's hwat I got: I get some dates from the database, I create a Zend_Date object with this db date then I clone it and add some stuff to the object, then I

[fw-general] Zend_Search_Lucene how to make a massive re-index ?

2008-10-29 Thread Juan Felipe Alvarez Saldarriaga
Hey!. I'm trying to make a massive re-index, but always I got an exception: Fatal error: Ignoring exception from Zend_Search_Lucene::__destruct() while an exception is already active (Uncaught Zend_Search_Lucene_Exception in

Re: [fw-general] Zend_Form name of the elements issue

2008-10-20 Thread Juan Felipe Alvarez Saldarriaga
Why isn't valid ? I mean, now I know how to do it, but, why is not a valid php name ? Regards. - Original Message - From: Paweł Chuchmała [EMAIL PROTECTED] To: Juan Felipe Alvarez Saldarriaga [EMAIL PROTECTED] Sent: Sunday, October 19, 2008 12:26:23 PM GMT -05:00 Columbia Subject: Re

[fw-general] Zend_Form name of the elements issue

2008-10-19 Thread Juan Felipe Alvarez Saldarriaga
Hey! I'm trying to create a Zend_Form with all elements part of array, meaning: input type=text name=form[1] value= / input type=text name=form[2] value= / input type=text name=form[3] value= / ... I'm doing this: // Load model. $model = new Model(); // Get an instance of Zend_Form. $form =

Re: [fw-general] Zend_Form name of the elements issue

2008-10-19 Thread Juan Felipe Alvarez Saldarriaga
}] ); // NOTE: When I set $elementId as an integer I got an exception. $formElement = new $elementData[class]( {$elementId} ); // Set belongs to. $formElement-setBelongsTo( form ); $form-addElement( $formElement ); } - Original Message - From: Juan Felipe Alvarez Saldarriaga

Re: [fw-general] Datagrid in Zend Framework

2008-10-02 Thread Juan Felipe Alvarez Saldarriaga
Hey!, Excelente :) Why you don't create a zf proposal for it ? or maybe why you don't talk with the Zym Project people, I know that they will going to create a datagrid some day :O ;). - Original Message - From: zsamer [EMAIL PROTECTED] To: fw-general@lists.zend.com Sent: Wednesday,

[fw-general] Zend_File_Transfer questions

2008-09-23 Thread Juan Felipe Alvarez Saldarriaga
Hey! I'm trying to upload some files using the Zend_File_Transfer, so I have this form: form id=test name=test action=/test/save method=post enctype=multipart/form-data ?= $this-formFile( single_file ); ? ?= $this-formFile( multiple_files[] ); ? /form So,

[fw-general] Zend_Date issue when try to return a date using the toString method, ZF 1.5.2

2008-09-02 Thread Juan Felipe Alvarez Saldarriaga
Hey! I got this code: (http://paste2.org/p/69212) $objAppointments = new Appointments(); $return = $objAppointments-filter( new Zend_Config( array( objDateStart = new Zend_Date( 2008-08-29 17:30:00 ), objDateEnd = new Zend_Date( 2008-09-01 08:25:00 ) ) ) ); // Inside

Re: [fw-general] Zend_Date issue when try to return a date using the toString method, ZF 1.5.2

2008-09-02 Thread Juan Felipe Alvarez Saldarriaga
Create dates with $part = Zend_Date::ISO_8601 when comes from the database: ... new Zend_Date( 2008-08-29 17:30:00, Zend_Date::ISO_8601 ) ... ... new Zend_Date( 2008-09-01 08:25:00, Zend_Date::ISO_8601 ) ... - Original Message - From: Juan Felipe Alvarez Saldarriaga [EMAIL PROTECTED

Re: [fw-general] Call actions via CLI

2008-08-28 Thread Juan Felipe Alvarez Saldarriaga
I have some hack to put call an action via CLI: * I have a bootstrap with the config needed, is called cli.php (http://paste2.org/p/66998). * So, I create a cli_app.php cli file then I include this cli.php inside this file, I have a global function that get arguments from the cli, so this

[fw-general] How to put to work 3rd party libs in Zend Frmework? like dompdf?

2008-08-22 Thread Juan Felipe Alvarez Saldarriaga
Hey! I like to use dompdf to render HTML - PDF, but I can't use it in Zend Frameowrk, my bootstrap calls the registerAutoload method: Zend_Loader::registerAutoload(); I already have include the paths to the dompdf in my .htaccess file: dompdf folder content:

[fw-general] How to generate a range of dates using Zend_Date?

2008-08-21 Thread Juan Felipe Alvarez Saldarriaga
Hey! :) I have a question, how to generate a range of dates using Zend_Date? I mean, if I have this range of dates from the database: 2008-08-12 00:00:00 | 2008-09-26 00:00:00 and I want to get all dates between those dates, like: 2008-08-12 2008-08-13 2008-08-14 2008-08-15 2008-08-XX ...

Re: [fw-general] How to generate a range of dates using Zend_Date?

2008-08-21 Thread Juan Felipe Alvarez Saldarriaga
On Thu, Aug 21, 2008 at 10:54 PM, Juan Felipe Alvarez Saldarriaga [EMAIL PROTECTED] wrote: Hey! :) I have a question, how to generate a range of dates using Zend_Date? I mean, if I have this range of dates from the database: 2008-08-12 00:00:00 | 2008-09-26 00:00:00 and I want to get all dates

Re: [fw-general] Zend_View_Helper_Jquery - Ready for Review

2008-07-17 Thread Juan Felipe Alvarez Saldarriaga
Great news! :D Like Matthew say, don't care wich JS framework you use if you can use it via Zend Framework! :D :D, I think most important is bring Zend Framework more options. Thx for the news!. - Original Message - From: Matthew Weier O'Phinney [EMAIL PROTECTED] To:

[fw-general] Help With Improve Documentation

2008-07-12 Thread Juan Felipe Alvarez Saldarriaga
Hey! I read some comments about the framework documentation (http://thislab.com/2008/07/05/zend-framework-where-do-you-want-to-go-tomorrow/), I guess adding comments into the reference guide for each framework component, like PHP.net do it, will be great, because we can share our

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

2008-06-24 Thread Juan Felipe Alvarez Saldarriaga
Wow!, great news, are you using the Zend_TextParser (http://framework.zend.com/wiki/display/ZFPROP/Zend_TextParser+-+Pieter+Kokx) for the wiki markup ? Great work! :) - Original Message - From: Robert Castley [EMAIL PROTECTED] To: Zend Framework - General fw-general@lists.zend.com Cc:

Re: [fw-general] Zend_Date::isDate issue

2008-06-12 Thread Juan Felipe Alvarez Saldarriaga
Leader, Zend Framework http://www.thomasweidner.com - Original Message - From: Juan Felipe Alvarez Saldarriaga [EMAIL PROTECTED] To: fw-general fw-general@lists.zend.com Sent: Thursday, June 12, 2008 12:30 AM Subject: [fw-general] Zend_Date::isDate issue Hello! :) I have an issue

Re: [fw-general] Error trying to insert some data using Zend_Db_Table/PostgreSQL

2008-05-22 Thread Juan Felipe Alvarez Saldarriaga
I still have the same problem, any ideas ? , Thx. - Original Message - From: Juan Felipe Alvarez Saldarriaga [EMAIL PROTECTED] To: fw-general fw-general@lists.zend.com Sent: Thursday, May 8, 2008 4:02:25 PM (GMT-0500) America/Bogota Subject: [fw-general] Error trying to insert some data

[fw-general] Zend_Session save data

2008-05-19 Thread Juan Felipe Alvarez Saldarriaga
Hey!, Question about Zend_Session, I have already a variable into the session, named current_id, so I want to change it, what I need to do ? something like: Zend_Auth::getInstance()-getIdentity()-current_id = $id; Zend_Auth::getInstance()-getStorage()-write(); Another solution ? maybe using

[fw-general] Implementation of Zend_Cache_Frontend_Page, how to ?

2008-05-13 Thread Juan Felipe Alvarez Saldarriaga
Hey!, Question, I got a view with like 4 calls to other views, I mean a view with 4 $this-action(); calls, but takes like 9 secs, so is too slow, I was thinking to use the Zend_Cache_Frontend_Page, what's the best implementation for it ? set it in a Plugin into the postDispatch() method ?

[fw-general] Error trying to insert some data using Zend_Db_Table/PostgreSQL

2008-05-08 Thread Juan Felipe Alvarez Saldarriaga
Hey! I got an error, actually I can't see it, but let me explain the situation, I'm using PostgreSQL 8.3 and I have this table: clinic_system_platform_xref: * clinic_id integer NOT NULL * platform_id integer NOT NULL Both columns are the primary key of the table:

Re: [fw-general] Zend_View_Helper_Action Issue, duplicated view output

2008-04-03 Thread Juan Felipe Alvarez Saldarriaga
Hello. Is there a way to show the calls made to the Zend_View or something to debug this, if is a bug ? I'm not know too much about TestUnit :). Thx. - Original Message - From: Juan Felipe Alvarez Saldarriaga [EMAIL PROTECTED] To: fw-general fw-general@lists.zend.com Sent: Monday

[fw-general] Zend_View_Helper_Action Issue, duplicated view output

2008-03-31 Thread Juan Felipe Alvarez Saldarriaga
Hey!. I'm using ZFW 1.5.1, and I have an issue when I try to execute the $this-action(); helper, this is what I got, a view named view-chart.phtml execute the action helper, ?= $this-action( show-chart-main-panel, diagnostic, platform, array( patient_id = $this-intPatientId ) ); ?, then the

[fw-general] Zend_Search_Lucene - Removing items from the index issue.

2007-09-12 Thread Juan Felipe Alvarez Saldarriaga
J Im trying to remove an item for some Lucene index where is set data, so Im adding a field with the id of the data that I already save into the database (Im saving this field as UnIndexed) into the Lucene index like this: // Add UnIndexed field to the Lucene index document.

RE: [fw-general] Zend_Search_Lucene - Removing items from the index issue.

2007-09-12 Thread Juan Felipe Alvarez Saldarriaga
Hey J Thx, I change it to Keyword and now works fine, Ill look that link J Thx once again. From: Alexander Veremyev [mailto:[EMAIL PROTECTED] Sent: Miércoles, 12 de Septiembre de 2007 12:47 p.m. To: Juan Felipe Alvarez Saldarriaga; fw-general@lists.zend.com Subject: RE: [fw-general

[fw-general] Cache images using Zend_Cache

2007-09-07 Thread Juan Felipe Alvarez Saldarriaga
J I have this situation, Im doing a resize of an image on the fly, with a class using GD2, so I call an action with some parameters and then I resize and show the image, the problem is that this operation takes a little bit of time, but the image generate is not cached, cause is on the fly (I

RE: [fw-general] Cache images using Zend_Cache

2007-09-07 Thread Juan Felipe Alvarez Saldarriaga
:54 p.m. To: Juan Felipe Alvarez Saldarriaga; fw-general@lists.zend.com Subject: RE: [fw-general] Cache images using Zend_Cache Hello, what do you think about storing the resized image on disc? best regards, Daniel From: Juan Felipe Alvarez Saldarriaga [mailto:[EMAIL PROTECTED] Sent: Friday

RE: RE: [fw-general] Zend_Search_Lucene - Fatal error when I try to load it

2007-09-05 Thread Juan Felipe Alvarez Saldarriaga
implementation that I did works. Thx Alexander :). From: Alexander Veremyev [EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 3:38 PM To: Juan Felipe Alvarez Saldarriaga; fw-general@lists.zend.com Subject: RE: RE: [fw-general] Zend_Search_Lucene - Fatal error

RE: RE: [fw-general] Zend_Search_Lucene - Fatal error when I try to load it

2007-08-31 Thread Juan Felipe Alvarez Saldarriaga
know if this mess all the process. Thx for any help :). From: Juan Felipe Alvarez Saldarriaga [mailto:[EMAIL PROTECTED] Sent: Miércoles, 29 de Agosto de 2007 08:20 a.m. To: Alexander Veremyev; fw-general@lists.zend.com Subject: RE: [fw-general] Zend_Search_Lucene

RE: [fw-general] Zend_Search_Lucene - Fatal error when I try to load it

2007-08-29 Thread Juan Felipe Alvarez Saldarriaga
Veremyev [mailto:[EMAIL PROTECTED] Sent: Miércoles, 29 de Agosto de 2007 08:52 a.m. To: Juan Felipe Alvarez Saldarriaga; fw-general@lists.zend.com Subject: RE: [fw-general] Zend_Search_Lucene - Fatal error when I try to load it Hi Juan, 1. Please describe, which ZF version and OS you use. 2

[fw-general] Zend_Search_Lucene - Fatal error when I try to load it

2007-08-28 Thread Juan Felipe Alvarez Saldarriaga
:) I have this situation: * Two index files, one for english and one for spanish content, (/home/jfalvarez/projects/my_test_site/tmp/lucene/en - /home/jfalvarez/projects/my_test_site/tmp/lucene/es), this index files are created using this portion of code: foreach ( $arrSystemLanguages AS

[fw-general] Using a Plugin can't get some variable assigned to the Zend_View object

2007-08-01 Thread Juan Felipe Alvarez Saldarriaga
:) I got a plugin named TemplatePlugin, in the dispatchLoopShutdown() method I'm getting the Zend_View object this way: // Get an instance of the view from the controller action object. $objView = Zend_Controller_Action_HelperBroker::getExistingHelper( 'viewRenderer' )-view; So before I

RE: [fw-general] Zend_Search_Lucene::find() Exception

2007-07-31 Thread Juan Felipe Alvarez Saldarriaga
Ohhh, right, so at this point I got a field per document, ok, cool, thx :), I'll try to implement better this :) Thx. From: Alexander Veremyev [mailto:[EMAIL PROTECTED] Sent: Martes, 31 de Julio de 2007 04:38 a.m. To: Juan Felipe Alvarez Saldarriaga; fw-general

RE: [fw-general] Zend_Search_Lucene::find() Exception

2007-07-30 Thread Juan Felipe Alvarez Saldarriaga
( Can't index this content ({$objError-getMessage()}) ); } I really dont know what's the problem, thx for any help. From: Alexander Veremyev [mailto:[EMAIL PROTECTED] Sent: Lunes, 30 de Julio de 2007 04:51 p.m. To: Juan Felipe Alvarez Saldarriaga; fw-general

[fw-general] Zend Framewrok via CLI

2007-07-26 Thread Juan Felipe Alvarez Saldarriaga
:) It's there a way to use the ZFW via CLI ? or some tutorial to execute a controller via CLI or something ? any help is welcome :) Thx. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not

[fw-general] Controller modular directories issue.

2007-06-13 Thread Juan Felipe Alvarez Saldarriaga
Hey :) I have this issue using a modular structure in ZFW, v1.0.0-rc2, I add my own modular structure to the front controller: Directories structure: controllers/ admin/ scripts/ default/ scripts/ IndexController.php Front controller config: $objFrontController

Re: [fw-general] Controller modular directories issue.

2007-06-13 Thread Juan Felipe Alvarez Saldarriaga
Juan Felipe Alvarez Saldarriaga wrote: Matthew Weier O'Phinney wrote: -- Juan Felipe Alvarez Saldarriaga [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] wrote (on Wednesday, 13 June 2007, 09:55 AM -0500): I have this issue using a modular structure in ZFW, v1.0.0-rc2, I add my own modular

[fw-general] IE7 Routers Problem

2007-05-24 Thread Juan Felipe Alvarez Saldarriaga
Hey :) I have this case: I got some controllers that have this function into the constructor: /** * Constructor class function. * */ public function init() { // Get SoficolFw from the registry. $this-_soficolFw = Zend_Registry::get( 'SoficolFw' ); // Set

[fw-general] PHP session problem.

2007-05-15 Thread Juan Felipe Alvarez Saldarriaga
Hey :) Im using the normal php session, not the Zend_Session from the framework, so I set some info into $_SESSION then I made a _redirect() to some controller but in this controller the $_SESSION is empty, In my index.php I made a function to start the session with session_start method, so

[fw-general] ZFW 0.9.2-beta _forward explanation.

2007-04-23 Thread Juan Felipe Alvarez Saldarriaga
Hey :D. I'm trying to make a _forward to another controller: $this-_forward( 'admin', 'login', null, array( 'url' = $_SERVER['REDIRECT_URL'] ) ); But nothing happend, always go to the bootstrap, I'm naming worng the controller name or something ? Thx.

Re: [fw-general] ZFW 0.9.2-beta _forward explanation.

2007-04-23 Thread Juan Felipe Alvarez Saldarriaga
Juan Felipe Alvarez Saldarriaga wrote: Hey :D. I'm trying to make a _forward to another controller: $this-_forward( 'admin', 'login', null, array( 'url' = $_SERVER['REDIRECT_URL'] ) ); But nothing happend, always go to the bootstrap, I'm naming worng the controller name or something

[fw-general] How to implement Zend_Acl ?

2007-04-19 Thread Juan Felipe Alvarez Saldarriaga
Hey :) I want to implement Zend_Acl into my application, but I dont know how to put work that with a database model, there are some tutorial or page that I can see ? Another question about Zend_Acl, in the example to add resources: $acl-add(new Zend_Acl_Resource('newsletter')); //

Re: [Fwd: Re: [fw-general] How to implement Zend_Acl ?]

2007-04-19 Thread Juan Felipe Alvarez Saldarriaga
Nice, thx :) Darby Felton wrote: Reply to all, reply to all... ;) Original Message Subject: Re: [fw-general] How to implement Zend_Acl ? Date: Thu, 19 Apr 2007 09:59:23 -0700 From: Darby Felton [EMAIL PROTECTED] To: Juan Felipe Alvarez Saldarriaga [EMAIL PROTECTED] References

[fw-general] Zend_Filter_Input on ZFW 0.9.1

2007-04-03 Thread Juan Felipe Alvarez Saldarriaga
Hey :). Im trying to migrate from ZFW 0.8 to 0.9.1 and I saw that I have a lot of issues there, for example, Zend_Input_Filter was dropped :S, so how can I filter the POST or GET methods ? cause actually im doing something like this: class MyControllerController extends

[fw-general] How to create my own exception handler method ?

2007-03-22 Thread Juan Felipe Alvarez Saldarriaga
Hey :) Im traying to make my own exception handler, I set a global exception handler function, set_exception_handler( 'exceptionHandler' ), to deal with the throw Exception() command, so when the Exception jumps to this function I want to show all the Exception information into a view, but

[fw-general] Problem sending E-Mails on ZF 0.8.0

2007-03-21 Thread Juan Felipe Alvarez Saldarriaga
Hey :) Actually I got this error using ZF 0.8.0 when I try to send an email using Zend_Mail module. Fatal error: Call to undefined method Zend_Mail_Transport_Smtp::connect() in /home/jfalvarez/public_html/userland/library/SendEmail.php on line 254 This line (254) have this:

Re: [fw-general] Community chat

2007-02-15 Thread Juan Felipe Alvarez Saldarriaga
flipkick wrote: jabber would be very cool. but i would recommend ejabberd http://ejabberd.jabber.ru insted of java wildfire. jabber.org, the public Jabber server of the Jabber Software Foundation uses it, too. Is it possible to create a community chat in the next time? I really miss one.

Re: [fw-general] html2pdf Class on Zend Framework

2007-01-13 Thread Juan Felipe Alvarez Saldarriaga
On 1/12/07, Juan Felipe Alvarez Saldarriaga [EMAIL PROTECTED] wrote: Hey list! Actually im using ZendFramework version 0.6, and I want to load html2pdf class to create some pdf files from an html report, Im trying load the class (the class file path is library/pdf/html2pdf.php) as Zend::loadClass

[fw-general] html2pdf Class on Zend Framework

2007-01-12 Thread Juan Felipe Alvarez Saldarriaga
Hey list! Actually im using ZendFramework version 0.6, and I want to load html2pdf class to create some pdf files from an html report, Im trying load the class (the class file path is library/pdf/html2pdf.php) as Zend::loadClass( pdf_html2pdf ) but it doesnt work, I mean when I set some dumb