$customersTable = Engine_Api::_()->getItemTable(‘customer’); $select = $customersTable->select() ->where(‘enabled = ?’, 1) ->order(‘RAND()’) ->limit(3);
Tag: SocialEngine
How to Create a Widget in socialengine
Socialengine is for social networking. It is a paid software with lot of features. Actually socialengine is an equivalent of facebook. The main features of facebook is available in socialengine. In developers eye socialengine is a PHP zend framework based project. Its uses all good concepts of zend framewok. They developed custom functions for easier working.The…
