Re: [fw-general] Confusion about open source licensing

2009-07-15 Thread Tobias Gies
Hi Muhammad, ZF is released under the New BSD Licensehttp://framework.zend.com/license/new-bsd. Yes, you can use it in and ship it with a GPL project. Best regards, Tobias 2009/7/15 Muhammad Ali imjob@live.com: Hi Question: If i were to release an opensource project under GPL, but

Re: [fw-general] ZF 1.8 Webinar

2009-06-30 Thread Tobias Gies
Hey there, is there any news regarding the recorded version of this webinar? Best regards, Tobias 2009/6/2 Matthew Weier O'Phinney matt...@zend.com: Hey, all -- In case you haven't had a chance to explore ZF 1.8 yet, Ralph Schindler and I will be doing a webinar tomorrow:    

Re: [fw-general] A Zend_Db Adapter for ext/mysql (mysql_*)

2009-06-13 Thread Tobias Gies
Hi, Matthew, I don't think this should be included in the Zend namespace. Ben, you have done some excellent work on this adapter, I think it's great, but in my opinion, we shouldn't include adapters for outdated libraries in the framework. It might fit nicely into ZendX, but I'd rather not have

Re: [fw-general] ZF 1.8.2 no more ../../../ in my views!

2009-05-28 Thread Tobias Gies
Hey, this manual article should answer your question about why you don't get any output: http://zendframework.com/manual/en/zend.view.migration.html To use your multi-module pagination style, I'd suggest you use the solution Vadim posted instead. Best regards, Tobias 2009/5/28 monk.e.boy

Re: [fw-general] what can be used t replace these nice smarty features

2009-05-19 Thread Tobias Gies
Hi, you can either use the form* family of view helpers (more at http://framework.zend.com/manual/en/zend.view.helpers.html#zend.view.helpers.initial) if you already have your custom form processing logic in place, or you can use Zend_Form (http://framework.zend.com/manual/en/zend.form.html),

Re: [fw-general] Zend_Tool problem: Call to undefined method SplFileInfo::getRealPath()

2009-05-12 Thread Tobias Gies
Hey, When upgrading, note that the Zend Framework team recommends PHP 5.2.4 or greater for all components to work as expected. Best regards, Tobias 2009/5/12 wenbert wenbertdelrosa...@yahoo.com: Thanks! I think upgrading my PHP is the problem. I have tested on the other machine with 5.2.3

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

2009-05-03 Thread Tobias Gies
2009/5/2 howard chen howac...@gmail.com: Please feel free to answer: 1. What OS you are using during development? Windows? Mac? Linux? Mainly Mac OS; Sometimes Win XP on the laptop. 2. Do you edit source code on localhost or remote? i.e. is your testing environment reside on localhost or

Re: [fw-general] h1Zend_PDF support which PDF Versionh1

2009-04-28 Thread Tobias Gies
Hey Kevin, as you can see in the exception text, Zend_Pdf supports PDF 1.0 - 1.4. Best regards, Tobias Liao, Kexiao schrieb: Attachment is a pdf file under 1.7 version which was created through TCPDF (http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf) library. When I use

Re: [fw-general] Zend Framework team reorganization

2009-04-14 Thread Tobias Gies
2009/4/14 Matthew Weier O'Phinney matt...@zend.com: First, the team now reports to Zeev Suraski, Zend's CTO. Please welcome him to the lists! Hi Zeev! I'd like to thank Wil for his contributions to the Zend Framework project! Seconded. THANK YOU for all that you have done for this project,

[fw-general] Re: Amf ZF-5388

2009-02-25 Thread Tobias Gies
the patch that I put in got accepted into 1.7.4 ? Totally confused on this issue at this point. Wade On 2/12/09 11:55 AM, Tobias Gies tobiasg...@googlemail.com wrote: Forget what I've said, I'm not going to merge it since there is a conflict that I feel I am not able to resolve. So please

Re: [fw-general] Re: Amf ZF-5388

2009-02-25 Thread Tobias Gies
Hi Matthew, Unfortunately, no. I've looked at the potential merge, and unfortunately it's also tied to new features scheduled for 1.8; I'm finding it difficult to get a working patch that addresses just the 1.7 featureset. So long story short, the patch will be in 1.8 since the release branch

Re: [fw-general] Normal request per second rate for ZF application?

2009-02-23 Thread Tobias Gies
Endijs, Benchmarking a plain-php hello world file against the same stuff implemented in ZF just doesn't make any sense. If you only want to display hello world, you don't need ZF. If you want to benchmark, you always have to benchmark your use-case against a real-world application that does

Re: [fw-general] Normal request per second rate for ZF application?

2009-02-23 Thread Tobias Gies
, 2009, at 06:20 , Tobias Gies wrote: Benchmarking a plain-php hello world file against the same stuff implemented in ZF just doesn't make any sense. If you only want to display hello world, you don't need ZF. This is a common misconception. You need to know the limits of ZF (or any framework

Re: [fw-general] Zend_Form submit not to have a name

2009-02-16 Thread Tobias Gies
Hey Joó, seeing as you do of course validate your form before you insert the data into your table, you can use $table-insert($form-getValues()). This should give you the desired result. Best regards, Tobias 2009/2/16 Joó Ádám cer...@gmail.com: Matthew, Can I somehow get the input buttons not

[fw-general] Re: Amf ZF-5388

2009-02-12 Thread Tobias Gies
Hi Dirk, Sorry, I really forgot about the issue. If it's already in trunk, Wade will have to decide if it should be merged to the release branch. Best regards, Tobias 2009/2/12 Dirk Thomas / 4wd media dirk.tho...@4wdmedia.de: Hi Tobias, i put you on cc directly since you helped me a lot on

[fw-general] Re: Amf ZF-5388

2009-02-12 Thread Tobias Gies
The fix for attribute of this issue is indeed misleading. AFAIK, these get set automatically on release, but alas, they are not always true. Wade, please decide what to do by 7PM UTC. If I hear nothing from you, I'll merge the patch to the release branch. Best regards, Tobias 2009/2/12 Dirk

[fw-general] Re: Amf ZF-5388

2009-02-12 Thread Tobias Gies
. Thanks! Wade On 2/12/09 4:27 AM, Tobias Gies tobiasg...@googlemail.com wrote: The fix for attribute of this issue is indeed misleading. AFAIK, these get set automatically on release, but alas, they are not always true. Wade, please decide what to do by 7PM UTC. If I hear nothing from you

[fw-general] Re: Amf ZF-5388

2009-02-12 Thread Tobias Gies
Forget what I've said, I'm not going to merge it since there is a conflict that I feel I am not able to resolve. So please, Wade, you do the honors. (Merging in a nutshell: cd ZF-Branch svn merge ../zf-tr...@14005 ../zf-tr...@14006) Best regards, Tobias 2009/2/12 Tobias Gies tobiasg

Re: [fw-general] Zend Layout problem with sub-actions

2009-01-29 Thread Tobias Gies
Hi, most likely a path issue. Be sure to always use paths relative to the public folder of your ZF app (i.e., yourdomain.com/your_zf_app/), and always prepend the base URL of said folder to your paths. Most people I know have used a simple-to-write BaseUrl view helper that pulls the base url from

Re: [fw-general] Amf ZF-5094 and ZF-5388

2009-01-24 Thread Tobias Gies
Hi Dirk, i have run my code regarding ZF-5094 against branches/release-1.7 and it works well. Thank you for merging this to the release branch. good, glad that I could help. What about issue ZF-5388? I'll spend some time on this issue today. Could you provide a unit test for the problem?

Re: [fw-general] Amf ZF-5094 and ZF-5388

2009-01-23 Thread Tobias Gies
Hi Dirk, I can only comment on the first issue since I am no AMF expert, but for ZF-5094, it seems like Wade has commited the patch to SVN trunk, but never merged it to the release-1.7 branch. Wade, did you have a reason to do so or should I merge the patch? Best regards, Tobias 2009/1/23 Dirk

Re: [fw-general] Amf ZF-5094 and ZF-5388

2009-01-23 Thread Tobias Gies
Hi folks, I merged the patch. Dirk, please run your testcase for ZF-5094 against a current checkout of the release-1.7 branch. Best regards, Tobias 2009/1/23 Wade Arnold wade.arn...@t8design.com: Please merge the patch. Not sure what I did wrong that it did not get into 1.7.3. ?

Re: [fw-general] Zend_Db IN()

2009-01-14 Thread Tobias Gies
Hey Keith, if I remember correctly, you can bass an array of IDs as $categoryId. This should result in the query you want. Best regards, Tobias 2009/1/14 keith Pope mute.p...@googlemail.com: Hi, How do you add an IN() to a where using select? I am getting IN('1,2,3') rather than IN(1,2,3),

Re: [fw-general] Maybe I'm Missing Something -- Or is Zend_Form?

2009-01-13 Thread Tobias Gies
Hi Jeff, quoting Matthew Weier O'Phinney: The name attribute is deprecated in HTML 4.01, and invalid with XHTML 1.0. You can use the id attribute to reference forms from javascript. He posted this just a month ago. Pro tip: You can search the ZF mailing list archives via Nabble at

Re: [fw-general] Our BugHunt winners. . .

2008-11-24 Thread Tobias Gies
Congratulations, everyone! And of course, thanks to everyone who participated, also those that aren't mentioned here. :-) Best regards, Tobias 2008/11/24 Wil Sinclair [EMAIL PROTECTED] Here are the top 3 from JIRA: Thomas Weidner- 18 fixed bugs Ben Eberlei - 14 fixed bugs Mickael Perraud

Re: [fw-general] Check if the file is uploaded, bug?

2008-11-14 Thread Tobias Gies
Hi Goran, yes, the 1.7 GA release will be pulled from this branch and will be made available on the ZF website on Monday. If you are curious, go ahead and checkout the branch :) Best regards, Tobias 2008/11/14 Goran Juric [EMAIL PROTECTED] thomasW wrote: All described methods are in

Re: [fw-general] Pastebin demo (Dojo modulePath relative to what?)

2008-11-14 Thread Tobias Gies
Hey Barry, have a look at the documentation: You can obtain the Request object in various ways, depending on the place where you need it. - In your action controller, in a Front Controller plugin and in an action helper you you can use $this-getRequest(); - Anywhere else, use

Re: [fw-general] re[fw-general] writing a url from zend framework

2008-11-11 Thread Tobias Gies
Hi Ace, I think plain ol' RT*M will do here. http://framework.zend.com/manual/en/zend.controller.router.html Best regards, Tobias 2008/11/11 Ace Paul [EMAIL PROTECTED] What i have at the moment is this domain.com/controller/action/variable/variablename the thing is that action and

Re: [fw-general] re[fw-general] writing a url from zend framework

2008-11-11 Thread Tobias Gies
to be a bit more precise, I recommend section 8.5.6.1: Zend_Controller_Router_Route. http://framework.zend.com/manual/en/zend.controller.router.html#zend.controller.router.routes.standard Best regards Tobias 2008/11/11 Tobias Gies [EMAIL PROTECTED] Hi Ace, I think plain ol' RT*M will do

Re: [fw-general] APC and ZF tutorial

2008-11-04 Thread Tobias Gies
Hey davideFashionPeople, First off, sorry for sounding like a teacher now, but begging for answers in other threads is gonna get you some instant *plonk*s. You know that, right? Second, most people on this list use their real names to post, and I personally like it that way :-). About your

Re: [fw-general] APC and ZF tutorial

2008-11-04 Thread Tobias Gies
indeed :-) 2008/11/4 Jan Pieper [EMAIL PROTECTED] I think you mean extension=php_apc.dll and not extension=php_apc.so on Windows systems :-) -- *Von:* Tobias Gies [mailto:[EMAIL PROTECTED] *Gesendet:* Dienstag, 4. November 2008 12:18 *An:* Robert Castley

Re: [fw-general] Datagrid in Zend Framework

2008-10-02 Thread Tobias Gies
Wow, very cool stuff! I beg you, please create a ZF proposal :-) Best regards Tobias 2008/10/1 zsamer [EMAIL PROTECTED] here you have my own implementation: http://code.google.com/p/zend-framework-datagrid/ soon I'm going to translate to English. Filipe Carvalho wrote: Hi

Re: [fw-general] Smarty little problem

2008-09-22 Thread Tobias Gies
Hi José, I'd do that task in a controller plugin's PreDispatch method. Routing information is present at that point. Best regards Tobias 2008/9/22 José de Menezes Soares Neto [EMAIL PROTECTED] Hi friends, I use ZF with Smarty for my apps. But, now, I would like to use modules too. My

Re: [fw-general] Detecting a module

2008-09-22 Thread Tobias Gies
Hi José, you can't detect which module was called in the bootstrap. The earliest point where you can get that information is in the routeShutdown() hook of a controller plugin. Best regards Tobias 2008/9/22 José de Menezes Soares Neto [EMAIL PROTECTED] How to detect a module inside the

Re: [fw-general] Detecting a module

2008-09-22 Thread Tobias Gies
Of course you can, but only at routeShutdown() or later. 2008/9/22 José de Menezes Soares Neto [EMAIL PROTECTED] So, I can't print You are at the module XYZ' for example? 2008/9/22 Tobias Gies [EMAIL PROTECTED] Hi José, you can't detect which module was called in the bootstrap

Re: [fw-general] Why Dojo of All???

2008-09-16 Thread Tobias Gies
Hey Alexandre, 2008/9/16 S. Alexandre M. Lemaire [EMAIL PROTECTED] [...snip...] Does Dojo still behave this way? Does it offer any kind of 'roll your own' like Ext does with JSBuilder so that you can foresee inclusions and reduce during-operation IO overhead? There is a tool in dojo that

Re: [fw-general] What is your Zend workflow?

2008-08-28 Thread Tobias Gies
Hi Juan, you might want to check out this article on DevZone (about debugging using XDebug): http://devzone.zend.com/article/2930-Debugging-PHP-applications-with-xdebug Best regards Tobias 2008/8/28 Juan Felipe Alvarez Saldarriaga [EMAIL PROTECTED] Eclipse PDT with subversion, database tools,

Re: [fw-general] Zend_Form_Element_File

2008-08-15 Thread Tobias Gies
2008/8/13 Matthew Lurz [EMAIL PROTECTED] Thanks Thomas. I, quite wrongly, assumed that getValue would call Zend_File_Transfer_Adapter_Http:: receive() transparently. It's working now. Thanks again. This actually sounds like a valid (and sensible) feature request. Thomas, what's your

Re: [fw-general] Zend_File_Transfer

2008-08-10 Thread Tobias Gies
Hi Matthew, 2008/8/10 Matthew Weier O'Phinney [EMAIL PROTECTED] Ooof -- this is in the ImageSize validator it seems. I'll fix in trunk, and we'll see if another RC is required as a result. Err... Did we release the RC2 yet? I thought Alex only packaged the sanity check packages? Best

Re: [fw-general] Json + Image Stream

2008-08-05 Thread Tobias Gies
Hi Paola, can't you use an HTTP POST upload for this? There is a component called Zend_File_Transfer in the incubator that will nicely handle HTTP uploads for you on the server side. It should also be included in RC2, IIRC. Best regards, Tobias 2008/8/5 Paolav [EMAIL PROTECTED] Hi there I

AW: [fw-general] Problem Unsubscribing from this list

2008-07-29 Thread Tobias Gies
Hi James, sad to hear that you are leaving. Could it be that you subscribed to fw-all instead of fw-general? If so, try to send a mail to [EMAIL PROTECTED] instead of fw-general-unsubscribe. Best regards Tobias -Ursprüngliche Nachricht- Von: James Benson [mailto:[EMAIL PROTECTED]

Re: [fw-general] Zend_Deprecation is ready for community review.

2008-07-22 Thread Tobias Gies
2008/7/22 Lars Strojny [EMAIL PROTECTED]: Hi Matthew, everybody, Am Freitag, den 18.07.2008, 16:20 -0400 schrieb Matthew Weier O'Phinney: Stas is also proposing an E_USER_DEPRECATED level -- maybe just vote for that. :) The patch for E_USER_DEPRECATED is now in 5.3 and HEAD. So no need

Re: [fw-general] javascript and radio button value

2008-07-22 Thread Tobias Gies
This really has nothing to do with ZF, but here you go: The radio buttons get numeric indexes in the order of their definition. so if I had those radio buttons: form id=testform method=post action=# input type=radio name=gender value=male / male input type=radio name=gender value=female / female

Re: [fw-general] Zend Framework and svn:externals

2008-07-20 Thread Tobias Gies
Hi Jack, you can simply use the library/ folder as SVN:external. The SVN:External definition of my project looks like this: library/zf/Zend http://framework.zend.com/svn/framework/standard/trunk/library/Zend library/zf/ZendX http://framework.zend.com/svn/framework/extras/trunk/library/ZendX

Re: [fw-general] 1.6RC1 Release Notes

2008-07-19 Thread Tobias Gies
Hi, found a typo. * Zend_Table save handler for DbTable should be: *Zend_Session save handler for DbTable Best regards Tobias

Re: [fw-general] Smarty?

2008-07-19 Thread Tobias Gies
folks, do we really need another religious war about whether or not smarty is good or bad? Best regards Tobias -- Religious wars: Fights between adult people about who has the cooler imaginary friend. 2008/7/19 mbneto [EMAIL PROTECTED]: I do not agree. The syntax of smarty is much easier

Re: [fw-general] Using subdomains

2008-07-19 Thread Tobias Gies
Hi, you can read more about using the new hostname routing on Ben's blog: http://www.dasprids.de/blog/2008/07/19/zend-framework-gets-hostname-routing Best regards Tobias 2008/7/19 Robin Skoglund [EMAIL PROTECTED]: On Sat, Jul 19, 2008 at 4:05 PM, Lars Strojny [EMAIL PROTECTED] wrote: Hi

[fw-general] Zend_Deprecation is ready for community review.

2008-07-17 Thread Tobias Gies
of load page - read exception - fix - reload page - read next exception To solve this, Zend_Deprecation uses an error stack to report the errors to the developer all at once. You can find my proposal here: http://framework.zend.com/wiki/display/ZFPROP/Zend_Deprecation+-+Tobias+Gies Best regards

Re: [fw-general] Zend_Deprecation is ready for community review.

2008-07-17 Thread Tobias Gies
I'm all for simplicity, I just thought it could be useful to have multiple deprecation error types. If others agree that simply throwing an E_USER_NOTICE error is enough, we may well archive the proposal. Best regards, Tobias 2008/7/17 Bill Karwin [EMAIL PROTECTED]: Tobias Gies wrote

Re: [fw-general] Zend_Deprecation is ready for community review.

2008-07-17 Thread Tobias Gies
I'm just trying to help explore your idea, not trying to shoot it down. I never felt like you tried to shoot it down :-) In general, though, if you can solve a problem satisfactorily without writing any new code, that's better, isn't it? Indeed. Yes, if multiple deprecation error

Re: [fw-general] Zend_Deprecation is ready for community review.

2008-07-17 Thread Tobias Gies
You can also use @deprecated. http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.deprecated.pkg.html @deprecated is already used in ZF. The problem is that the developer gets no feedback about the deprecated components that are used in his/her specific

Re: [fw-general] Recent Component Promotions

2008-07-16 Thread Tobias Gies
You can find it in the svn repo. It will be compiled and part of the official 1.6 docs later on, but for now, the code lives in the repository only (as it is usual for new components. Best regards Tobias 2008/7/16 Jake McGraw [EMAIL PROTECTED]: I've promoted the following components from

Re: [fw-general] Contributor mailing list. . .

2008-07-15 Thread Tobias Gies
Hi Wil, 2008/7/15 Marco [EMAIL PROTECTED]: This is a great idea and will help make contributing much easier IMO. Yep, signed. Best regards Tobias

Re: [fw-general] What's up with Zend_Tool?

2008-07-11 Thread Tobias Gies
*raises hand* I'd definitely be interested in getting Zend_Tool out there as well, and I'd be happy to help if I can. Ralph, I'll checkout the code from the lab as soon as I get home. I must say that Paddy and Rob said what I think, too: The Zend_Tool and Zend_Build proposals somehow lack the...

Re: [fw-general] is there a proposal about jquery?

2008-07-10 Thread Tobias Gies
Hi Jacky, currently, there is no proposal for a jQuery integration. Go ahead and create one! You should be able to take most of the API for the integration points from Matthew's Dojo proposals. Best regards Tobias 2008/7/10 Jacky Chen [EMAIL PROTECTED]: Hi all, is there a proposal about

Re: [fw-general] What is planned for 1.6?

2008-07-09 Thread Tobias Gies
Hi Ralf, I am currently writing an article about the actual state of affairs for the Zend Framework which will be published in the next edition of the German PHP Magazin. cool! I love that magazine :) Now I would like to add a chapter about the plans for the 1.6 release. From my notes I

Re: [fw-general] StripSlashes

2008-06-05 Thread Tobias Gies
Hi Ahmed! simply create your own filter for that. See http://framework.zend.com/manual/en/zend.filter.writing_filters.html for a general how-to on creating filters. :-) Best regards Tobias 2008/6/5 Ahmed Abdel-Aliem [EMAIL PROTECTED]: Hi, how can i strip slashes a form contents before

Re: [fw-general] Zend_Registry is good for?

2008-04-24 Thread Tobias Gies
Hi Greg! Sorry if I may sound a bit harsh, however I will ask anyways: Did you come to start a flame war or an actual discussion? If you think that performance is the ultimate and only goal in software development, you are wrong. Performance is important, yes. However, there is another factor

Re: [fw-general] Zend_RDF

2008-04-21 Thread Tobias Gies
Hey Kevin, Idea: propose and code the component, then you can be sure it will be considered for ZF ;) Best regards On Mon, Apr 21, 2008 at 4:30 PM, Kexiao Liao [EMAIL PROTECTED] wrote: Will future ZendFramework provide the functionalities to support RDF (Resource Description

Re: [fw-general] Zend_Registry question

2008-04-08 Thread Tobias Gies
You obviously come from a Java background. No, they can't. In PHP, every request is a completely autonomous environment, and no data can be shared by many requests (well, except if you use sessions - but that's not really what you want. Sessions are basically meant to save user credentials and

AW: [fw-general] Re: 1.5.0 Zend_Loader, auto load and non-existent classes

2008-03-19 Thread Tobias Gies
That isn't necessarily the case. The reason this is an issue for me is that I'm using class_exists() to check if certain classes have been defined. class_exists() will use the registered autoload functions to attempt to load the class, and if they have no luck will obviously return false. In this

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Tobias Gies
Great news, great new site! However, I don't like how the language switch is currently implemented in the docs. I thought I could just change the value of the select box and it would take me to the introduction page of the German manual, however it turned out that I had to enter a specific

AW: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Tobias Gies
Hey Matthew, Actually... that language switch is part of the search form. There's another box below the list of components that allows you to browse the manual by language (uses static links). A-ha! I'd have expected this box to be above the components box. The implementation is flawed for me,

AW: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Tobias Gies
! http://framework.zend.com/manual/en/zend.gdata.youtube.html Shows up as Japanese for me :(. - jake On Mon, Mar 17, 2008 at 11:57 AM, Tobias Gies [EMAIL PROTECTED] wrote: Hey Matthew, Actually... that language switch is part of the search form. There's another box below the list

Re: [fw-general] Routing: / != /index != /index/index?

2008-03-12 Thread Tobias Gies
Jan, Michals solution is right, but be sure to include the trailing slashes and the ^ and $ markers in the regex. On Wed, Mar 12, 2008 at 5:55 PM, Michał Minicki [EMAIL PROTECTED] wrote: Jan Pieper wrote: Okay, my mistake but your solution allows something like /index/123 (if :article is

Re: [fw-general] Google Summer of Code 2008

2008-03-11 Thread Tobias Gies
Hi Andi, On Mon, Mar 10, 2008 at 10:49 PM, Andi Gutmans [EMAIL PROTECTED] wrote: - Implement something similar to DLINQ for ZF ( http://weblogs.asp.net/scottgu/archive/2008/01/07/dynamic-linq-part-1-using-the-linq-dynamic-query-library.aspx). This could be taking the ideas in

[fw-general] Nabble forum design

2008-03-07 Thread Tobias Gies
Hi there, I don't know if any of you Zenders recently checked Nabble, but there's a notice box stating that the skinning feature of Nabble is obsolete and will disappear soon. More info: http://www.nabble.com/help/Answer.jtp?id=42skin=16154 Best regards Tobias

Re: [fw-general] Zend Db Select limit broken for MSSQL?

2008-03-03 Thread Tobias Gies
Hey Jaruz, Ms sql does not support the LIMIT clause and ZF does not emulate this. There is, however, a workaround for this. Just google for mssql limit clause to find it. You might want to extend Zend_Db_Table to incorporate that one. Best regards, Tobias -- Sent from my iPhone Am

[fw-general] Zend_Form generates catchable fatal error

2008-03-03 Thread Tobias Gies
Hi guys, Maybe you can help me with my problem. I have created my basic login form object like this: Pts/Form/User/Login.php: ?php /** * Zend_Form */ require_once 'Zend/Form.php'; class Pts_Form_User_Login extends Zend_Form { public function __construct($options = array()) {

Re: [fw-general] Zend_Db_Table I have problems reading columns' alliases

2008-03-01 Thread Tobias Gies
Hey Marek, You should have read on. What you want can be done using the following code: $select-from($ct, array('max_id' = 'MAX(place_id)')) // et cetera Best regards, Tobias -- Sent from my iPhone Am 01.03.2008 um 19:15 schrieb Marek Wawro [EMAIL PROTECTED]: Hi, I am having problems to

Re: [fw-general] Make Default Router get 1 param from /some/list/1

2008-02-29 Thread Tobias Gies
you should not edit the Zend Framework files. Rather extend them to create your own implementations. On Fri, Feb 29, 2008 at 7:14 PM, Nicolae Namolovan [EMAIL PROTECTED] wrote: Thanks guys, but I think there is no way to change Zend_Controller_Router_Route_Module behavior (what by default is

Re: [fw-general] Zend_Form_Element_Image don't add the value to src?

2008-02-27 Thread Tobias Gies
You will habe to set the src attribute. Thw valur Attribute is used as the value that will be sent via $_POST. Sent from my iPhone. Am 27.02.2008 um 11:43 schrieb Noé Froidevaux [EMAIL PROTECTED] m: Hi all! A big thanx for the 1.5RC1! But, i have a little problem. Why when I set a

Re: [fw-general] Zend_Form_Element_Image don't add the value to src?

2008-02-27 Thread Tobias Gies
Sorry, my iphone's t9 dictionary seems to be quite broken. It was meant to say The value attribute. On Wed, Feb 27, 2008 at 12:14 PM, Tobias Gies [EMAIL PROTECTED] wrote: You will habe to set the src attribute. Thw valur Attribute is used as the value that will be sent via $_POST. Sent

Re: [fw-general] How to render multiple action views ?

2008-02-23 Thread Tobias Gies
? Thx. - Mensaje original - De: Tobias Gies [EMAIL PROTECTED] Para: Zend Framework General fw-general@lists.zend.com Enviados: viernes 22 de febrero de 2008 04:59:32 PM (GMT-0500) America/Bogota Asunto: Re: [fw-general] How to render multiple action views ? Hey Juan, If you use

Re: [fw-general] How to render multiple action views ?

2008-02-22 Thread Tobias Gies
Hey Juan, If you use the 1.5 Version, you can try the ActionStack-Helper. Regards Tobias On Fri, Feb 22, 2008 at 10:08 PM, Juan Felipe Alavarez Saldarriaga [EMAIL PROTECTED] wrote: hey! :) Question, I'm trying to do this, I'm on a controller action and inside this action I want to execute

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

2008-02-18 Thread Tobias Gies
even though it has all been said, I also want to issue thanks to you, Matthew, Jurriën, Simon and Mitchell, and all the others that were involved in Zend_Form development. You did an AWESOME job there. Best regards Tobias Matthew Weier O'Phinney schrieb: Greetings all! I'm happy to report

Re: [fw-general] redirect and 500 Internal Error

2008-02-04 Thread Tobias Gies
most likely the problem is that mod_rewrite is not enabled on the production server. enable it (or make your admin do it) and you should be good to go. Best regards, Tobias 2008/2/4, Łukasz Kazimierz Bandzarewicz [EMAIL PROTECTED]: Hi. It wont be a pure Zend Framewerok issue. I have problem

Re: [fw-general] redirect and 500 Internal Error

2008-02-04 Thread Tobias Gies
']; } else { $previousUrl = BASE_URL; } $this-_redirect($previousUrl); script works on both servers. Any ideas? On 04/02/2008, Tobias Gies [EMAIL PROTECTED] wrote: most likely the problem is that mod_rewrite is not enabled on the production server. enable it (or make your admin do

Re: [fw-general] redirect and 500 Internal Error

2008-02-04 Thread Tobias Gies
it? regards, Łukasz On 04/02/2008, Tobias Gies [EMAIL PROTECTED] wrote: you will then have to ask the server admin. my crystal ball is broken :-( 2008/2/4, Łukasz Kazimierz Bandzarewicz [EMAIL PROTECTED]: Unfortunately I don't have access to error.log On 04/02/2008

Re: [fw-general] 1.5 Preview Release Preview

2008-01-28 Thread Tobias Gies
Hey Simon, PLEASE, document the feature, since i would not want it to get lost in any later version. It is something that a lot of people (many folks on the german forums at least!) including me were eagerly waiting for. Getting a read-only row with joined fields is something that I missed in the

Re: [fw-general] where is the best place to post issues with the 1.5 preview?

2008-01-25 Thread Tobias Gies
post here and if asked so, create an issue on the tracker ( http://framework.zend.com/issues) Regards Tobias 2008/1/25, digitalus_media [EMAIL PROTECTED]: i have started playing around with 1.5, upgrading the next version of my cms. i have noticed a few things that may hang people up (or I

Re: [fw-general] Ralph Schindler

2008-01-21 Thread Tobias Gies
Congratulations, Ralph! 2008/1/21, Wil Sinclair [EMAIL PROTECTED]: I couldn't be happier to announce that as of this morning, Ralph Schindler has joined the Zend team to work on ZF full time! Congrats, Ralph! Now get back to work. :) ,Wil

Re: [fw-general] Zend Helpers

2008-01-20 Thread Tobias Gies
The File name should be HelperName.php. 2008/1/20, Ian Warner [EMAIL PROTECTED]: Matt $view = new Zend_View(); // Add /other/path/to/helpers with class prefix 'Your_View_Helper' $view-setHelperPath('D:\AWebEnvironment\htdocs\Site_Template\library\Zend\View\Helper',

Re: [fw-general] changing the url

2008-01-12 Thread Tobias Gies
Hey, I'd suggest you subclass the Zend_Controller_Router_Route_Module class for this. it is the default route ZF uses and it should be quite easy to precede an additional language parameter. However you will have to think about the common case of people just calling yourdomain.com in your

Re: [fw-general] Zend Framework 1.5 Preview Release schedule

2008-01-10 Thread Tobias Gies
Hi Darby, great news! However, one question: What do you call a Preview Release? a feature complete version of ZF 1.5 that's free for bughunting? Regards, Tobias 2008/1/10, Darby Felton [EMAIL PROTECTED]: Hi all, It's that time again when Zend Framework is ramping up for another release,

Re: [fw-general] Alternative to Zend_Form

2007-12-21 Thread Tobias Gies
Hey Luiz, There is already a Zend_Form implementation in the laboratory, and since Zend_Form has reached a ready for review proposal state now, you can be pretty sure that there should not be any major BC breaks from now on. I, as a fact, already use it and find it very handy ;) Regards

Re: [fw-general] Zend Framework project and SEO issues

2007-11-20 Thread Tobias Gies
you can use your own custom routes with the router to achieve your goals on SEO. see here: http://framework.zend.com/manual/en/zend.controller.router.html 2007/11/20, debussy007 [EMAIL PROTECTED]: Hello, The URLs of web application using an the MVC pattern of the ZF, will show URLs like :

Re: [fw-general] Excessive memory usage in the Zend Framework?

2007-11-05 Thread Tobias Gies
Hey Véronique, Do you use a windows version or a linux version of PHP? If you use a windows version, please try again with linux; I made the experience that PHP under windows generally is a memory whore. Best regards, Tobias Véronique schrieb: Hello, We have been using the Zend Framework

Re: [fw-general] Zend_Translate_Adapter_Yaml ready for review

2007-11-03 Thread Tobias Gies
check back the class index of that proposal. too much copy and paste from the Zend_Translate_Adapter_Ini one. Thomas Weidner schrieb: Hy interested ones, I have created a new proposal http://framework.zend.com/wiki/display/ZFPROP/Zend_Translate_Yaml+-+Thomas+Weidner which is now ready for

Re: [fw-general] Zend_Log - XML not really usable?

2007-10-31 Thread Tobias Gies
Hi ViShap, I agree with you, the XML that Zend_Log_Writer_Xml currently outputs is really useless. However, you can turn it into whatever you like using XSLT. Raphael Stolt, for example, recently wrote an excellent article on how to turn Zend_Log_Writer_Xml output into a RSS-feed:

Re: [fw-general] PhpUnit Test

2007-10-23 Thread Tobias Gies
Hey Kexiao, the whole of ZF is covered by PHPUnit tests, which you can download with the ZF releases or checkout from SVN (in case you also missed the URL to SVN, it is http://framework.zend.com/svn/framework/trunk). Best regards Tobias Kexiao Liao schrieb: Can you run PhpUnit Test again

[fw-general] Wiki down...

2007-10-11 Thread Tobias Gies
...yet again. C'mon, give it a kick in the butt please.

Re: [fw-general] Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (error)'

2007-10-09 Thread Tobias Gies
Hi! It should be helpful if you could set Zend_Controller_Front::throwExceptions(true); before you dispatch, and paste the stack trace here. The quick start example in the documentation works on my PC, so it should definitely be something on your end. Maybe you did not set up the application

Re: [fw-general] run ZF bootstrap file(index.php) from command line

2007-10-09 Thread Tobias Gies
Hey Kexiao, you will have to write your own request handler (YourPrefix_Controller_Request_Cli, for example) and router that utilise input from stdin, $_SERVER['args'] or similar sources (basically the parameters you give to the script), since Zend_Controller_Request_Http obviously does not know

Re: [fw-general] SVN down?

2007-10-04 Thread Tobias Gies
its not down again, its still down. the Zend guys are working on it, trust them; they'll have it up and running again soon. 2007/10/4, Joerg Sandkuhle [EMAIL PROTECTED]: Is the svn server down again? Cant checkout any files

Re: [fw-general] how to re-initialize form with submitted data after validation ?

2007-09-27 Thread Tobias Gies
Hi! didn't we have this discussion on #zftalk yesterday evening? There is no solution to automagically put the values back into the form (yet). You will have to use the request object to retreive all the values from $_POST (using its method getPost('var')) and put them into your form yourself. I

Re: [fw-general] post uri

2007-09-27 Thread Tobias Gies
you could try to read $_SERVER['REFERER'], but that one is only accessible if the user's browser sends it to the server. 2007/9/27, Waigani [EMAIL PROTECTED]: Hi All, Is there a way to find out where a post has come from, without sending the info in the form? In particular, can you get the

Re: [fw-general] how to re-initialize form with submitted data after validation ?

2007-09-27 Thread Tobias Gies
. Greetings from Belgium Matthew; (Who are you on #zftalk ?) Tobias Gies wrote: Hi! didn't we have this discussion on #zftalk yesterday evening? There is no solution to automagically put the values back into the form (yet). You will have to use the request object to retreive all

Re: [fw-general] Zend_Workflow

2007-09-23 Thread Tobias Gies
what exactly should this component do? 2007/9/23, Jeunejean Pierre [EMAIL PROTECTED]: Any Zend_Workflow or Proof-Of-Concept planned in the future ? TIA, Pierre -- Pierre Jeunejean gérant [EMAIL PROTECTED] www.adnexus.be Wirtzfeld 3a, B-4760 Büllingen Tel: 0478556586 A D N E X U S

Re: [fw-general] Zend_Date and MySQL datetime

2007-09-21 Thread Tobias Gies
Hi list, Before DB-specific code is added to the i18n components, why don't we do it the other way round and simply add about 5 lines of code in the abstract or concrete database adapters, to allow them to accept an instance of Zend_Date as parameter for a query and simply turn it into the date

  1   2   >