Development

Changeset 19393

You must first sign up to be able to contribute.

Changeset 19393

Show
Ignore:
Timestamp:
06/18/09 19:45:30 (9 months ago)
Author:
Russ
Message:

[doc] [1.0, 1.1, 1.2] (closes #5656) note on php_xsl extension requirement

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.0/tutorial/my-first-project.txt

    r19318 r19393  
    7272    $ php symfony propel-build-model 
    7373 
    74 >**Note**: Make sure to be at the root of your project (`sf_sandbox/`) when you call the `symfony` command. 
     74>**Note**: Make sure your command line folder is set to the root of your project 
     75>(`sf_sandbox/`) when you call the `symfony` command. 
     76
     77>If you receive the error 'Could not perform XLST transformation', 
     78>check that you have the php_xsl extension enabled in your php.ini file. 
    7579 
    7680A few classes are created in the `sf_sandbox/lib/model/` directory. These are the classes of the object-relational mapping, who allow us to have access to a relational database from within an object-oriented code without writing a single SQL query. Symfony uses the Propel library for this purpose. We will call theses objects the **model** (find more in the [model chapter](http://www.symfony-project.org/book/1_0/08-Inside-the-Model-Layer)). 
  • doc/branches/1.1/tutorial/my-first-project.txt

    r18585 r19393  
    9393>**Note**: Make sure your command line folder is set to the root of your project 
    9494>(`sf_sandbox/`) when you call the `symfony` command. 
     95> 
     96>If you receive the error 'Could not perform XLST transformation', 
     97>check that you have the php_xsl extension enabled in your php.ini file. 
    9598 
    9699A few classes are created in the `sf_sandbox/lib/model/` directory. These are the 
  • doc/branches/1.2/tutorial/my-first-project.txt

    r18586 r19393  
    9393>**Note**: Make sure your command line folder is set to the root of your project 
    9494>(`sf_sandbox/`) when you call the `symfony` command. 
     95> 
     96>If you receive the error 'Could not perform XLST transformation', 
     97>check that you have the php_xsl extension enabled in your php.ini file. 
    9598 
    9699A few classes are created in the `sf_sandbox/lib/model/` directory. These are the 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.