Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Question for David Powers - Zend Framework

New Here ,
May 31, 2011 May 31, 2011

Copy link to clipboard

Copied

Using the Zend Framework on your local machine and referencing the library I was wondering when you FTP your code to an online server (How do you reference $library = 'C:/php_library/ZendFramework/library';)? As it would not be no longer on you local machine.

TOPICS
Server side applications

Views

327
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , May 31, 2011 May 31, 2011

Silken_thread wrote:

Using the Zend Framework on your local machine and referencing the library I was wondering when you FTP your code to an online server (How do you reference $library = 'C:/php_library/ZendFramework/library';)? As it would not be no longer on you local machine.

Simple. You upload the Zend Framework to your remote server, and point $library to the new location.

It's covered in Lesson 13 of the book (pages 468-469).

Votes

Translate
LEGEND ,
May 31, 2011 May 31, 2011

Copy link to clipboard

Copied

Silken_thread wrote:

Using the Zend Framework on your local machine and referencing the library I was wondering when you FTP your code to an online server (How do you reference $library = 'C:/php_library/ZendFramework/library';)? As it would not be no longer on you local machine.

Simple. You upload the Zend Framework to your remote server, and point $library to the new location.

It's covered in Lesson 13 of the book (pages 468-469).

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 31, 2011 May 31, 2011

Copy link to clipboard

Copied

LATEST

Off course you do mention that you cover those and other things in lesson 13,

thanks

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines