34 public $element =
'bookmark';
39 public $table_element =
'bookmark';
45 public $ismultientitymanaged = 1;
50 public $picto =
'bookmark';
117 $sql =
"SELECT rowid, fk_user, dateb as datec, url, target,";
118 $sql .=
" title, position, favicon";
119 $sql .=
" FROM ".MAIN_DB_PREFIX.
"bookmark";
120 $sql .=
" WHERE rowid = ".((int) $id);
121 $sql .=
" AND entity = ".$conf->entity;
126 $obj = $this->
db->fetch_object(
$resql);
128 $this->
id = $obj->rowid;
129 $this->
ref = $obj->rowid;
131 $this->fk_user = $obj->fk_user;
132 $this->datec = $this->
db->jdate($obj->datec);
133 $this->url = $obj->url;
134 $this->target = $obj->target;
135 $this->title = $obj->title;
136 $this->position = $obj->position;
137 $this->favicon = $obj->favicon;
157 $this->url = trim($this->url);
158 $this->title = trim($this->title);
159 if (empty($this->position)) {
167 $sql =
"INSERT INTO ".MAIN_DB_PREFIX.
"bookmark (fk_user,dateb,url,target";
168 $sql .=
",title,favicon,position";
170 $sql .=
") VALUES (";
171 $sql .= ($this->fk_user > 0 ? $this->fk_user :
"0").
",";
172 $sql .=
" '".$this->db->idate($now).
"',";
173 $sql .=
" '".$this->db->escape($this->url).
"', '".$this->
db->escape($this->target).
"',";
174 $sql .=
" '".$this->db->escape($this->title).
"', '".$this->
db->escape($this->favicon).
"', ".(int) $this->position;
175 $sql .=
", ".(int) $conf->entity;
181 $id = $this->
db->last_insert_id(MAIN_DB_PREFIX.
"bookmark");
187 $this->error = $this->
db->lasterror();
188 $this->errno = $this->
db->lasterrno();
189 $this->
db->rollback();
193 $this->error = $this->
db->lasterror();
194 $this->errno = $this->
db->lasterrno();
195 $this->
db->rollback();
208 $this->url = trim($this->url);
209 $this->title = trim($this->title);
210 if (empty($this->position)) {
214 $sql =
"UPDATE ".MAIN_DB_PREFIX.
"bookmark";
215 $sql .=
" SET fk_user = ".($this->fk_user > 0 ? $this->fk_user :
"0");
216 $sql .=
" ,dateb = '".$this->db->idate($this->datec).
"'";
217 $sql .=
" ,url = '".$this->db->escape($this->url).
"'";
218 $sql .=
" ,target = '".$this->db->escape($this->target).
"'";
219 $sql .=
" ,title = '".$this->db->escape($this->title).
"'";
220 $sql .=
" ,favicon = '".$this->db->escape($this->favicon).
"'";
221 $sql .=
" ,position = ".(int) $this->position;
222 $sql .=
" WHERE rowid = ".((int) $this->
id);
225 if ($this->
db->query($sql)) {
228 $this->error = $this->
db->lasterror();
239 public function remove($id)
241 $sql =
"DELETE FROM ".MAIN_DB_PREFIX.
"bookmark";
242 $sql .=
" WHERE rowid = ".((int) $id);
249 $this->error = $this->
db->lasterror();
292 public function getNomUrl($withpicto = 0, $option =
'', $notooltip = 0, $morecss =
'', $save_lastsearch_value = -1)
294 global $conf, $langs, $hookmanager;
296 if (!empty($conf->dol_no_mouse_hover)) {
302 $label =
'<u>'.$langs->trans(
"Bookmark").
'</u>';
304 $label .=
'<b>'.$langs->trans(
'Ref').
':</b> '.$this->ref;
306 $url = DOL_URL_ROOT.
'/bookmarks/card.php?id='.$this->id;
308 if ($option !=
'nolink') {
310 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
311 if ($save_lastsearch_value == -1 && preg_match(
'/list\.php/', $_SERVER[
"PHP_SELF"])) {
312 $add_save_lastsearch_values = 1;
314 if ($add_save_lastsearch_values) {
315 $url .=
'&save_lastsearch_values=1';
320 if (empty($notooltip)) {
321 if (!empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) {
322 $label = $langs->trans(
"ShowBookmark");
323 $linkclose .=
' alt="'.dol_escape_htmltag($label, 1).
'"';
325 $linkclose .=
' title="'.dol_escape_htmltag($label, 1).
'"';
326 $linkclose .=
' class="classfortooltip'.($morecss ?
' '.$morecss :
'').
'"';
328 $linkclose = ($morecss ?
' class="'.$morecss.
'"' :
'');
331 $linkstart =
'<a href="'.$url.
'"';
332 $linkstart .= $linkclose.
'>';
335 $result .= $linkstart;
337 $result .=
img_object(($notooltip ?
'' : $label), ($this->picto ? $this->picto :
'generic'), ($notooltip ? (($withpicto != 2) ?
'class="paddingright"' :
'') :
'class="'.(($withpicto != 2) ?
'paddingright ' :
'').
'classfortooltip"'), 0, 0, $notooltip ? 0 : 1);
339 if ($withpicto != 2) {
340 $result .= $this->ref;
345 global $action, $hookmanager;
346 $hookmanager->initHooks(array(
'mybookmarkdao'));
347 $parameters = array(
'id'=>$this->
id,
'getnomurl' => &$result);
348 $reshook = $hookmanager->executeHooks(
'getNomUrl', $parameters, $this, $action);
350 $result = $hookmanager->resPrint;
352 $result .= $hookmanager->resPrint;
Class to manage bookmarks.
create()
Insert bookmark into database.
static replaceThirdparty(DoliDB $dbs, $origin_id, $dest_id)
Function used to replace a thirdparty id with another one.
update()
Update bookmark record.
getNomUrl($withpicto=0, $option='', $notooltip=0, $morecss='', $save_lastsearch_value=-1)
Return a link to the object card (with optionaly the picto)
fetch($id)
Directs the bookmark.
__construct($db)
Constructor.
getLibStatut($mode)
Return label of contact status.
Parent class of all other business classes (invoices, contracts, proposals, orders,...
static commonReplaceThirdparty(DoliDB $dbs, $origin_id, $dest_id, array $tables, $ignoreerrors=0)
Function used to replace a thirdparty id with another one.
Class to manage Dolibarr database access.
if(isModEnabled('facture') &&!empty($user->rights->facture->lire)) if((isModEnabled('fournisseur') &&empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD) && $user->hasRight("fournisseur", "facture", "lire"))||(isModEnabled('supplier_invoice') && $user->hasRight("supplier_invoice", "lire"))) if(isModEnabled('don') &&!empty($user->rights->don->lire)) if(isModEnabled('tax') &&!empty($user->rights->tax->charges->lire)) if(isModEnabled('facture') &&isModEnabled('commande') && $user->hasRight("commande", "lire") &&empty($conf->global->WORKFLOW_DISABLE_CREATE_INVOICE_FROM_ORDER)) $resql
Social contributions to pay.
dol_print_error($db='', $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
img_object($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0)
Show a picto called object_picto (generic function)
dol_now($mode='auto')
Return date for now.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
$conf db
API class for accounts.