Connecting Tech Pros Worldwide Forums | Help | Site Map

Modify a php file(model) with php

Yoni Alhadeff
Guest
 
Posts: n/a
#1: Jul 17 '05
I have an invoice model on my server! and i want to replace some field(like
adresse, phone, price, VAT, ....)

do you know a tools or class that allows those kind of manipulations

Thanks you

Yoni



manu
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Modify a php file(model) with php


Yoni Alhadeff a écrit :[color=blue]
> I have an invoice model on my server! and i want to replace some field(like
> adresse, phone, price, VAT, ....)
>
> do you know a tools or class that allows those kind of manipulations
>
> Thanks you
>
> Yoni
>
>[/color]
Couldn't you replace field with var and have them set when including
your template (it become one in fact) ?
Yoni Alhadeff
Guest
 
Posts: n/a
#3: Jul 17 '05

re: Modify a php file(model) with php


I didn't understand good! I'm french speaker :p
how can i replace field by var ? with a pdf that I make once at home!

in my pdf i have line like this

Adress: [Adr]
Phone : [Tel]
Number: [NBR]
Article: [Article]

And u want to replace the field under bracket!

Thanks you

Yoni

"manu" <manu@netou.com> a écrit dans le message de news:
420e01ef$0$617$636a15ce@news.free.fr...[color=blue]
> Yoni Alhadeff a écrit :[color=green]
> > I have an invoice model on my server! and i want to replace some[/color][/color]
field(like[color=blue][color=green]
> > adresse, phone, price, VAT, ....)
> >
> > do you know a tools or class that allows those kind of manipulations
> >
> > Thanks you
> >
> > Yoni
> >
> >[/color]
> Couldn't you replace field with var and have them set when including
> your template (it become one in fact) ?[/color]


Closed Thread