Connecting Tech Pros Worldwide Help | Site Map

Modify a php file(model) with php

  #1  
Old July 17th, 2005, 12:28 PM
Yoni Alhadeff
Guest
 
Posts: n/a
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


  #2  
Old July 17th, 2005, 12:28 PM
manu
Guest
 
Posts: n/a

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) ?
  #3  
Old July 17th, 2005, 12:28 PM
Yoni Alhadeff
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
OOP php user system Yorian answers 30 November 19th, 2008 11:15 AM
Can Javascript work with Multiple lines of Text. jackson.rayne@gmail.com answers 3 September 26th, 2008 12:45 PM
file creation: ownership jonathanmcdougall@gmail.com answers 6 August 31st, 2005 06:55 PM
Protecting PHP Code Harold Crump answers 22 July 17th, 2005 11:41 AM