Re: [PHP] Re: Templating engines

2005-05-02 Thread Skrol29
I have no control over the people creating templates, but most of all because that's a very comfortable way to conceptualize and manipulate an application in edit mode. - Skrol29 www.tinybutstrong.com - -- PHP General Mailing List (http://www.php.net

Re: [PHP] Re: Templating engines

2005-05-02 Thread Skrol29
a zone of a template with basic PHP commands, and that's aleardy an algorithm. While placing locators into a template shouldn't mean coding. This is at the limit of template feature. - Skrol29 www.tinybutstrong.com - -- PHP General Mailing List (http

[PHP] Re: call_user_func_array and mysqli_stmt_bind_result

2005-04-12 Thread Skrol29
]=''; call_user_func_array ('mysqli_stmt_bind_result',$arr); Then '' and '' cannot be passed by reference. It should be: $prmlst = array($stmt,$arr[1],$arr[2]); call_user_func_array ('mysqli_stmt_bind_result',$prmlst); Enjoy, - Skrol29 www.tinybutstrong.com

[PHP] Re: Simple Problem

2005-04-12 Thread Skrol29
That's a SQL problem, nothing to do with PHP. You've forgotten a JOIN clause. - Skrol29 www.tinybutstrong.com - PartyPosters a écrit : I can't figure out what I am doing wrong, this sql string seems to filter out the information I want but it duplicates

[PHP] adding a new property to an object instance

2004-10-22 Thread Skrol29
documentation saying that it's offcially supported or not. Do you have any information about this ? Do you often use added properties ? - Skrol29 www.tinybutstrong.com - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Re: Using templates (Code User Interface)

2004-01-27 Thread Skrol29
Hi, Always I have a problem that I don't know how to make my code away from the user interface files. I tried to use some template classes, but I did'nt like what I tired because some if statments are used inside the template. I have to react to this. TinyButStrong is a PHP Template Engine that