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
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
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
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
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
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
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() {
>
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
}
}
$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
}
}
$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
10 matches
Mail list logo