Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.2.0
-
Fix Version/s: None
-
Component/s: Documentation
-
Labels:None
Description
I wanted to give you guys a heads-up about a fairly critical missing line of code from the "Getting Started" docs... From what i can tell, the
spl_autoload_register(array('Doctrine_Core', 'modelsAutoload'));
statement is not mentioned anywhere in the docs and for beginners (like myself) who start to experiment with creating tables from YAML schemas, this is a dead-end since the models do not load and hence no tables are generated (without a warning i might add).
After some fierce Googling, i managed to find that critical line of code, popped it in and Bob's my father's brother... For newbies i fear that this might be a dealbreaker.
Thanks
This is mentioned in the Introduction to Models chapter now.