Mon, 7 Apr 2008 22:43:07 +0200 -n
reto <[EMAIL PROTECTED]> írta:

> I'm just at the point where I'm going to implement some ajax-features
> in a somewhat bigger ZF based project.

Hi!

The next year (in januar, 2009) i will graduate on the University and
my thesis is build an application from open source tools. The tools are
php (Zend Framework), PostgreSQL and AJAX (jQuery). The first problem
was the php-AJAX co-operation. I think Zend Framework in this time not
so realy support the AJAX. This is my opinion, but I know this problem
is realy difficult. I haven't got time waiting the solution so I make
one.

The basic thing about me:
        - I don't like write html
        - I don't like write javascript

I wrote 2 class. The first make a html elements.
class HTML_Factory {
        //there are the html factory methods
}

The View_Helpers is extends the HTML_Factory class

class CreateBody extends HTML_Factory{
        public function CreateBody() {
        return $body;
        }
}

The second class is the AJAX_Factory. This class make the jQuery source
code.

This way is working me and I can - relative - fast building
applications. But I know this isn't the best way. Sometime I have to
refactor the AJAX_Factory class and this will be better day after
day. :)

In the next few days I will rebuild my blog and I will put the all
sourcecode there.

Sorry my English.

András

-- 
-- Csanyi Andras - http://sayusi.hu - Sayusi Ando --
-- "Bízzál Istenben és tartsd szárazon a puskaport!" - Cromwell --

Reply via email to