1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 07:21:03 +02:00

Admin UI generic ajax 'sortable' solution; Admin UI generic ajax 'inline edit' solution (works only on number and text field types at this moment); Model/Admin UI now support GUID like Primary Id's; various minor fixes, language defines

This commit is contained in:
SecretR
2013-02-06 17:03:00 +02:00
parent bcaec63728
commit 1a9cb284b4
5 changed files with 120 additions and 41 deletions

View File

@@ -1361,6 +1361,8 @@ class e_model extends e_object
}
else
{
if(!is_numeric($id)) $id = "'{$id}'";
$res = $sql->db_Select(
$this->getModelTable(),
$this->getParam('db_fields', '*'),