Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'zf'

986474 - balu: zf
  1. public function noinstallmentsAction()
  2.         {
  3.         $view = new Zend_View();
  4.         $abc = new AcharyaAcl;
  5.         $abc->takeaction(__FUNCTION__);
  6.         $role = $abc->getRole();
  7.         $this->view->menu = $abc->getmenu($role);
  8.  
  9.  
971529 - bonaparte: zf
  1. SELECT s.sid, s.name, r.rid, r.rdate, c.name, s.STATUS FROM student AS s, registration AS r, student_course_interests AS sc, course AS c WHERE s.sid=r.sid AND s.sid=sc.sid AND c.cid=sc.cid;
  2.  
  3. //Maybe this IS it?
  4.  
  5. $select = $this->select();
  6.  
  7. $select->from(array('s' => 'student'),
  8.               array('s.id','s.name','s.status'));
  9.  
970254 - bonaparte: zf
  1. <?php
  2. set_include_path('../library' . PATH_SEPARATOR . get_include_path());
  3. #set_include_path('QuickStart/library' . PATH_SEPARATOR . get_include_path()); 
  4. set_include_path('../theme' . PATH_SEPARATOR . get_include_path());
  5. #set_include_path('../theme' . PATH_SEPARATOR . get_include_path()); 
  6. require_once 'Zend/Session.php';
  7. require_once 'Zend/Session/Namespace.php';
  8. Zend_Session::start();
  9.  
966613 - Bonaparte: zf
  1. <?php
  2. require_once 'Zend/Controller/Action.php';
  3. require_once 'Zend/Config/Ini.php';
  4. require_once 'Zend/Db.php';
  5. class ApplicantController extends Zend_Controller_Action
  6. {
  7.         public function registerAction()
  8.         {
  9.  
worth-right fantasy-obligation