Discussion guidelines

General discussion/questions/...

Please post general discussion in the topic "General discussion".
Specific questions can be posted in a separate thread.

Having problems?

Create a new post. Maybe it's a bug, we can identify this using the discussions.

Found a bug? Have a feature request?

Create a new post or post an item in the issue tracker. Please FIRST review past work items, and ensure your bug/feature has not been posted before.

Indent the first line

first post: wangzhi wrote: add code : $objWriter->startElement('w:ind'); $objWriter-...

latest post: wangzhi wrote: sorry,i Write wrong place,it is word issue.

Licence applied to the library

first post: varaxor wrote: Hi, I've a problem to understand under which licence the library i...

latest post: maartenba wrote: Should be LGPL, fixing it here on the website.

Using SELECT COUNT

first post: mihaigpm wrote: Hi, I was wondering how can I write in PHPLinq a query using COUNT...

file is required

first post: ittechsathish wrote: Fatal error: require_once() [function.require]: Failed opening req...

latest post: maartenba wrote: The resolution is in the error message: try including Zend framewor...

Is there in() query

first post: ittechsathish wrote: I want know in this list, is it possible to write in('sa', 'ga')

firstOrDefault seems not to work

first post: oldlamer wrote: Hi, firstOrdefault method seems not to work. I've tried the follow...

latest post: oldlamer wrote: No-no-no! It should remain null. Actually I was wrong in first mes...

Joining Objects

first post: iamdoods wrote: I'm really at lost finding a solution to my problem. How do I trans...

latest post: maartenba wrote: hHis one is possible with PHPLinq but the query will not be optimiz...

Object Subcollection Help

first post: macotamayo wrote: Here is my example class Person{ public $name; public $it...

latest post: maartenba wrote: Interested in these results :-)

No valid PHPLinq_ILinqProvider found for the specified data source.

first post: r_santos_sa wrote: I'm trying to use PHPLinq for the first time but I'm getting the ex...

latest post: macotamayo wrote: That error happens when getting data not from an array, in your cas...

sorting array

first post: Papy214 wrote: HI, I have found your code and it's a very good job. I have a quest...

latest post: Papy214 wrote: I have tried this: $values = array( '0' => array('name' => 'John...