Hi All,
I am coming from a codeigniter background and was looking at kohana, when I stumbled onto yii.
I recently switched to Mac and am having configuration problems running yii
I want to learn yii by using the blog tutorial.
while in the shell, I ran the model * with no problems.
however when I run the crud Post
the shell terminates.
What is the best way to run yii on Mac?
Do I develop apps inside the yii folder?
I would like to make this easier.
Thanks
Frank
Page 1 of 1
Help - yii configuration on mac Trying to learn yii through the blog tutorial
#2
Posted 27 February 2010 - 10:45 AM
bump..
Still not working.
>>crud Post
Shell exits.
Still not working.
>>crud Post
Shell exits.
Regards,
Frank
Frank
#3
Posted 27 February 2010 - 01:13 PM
#4
Posted 27 February 2010 - 02:56 PM
here is the php error log:
[27-Feb-2010 19:54:22] PHP Warning: include(): Failed opening '/Users/farocco/Sites/blog/protected/models/Post.php' for inclusion (include_path='.:/Users/farocco/Sites/blog/protected/components:/Users/farocco/Sites/blog/protected/models:/Applications/MAMP/bin/php5/lib/php') in /Users/farocco/Sites/yii/framework/YiiBase.php on line 335
[27-Feb-2010 19:54:22] PHP Fatal error: Class 'Post' not found in /Users/farocco/Sites/yii/framework/db/ar/CActiveRecord.php on line 326
This generated after I did the crud Post
Do I have a bad install?
Thanks
[27-Feb-2010 19:54:22] PHP Warning: include(): Failed opening '/Users/farocco/Sites/blog/protected/models/Post.php' for inclusion (include_path='.:/Users/farocco/Sites/blog/protected/components:/Users/farocco/Sites/blog/protected/models:/Applications/MAMP/bin/php5/lib/php') in /Users/farocco/Sites/yii/framework/YiiBase.php on line 335
[27-Feb-2010 19:54:22] PHP Fatal error: Class 'Post' not found in /Users/farocco/Sites/yii/framework/db/ar/CActiveRecord.php on line 326
This generated after I did the crud Post
Do I have a bad install?
Thanks
Regards,
Frank
Frank
#5
Posted 27 February 2010 - 03:05 PM
I just realized that the table Post is TblPost and I was following the tutorial for the blog.
So crud TblPost works
Sorry for the wasted time.
Frank
So crud TblPost works
Sorry for the wasted time.
Frank
Regards,
Frank
Frank
#6
Posted 27 February 2010 - 04:29 PM
If you are following the blog tutorial, you should set 'tablePrefix' in main.php so that the generated model classes do not include the Tbl prefix.
#7
Posted 27 February 2010 - 05:19 PM
Ok, thanks qiang.
Hope all is well, I remember you back in my Prado days. :-)
I want to get up to speed as quickly as possible for an upcoming project.
I am comparing how I did things in codeigniter and what I need to do in yii.
Great framework, your one smart guy.
Regards,
Frank
Hope all is well, I remember you back in my Prado days. :-)
I want to get up to speed as quickly as possible for an upcoming project.
I am comparing how I did things in codeigniter and what I need to do in yii.
Great framework, your one smart guy.
Regards,
Frank
Regards,
Frank
Frank
#8
Posted 27 February 2010 - 05:23 PM
I just checked main.php and do not see a tablePrefix
do I just enter tablePrefix='tbl'
Thanks
do I just enter tablePrefix='tbl'
Thanks
Regards,
Frank
Frank
Share this topic:
Page 1 of 1