This is the Syte project as a Yii Framework Module
PHP OAuth extension
your_web_app/protected/modules/syte module to modules array in the your_web_app/protected/config/main.phpcomponents array:
array(
'components' => array(
'syte' => array(
'class' => 'syte.components.SyteApplicationComponent',
),
),
);
http://localhost/your_web_app/?r=syte and follow the installation instructions
Total 9 comments
No problem. I'll see if I can find some time this week and add some stuff in my fork and send you a pull request.
Thanks for the great extension
androok,
at the moment i can't update this project.
if u have any update send me a pull request.
PS: Sorry about possible english mistakes.
Do you plan on updating this at all to provide some parity with the python based 'syte' project?
I was just wondering because if not I may send you some pull requests in the future with some updates. I've been meaning to add wordpress API usage as an option for the 'blog' component but I haven't yet had time.
Just redownload the package.
Thanks.
you give this : 'class' => 'syte.components.SyteApplicationComponent', but it works till i modify it to the following
SyteApplicationComponents why add the "s" to component . it's strange ^-^ ;
Sorry, i forgot that.
if we should also config the components section ?
Thanks
Going to try this out today when I get home. I'll be sure to post updates!
I think your install instructions mean to point the user to download the package from here not from the original python project though.
Leave a comment
Please login to leave your comment.