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

Question for David Powers - Zend Framework

New Here ,
May 31, 2011 May 31, 2011

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
328
Translate
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).

Translate
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).

Translate
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
LATEST

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

thanks

Translate
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