Recent Pastes

Pastes found: 2206
19 Mar 2014, 04:36 PM

This is the pop-up flow.

[close]

  public sealed class ProjectEditSchedule : ClientServerMessage
    {
        public int ProjectID { get; set; }
 
        public ProjectEditSchedule()
        {
            Command = "Project.EditSchedule";
        }
        public ProjectEditSchedule(ClientServerMessage clientServerMessage) : base(clientServerMessage)
        {
            Command = "Project.EditSchedule";
        }
    }

This is the pop-up flow.

[close]

$this->loadmodel('UserinGroup');
$11111= $this->UserinGroup->find('count', array(
    'conditions' => array(
    	'UserinGroup.userid' => $userid,
 
    	)
));
$arr = array();
foreach ($1111 as $values) {
		$this->loadModel('Group');
		$arr[]= $this->Group->find('all', array(
			'conditions' => arra

This is the pop-up flow.

[close]

$this->loadmodel('UserinGroup');
$11111= $this->UserinGroup->find('count', array(
    'conditions' => array(
    	'UserinGroup.userid' => $userid,
 
    	)
));
$arr = array();
foreach ($1111 as $values) {
		$this->loadModel('Group');
		$arr[]= $this->Group->find('all', array(
			'conditions' => arra
19 Mar 2014, 12:09 AM

This is the pop-up flow.

[close]

$this->loadmodel('UserinGroup');
$11111= $this->UserinGroup->find('count', array(
    'conditions' => array(
    	'UserinGroup.userid' => $userid,
 
    	)
));
$arr = array();
foreach ($1111 as $values) {
		$this->loadModel('Group');
		$arr[]= $this->Group->find('all', array(
			'conditions' => array(
				'Grup.id' => $values['useringorups ']['groupid'],
			)
		));
 
}
19 Mar 2014, 12:07 AM

This is the pop-up flow.

[close]

$arr = array();
foreach ($1111 as $values) {
		$this->loadModel('Group');
		$arr[]= $this->Group->find('all', array(
			'conditions' => array(
				'Grup.id' => $values['useringorups ']['groupid'],
			)
		));
 
}
19 Mar 2014, 12:05 AM

This is the pop-up flow.

[close]

	$this->loadmodel('UserinGroup');
		$11111= $this->UserinGroup->find('count', array(
	        'conditions' => array(
	        	'UserinGroup.userid' => $userid,
 
	        	)
	    ));
19 Mar 2014, 12:03 AM

This is the pop-up flow.

[close]

foreach ($useringorups as $values) {
		$this->loadModel('Group');
		$Notifications = $this->Group->find('all', array(
			'conditions' => array(
				'Notification.projectid' => $values['useringorups ']['groupid'],
			)
		));
 
}

This is the pop-up flow.

[close]

public function taskDetail($id=null)
	{
		$tasks = $this->Task->findById($id);
		$this->set('tasks', $tasks);
 
		//load task detail
 
		$this->loadModel('Taskdetail');
		$ListTaskdetail = $this->Taskdetail->find('all', array(
			'conditions' => array(
				'Taskdetail.taskid' => $id,
			)
		));
 
		$
18 Mar 2014, 11:56 PM

This is the pop-up flow.

[close]

	$this->loadModel('Taskdetail');
		$ListTaskdetail = $this->Taskdetail->find('all', array(
			'conditions' => array(
				'Taskdetail.taskid' => $id,
			)
		));
 
		$this->set('ListTaskdetail', $ListTaskdetail);
		$this->set('taskid', $id);
 
		$this->loadModel('Notification');
		$Notifications = $this->Notification->find('all', array(
			'conditions' => array(
				'Notification.projectid' => $tasks['Task']['projectid'],
			)
		));
		$this->set('Notifications', $Notifications);
 

This is the pop-up flow.

[close]

× Successfully! <br /> <font size='1'><table class='xdebug-error xe-notice' dir='ltr' border='1' cellspacing='0' cellpadding='1'> <tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> Notice: Undefined index: Sch
Invalid Email or Password