[PHP-DB] Efficiency of DDD programing

2011-11-20 Thread Fanda
Hi, how to solve this problem: If I write a repository for each entity, article and autor for example, article is composed of autor and some other things, then I want to select some articles: $articles = $articleRepo-findLast(10); foreach ($articles as $article) { // echo article content

[PHP-DB] MS SQL and client encoding

2008-11-28 Thread Fanda
Hi, please, how can I set client encoding for MS SQL server from php? I did not find any working solution. :-( Database: windows-1250 Web and app: UTF-8 Thanks Fanda -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] mssql and client encoding

2007-04-24 Thread Fanda
) Thanks Fanda -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php