Archive for April 14th, 2005

Smarty 2.6.9 released

Thursday, April 14th, 2005

Source: http://smarty.php.net
[31-March-2005] This is a patch release for those using the security features of Smarty. Variable function calls such as $foo() in {if} statements and {math} equations allowed PHP function execution from within a template, even with security enabled. Variable function calls have been disabled completely. If you are using security features, this upgrade [...]

Database records from MySQL to one array

Thursday, April 14th, 2005

How to place database records from the query in one array? If you’re using template engines such as Smarty you will have to assign an array to smarty variable if you want to use it in the template.

The easiest way is to create a function with the following procedure:

$res = @mysql_query ($query);
if ($res) {

[...]

Dizajn i razvoj e-commerce sajtova

Thursday, April 14th, 2005

Ovaj post je nastao kao odgovor na forumu na česta pitanja u vezi funkcionisanja online prodavnica, kako ih praviti, dizajnirati, razvijati… Tekst je malo prerađen da bi bio više u obliku članka jer je originalni tekst bio klasičan odgovor na forumu. Oroginalni tekst je napisan u decembru 2003. godine

1. Dizajn i funkcionalnost

Umesto uvoda

Za uspeh on-line [...]

Razbijanje taboo-a

Thursday, April 14th, 2005

Ljudi imaju potrebu da od onoga što znaju prave naročitu nauku valjda da bi ispalo kako su veliki eksperti (uz časne izuzetke), pa uz to još kao kriju svoje znanje, ne ele nikome da pomognu, jer su po njihovom mišljenju ostali nedostojni tog znanja ili nedovoljno inteligentni da to znanje prihvate. Ili jednostavno ne daju.

Zašto [...]

Why?

Thursday, April 14th, 2005

Why not?

The real reason why I created this weblog is very simple. Once upon a time I have been very active on a certain forum. I wrote many posts there and now that I have left that bullshit forum I think it’s a waste to leave it there as is, I’d rather have [...]


Copyright 2005 © Goran Pilipovic fka bluesman