Thiết kế mạng xã hội với PHP - 19 pps
... $this->registry, $user ); $profile->setBio( $this->registry->getObject('db' )- >sanitizeData( $_POST['bio'] ) ); $profile->setName( $this->registry->getObject('db' )- ... ); $profile->setDinoBreed( $this->registry->getObject('db' )- >sanitizeData( $_POST['dino_breed'] ) ); $profile->setDi...
Ngày tải lên: 06/07/2014, 18:20
... on this subject: Drupal 6 Social Networking ( http://www.packtpub.com/build-social-networking-website-with- drupal-6/book ). Elgg Elgg (http://elgg.org/) is an open source social networking ... available, open source content management system. On its own, Drupal can be used to create easy-to-use, easy-to-update websites. By extending this through the thousands of modules that the communit...
Ngày tải lên: 06/07/2014, 18:20
... template $registry->getObject('template' )-& gt;buildFromTemplates('header.tpl .php& apos;, 'main.tpl .php& apos;, 'footer.tpl .php& apos;); $registry->getObject('template' )-& gt;parseOutput(); print ... settings"; $registry->getObject('db' )-& gt;executeQuery( $settingsSQL ); while( $setting = $registry->getObject('d...
Ngày tải lên: 06/07/2014, 18:20
Thiết kế mạng xã hội với PHP - 9 pps
... deleted=0"; $this->registry->getObject('db' )-& gt;executeQuery( $sql ); if( $this->registry->getObject('db' )-& gt;numRows() == 1 ) { $data = $this->registry->getObject('db' )-& gt;getRows(); ... $this->user->isActive() == false ) { $this->loggedIn = false; $this->loginFailureReason = 'inactive'; } els...
Ngày tải lên: 06/07/2014, 18:20
Thiết kế mạng xã hội với PHP - 13 ppsx
... -& gt;buildFromTemplates('header.tpl .php& apos;, 'members/list.tpl .php& apos; , 'footer.tpl .php& apos;); $this->registry->getObject('template' )-& gt;getPage( )-& gt; ... $pagination->getCache() ) ); $this->registry->getObject('template' )-& gt;getPage( )-& gt; addTag( 'page_number', $pagination->getCurrent...
Ngày tải lên: 06/07/2014, 18:20
Thiết kế mạng xã hội với PHP - 14 pps
... $this->registry->getObject('template' )-& gt;getPage( )-& gt; addTag( 'first', ''); $this->registry->getObject('template' )-& gt;getPage( )-& gt; ... $this->registry->getObject('template' )-& gt; buildFromTemplates('header.tpl .php& apos;, 'members/list.tpl .php& apos;, 'footer.tpl .php& apos;)...
Ngày tải lên: 06/07/2014, 18:20
Thiết kế mạng xã hội với PHP - 16 pps
... $relationships->getRelationships( 0, $this->registry->getObject('authenticate' )-& gt; getUser( )-& gt;getUserID(), 0 ); $this->registry->getObject('template' )-& gt;buildFromTemplates( ... $relationship->getUserB() == $this->registry->getObject( 'authenticate' )-& gt;getUser( )-& gt;getUserID() ) { // we can reject this...
Ngày tải lên: 06/07/2014, 18:20
Thiết kế mạng xã hội với PHP - 23 pps
... Status( $this->registry, 0 ); $status->setProfile( $user ); $status->setPoster( $loggedInUser ); $status->setStatus( $this->registry->getObject('db' )- >sanitizeData( ... 'models/status .php& apos; ); $status = new Status( $this->registry, 0 ); $status->setProfile( $user ); $status->setPoster( $loggedInUser ); $status->setStatus( $th...
Ngày tải lên: 06/07/2014, 18:20
Thiết kế mạng xã hội với PHP - 25 pps
... $relationships->getByUser( $this->registry- >getObject('authenticate' )-& gt;getUser( )-& gt;getUserID() ); $this->registry->getObject('template' )-& gt;getPage( )- >addTag( ... Message( $this->registry, $message ); if( $message->getRecipient() == $this->registry- >getObject('authenticate' )-& gt;getUser( )-& gt;...
Ngày tải lên: 06/07/2014, 18:20
Thiết kế mạng xã hội với PHP - 26 pps
... ); if( $this->type == IMAGETYPE_JPEG ) { imagejpeg( $this->image ); } elseif( $this->type == IMAGETYPE_GIF ) { imagegif( $this->image ); } elseif( $this->type == IMAGETYPE_PNG ... imagecreatefrom function. if( $this->type == IMAGETYPE_JPEG ) { $this->image = imagecreatefromjpeg($filepath); } elseif( $this->type == IMAGETYPE_GIF ) { $this->image...
Ngày tải lên: 06/07/2014, 18:20