CakeFest 2025 Madrid: The Official CakePHP Conference

expression

(No version information available, might only be in Git)

expressionBind prepared statement variables as parameters

Description

mysql_xdevapi\expression(string $expression): object

Warning

This function is currently not documented; only its argument list is available.

Parameters

expression

Return Values

Examples

Example #1 mysql_xdevapi\Expression() example

<?php
$expression
= mysql_xdevapi\Expression("[age,job]");

$res = $coll->find("age > 30")->fields($expression)->limit(3)->execute();
$data = $res->fetchAll();

print_r($data);
?>

The above example will output something similar to:

<?php
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant