Aleksander Sulejewicz (2021/2, Articles,
Modelling in the Case of a Heterodox Economist: Success and Failure of Michał Kalecki
The author proposes to look at the work of M. Kalecki through the lens of the history of economic thought informed by the methodology of economics, by applying to this aim a meta-economic model suggested by U. Mäki, enhanced with additional features. On the basis of the review of the main works of Kalecki, he finds that we cannot ascribe to his works virtually any of the factors proposed by (...)
";
$zapytanie2 = "select * from ksiazki where isbn > 99999999 and wyczerpany = '0' and oferta_specjalna = '0'";
$wynik2 = $dba->query($zapytanie2);
$ile2 = $wynik2->num_rows;
$rmax = rand(1, $ile2);
for ($i = 1; $i <= $rmax; $i++)
{
$wiersz2 = $wynik2->fetch_assoc();
}
$isbn = stripslashes($wiersz2['isbn']);
$tytul = stripslashes($wiersz2['tytul']);
$autor = stripslashes($wiersz2['autor']);
$cenadet = stripslashes($wiersz2['cenadet']);
$cenaprom = stripslashes($wiersz2['cenaprom']);
$cenapdf = stripslashes($wiersz2['cenapdf']);
$strony = stripslashes($wiersz2['liczbastron']);
$oprawa = stripslashes($wiersz2['oprawa']);
echo "
| ";
$zapytanie2 = "select * from ksiazki where isbn > 99999999 and isbn != '".$isbn."' and wyczerpany = '0' and oferta_specjalna = '0'";
$wynik2 = $dba->query($zapytanie2);
$ile2 = $wynik2->num_rows;
$rmax = rand(1, $ile2);
for ($i = 1; $i <= $rmax; $i++){ $wiersz2 = $wynik2->fetch_assoc(); }
$isbn = stripslashes($wiersz2['isbn']);
$tytul = stripslashes($wiersz2['tytul']);
$autor = stripslashes($wiersz2['autor']);
$cenadet = stripslashes($wiersz2['cenadet']);
$cenapdf = stripslashes($wiersz2['cenapdf']);
$strony = stripslashes($wiersz2['liczbastron']);
$oprawa = stripslashes($wiersz2['oprawa']);
echo "
|