AW: [fw-general] zend tool: create project profile

2009-09-26 Thread Markus Hausammann
These are the big questions of the moment for me too! It would be really great, if someone could update the manual regarding custom generation of projects with zend_tool_project! -Ursprüngliche Nachricht- Von: scs [mailto:sasc...@gmail.com] Gesendet: Mittwoch, 23. September 2009 19:10 An:

[fw-general] Quick start - trouble with sign.phtml and setAction

2009-09-26 Thread Antosan
I cannot find setAction() declaration in a description. I did the same as the quickstart describes but get an error on Sign Our Guestbook clicking: Please use the form below to sign our guestbook! Fatal error: Call to a member function setAction() on a non-object in D:\apache\_ZEND_\www\site1\app

Re: [fw-general] NOTICE: svn and developer apps will be offline later today

2009-09-26 Thread Matthew Weier O'Phinney
-- Matthew Weier O'Phinney wrote (on Friday, 25 September 2009, 10:22 AM -0400): > Our hosting provider is relocating our servers to a different facility > this evening, starting at 16:00 PDT. While we have arranged for a backup > server, we feel it would be safest during the transition if we: >

Re: [fw-general] corrections and contributions in the reference guide?

2009-09-26 Thread keith Pope
2009/9/26 scs : > Hi, > How can we contribute to the documentation of zend framework? > There are some parse errors I found - when i used the code examples > from the reference/manual. You can create a issue in the issue tracker, http://framework.zend.com/issues If you have signed the CLA (cant f

[fw-general] Object oriented programming with Zend

2009-09-26 Thread PHPScriptor
Hello there, I worked for different companies and saw different ways of programming websites. Now everybody is talking about OO programming. But my question is: why? Let me give you an example one of the ways I saw it done: a class member Class Member { protected $_id; protecte

Re: [fw-general] Object oriented programming with Zend

2009-09-26 Thread Sudheer Satyanarayana
On Saturday 26 September 2009 06:57 PM, PHPScriptor wrote: Hello there, I worked for different companies and saw different ways of programming websites. Now everybody is talking about OO programming. But my question is: why? Let me give you an example one of the ways I saw it done: a class mem

[fw-general] zend_feed: get n entries by getXpath

2009-09-26 Thread admirau
How to use Zend_Feed::getXpath() method, to limit feed entries just to five newest entries? -- regards takeshin -- View this message in context: http://www.nabble.com/zend_feed%3A-get-n-entries-by-getXpath-tp25623791p25623791.html Sent from the Zend Framework mailing list archive at Nabble.com

Re: [fw-general] zend_feed: get n entries by getXpath

2009-09-26 Thread Pádraic Brady
Be careful how you go about this. Technically, the position of an entry/item in an XML feed should have no meaning (i.e. the newest could be last and the feed would still be completely valid) so you would need to retrieve all entries into an array, order by publish date descending, and then sele

[fw-general] corrections and contributions in the reference guide?

2009-09-26 Thread scs
Hi, How can we contribute to the documentation of zend framework? There are some parse errors I found - when i used the code examples from the reference/manual. Also there are some points that can be added to the manual. Some that will save much time from searching the web for solutions. One thing