<?php echo substr($result['bio'],0,100) . '...';?>
Wednesday, 26 July 2017
78.timezone of viewer in social engine
$viewer = Engine_Api::_()->user()->getViewer();
date_default_timezone_set($viewer->timezone);
date_default_timezone_set($viewer->timezone);
76.truncate and drop table difference
truncate-Removes all rows from a table
drop-remove the table definitions as well as the data
drop-remove the table definitions as well as the data
74.image css
<div style="background-image: url(/application/modules/User/externals/images/landingimage/Optimized-32.jpg); background-size: cover; background-position: center; height: 650px" />
style="object-fit:cover" for <img> tag
style="object-fit:cover" for <img> tag
Subscribe to:
Posts (Atom)