[PHP] Re: RPM package for PHP5

2004-09-01 Thread Krzysztof Gorzelak
Hello, You can find some rpms here : http://www.filesearching.com/cgi-bin/s?q=php5+5.0.1+rpm&t=f&d=&l=en They are for Mandrakelinux. I think you can try to rebuild them from src (rpm --rebuild ...). Krzysztof Gorzelak > > Hello all, > > Is there any RMP package for PHP

Re: [PHP] oop too slow

2004-08-19 Thread Krzysztof Gorzelak
nts, and only uses the first record.. of coarse, there is only > one record.. but ya.. cheers > > Jason > > Marcus Bointon <[EMAIL PROTECTED]> wrote: > > > > on 19/8/04 9:49, Krzysztof Gorzelak at [EMAIL PROTECTED] wrote: > > > > > Hi > > > I

[PHP] Re: oop too slow

2004-08-19 Thread Krzysztof Gorzelak
or every value, key and product a different object so it's in fact 30*10*5 objects. Then I run __toString() method one by one and generate my page. Is it proper to creating a separate objects for all values ? It makes my code much more easy... Krzysztof Gorzelak [EMAIL PROTECTED] -- PHP General M

[PHP] Re: oop too slow

2004-08-19 Thread Krzysztof Gorzelak
or every value, key and product a different object so it's in fact 30*10*5 objects. Then I run __toString() method one by one and generate my page. Is it proper to creating a separate objects for all values ? It makes my code much more easy... Krzysztof Gorzelak [EMAIL PROTECTED] -- P

[PHP] oop too slow

2004-08-19 Thread Krzysztof Gorzelak
s for such problem ? I also use an extra table to create many-to-many relation betwean a product and a key. Is this the only way in mysql ? [product] | [product_id, key_id] | [key] Thanks a lot help Krzysztof Gorzelak [EMAIL PROTECTED] -- PHP General Ma

[PHP] oop too slow

2004-08-19 Thread Krzysztof Gorzelak
such problem ? I also use an extra table to create many-to-many relation betwean a product and a key. Is this the only way in mysql ? [product] | [product_id, key_id] | [key] Thanks a lot help Krzysztof Gorzelak [EMAIL PROTECTED] -- PHP General Mailing

Re: [PHP] php5 and objects

2004-07-28 Thread Krzysztof Gorzelak
Uzytkownik "Curt Zirzow" <[EMAIL PROTECTED]> napisal w wiadomosci > * Thus wrote Krzysztof Gorzelak: > > // start of code > > abstract class Strona { > > > > abstract public function generuj_strone(); > > > > function foo() { >

Re: [PHP] php5 and object

2004-07-28 Thread Krzysztof Gorzelak
A change to interface gives me such error : Interface function Strona::foo() cannot contain body Krzysztof Gorzelak [EMAIL PROTECTED] Uzytkownik "Stephen Sadowski" <[EMAIL PROTECTED]> napisal w wiadomosci news:[EMAIL PROTECTED] > http://us4.php.net/manual/en/language.oop5.a

[PHP] php5 and object

2004-07-28 Thread Krzysztof Gorzelak
} } $bar = new Katalog(); $bar->foo(); // end of code And I get such error : Fatal error: Cannot call abstract method Strona::generuj_strone() in And I expect word: OK Is it a bug or a normal behaviour ? Thanks for help! Krzysztof Gorzelak [EMAIL PROTECTED] -- PHP General

[PHP] php5 and objects

2004-07-28 Thread Krzysztof Gorzelak
} } $bar = new Katalog(); $bar->foo(); // end of code And I get such error : Fatal error: Cannot call abstract method Strona::generuj_strone() in And I expect word: OK Is it a bug or a normal behaviour ? Thanks for help! Krzysztof Gorzelak [EMAIL PROTECTED] -- PHP General