[fw-general] Zend View Helper

2010-05-23 Thread Andreas Kraftl
Hello, what is the simplest way to get a working Zend_View_Helper? I init a clean project with Zend Tool and add a layout with Zend Tool. Then I add a class in application/views/helpers/Sujet.php class Zend_View_Helper_Sujet extends Zend_View_Helper_Abstract { public function sujet() {

[fw-general] Good practice - translate html

2010-03-31 Thread Andreas Kraftl
is something long on sites and have not a real good static name like 'contract'? Thx for some ideas Andreas -- Kraftl EDV - Dienstleistungen Linux, Linuxschulungen, Webprogrammierung Autofabrikstraße 16/6 1230 Wien

[fw-general] Digital sign PDF

2010-01-12 Thread Andreas Kraftl
Hello, has anybody an idea, how to add a digital signature to an PDF file? It must be an X.509 certificate. Thanks Andreas -- Kraftl EDV - Dienstleistungen Linux, Linuxschulungen, Webprogrammierung Autofabrikstraße 16/6 1230 Wien

Re: [fw-general] Unit testing Zend_Forms

2010-01-05 Thread Andreas Kraftl
Hello, try also Selenium. It is an additional testing, especially for forms. Greetings Andreas Am Mittwoch, den 06.01.2010, 01:45 + schrieb Steven Szymczak: > I'm not too fussed about whether the testing is carried out using > Zend_Test or standalone PHPUnit. I'm just trying to be conscie

Re: [fw-general] Is the book Is "Zend Framework: The Official Programmer’s Reference Guide" based on ZF v1.9?

2009-10-09 Thread Andreas Kraftl
Am Freitag, den 09.10.2009, 10:47 -0400 schrieb David Mintz: > OMG!!! An up-to-date ZF book? How is this possible? Quick, buy it and > read it at once before it's too late (-: ! I think, it is just the online manual as printout. Any one knows, if I am right? Greetings Andreas --

[fw-general] Survivethedeepend book

2009-09-18 Thread Andreas Kraftl
Hello, I start with a small project and use the Survivethedeepend because of nice domain layer and Unittests. Now I have the problem to understand, how I can use the datamappers. I don't know the strategy, how to get e.g. an entry in a controller: $entry = new ZFExt_Model_EntryMapper; or $entry

[fw-general] Mistakes on Zend Quickstart

2009-05-01 Thread Andreas Kraftl
Hello, I don't know how to report the following two mistakes on Zend quickstart: http://framework.zend.com/docs/quickstart/create-a-model-and-database-table 4th code sample all resource.db should be resources.db another mistake % php scripts/load.sqlite.php should be % php scripts/load.sqlite.ph