$path
$path :
$bulk_actions : array
getList(integer $id_lang, string $order_by = null, $order_way = null, integer $start, integer $limit = null, $id_lang_shop = false)
Get the current objects' list form the database
integer | $id_lang | Language used for display |
string | $order_by | ORDER BY clause |
$order_way | ||
integer | $start | Offset in LIMIT clause |
integer | $limit | Row count in LIMIT clause |
$id_lang_shop |
getFieldValue(object $obj, string $key, integer $id_lang = null) : string
Return field value if possible (both classical and multilingual fields)
Case 1 : Return value if present in $_POST / $_GET Case 2 : Return object value
object | $obj | Object |
string | $key | Field name |
integer | $id_lang | Language id (optional) |
l(mixed $string, string $class = null, \boolan $addslashes = false, boolean $htmlentities = true) : string
non-static method which uses AdminController::translate()
mixed | $string | term or expression in english |
string | $class | name of the class |
\boolan | $addslashes | if set to true, the return value will pass through addslashes(). Otherwise, stripslashes(). |
boolean | $htmlentities | if set to true(default), the return value will pass through htmlentities($string, ENT_QUOTES, 'utf-8') |
the translation if available, or the english default text.