I have almost finished building my cms with drag and drop page sorting and heirarchy editing. Here is my pages table in my db.
I am running a PHP/Yii application on Apache.I have tried doing the following: My DocumentRoot is \"www\", which is a symlink开发者_如何学运维.The symlink points to /usr/local/src/releases/mysite-1/
i want to make thumbnails of videos and convert the videos to flv or mp开发者_JAVA技巧4. i m using windows7 64bit, wamp, yii 1.1.7
I am trying to write a web service API using PHP and the Yii framework. This means that I will be using SOAP web services, since Yii does not directly support RESTful web services.
I am trying to implement a password reset page.After the password is reset i want it to display a dialog saying the email was sent then redirect the page to the login screen the the 开发者_C百科dialog
I want to play with OpenID support in Yii. After researching for possible plugins, I found these two. One for OpenidSelector and one for LightOpe开发者_运维技巧nId
Yii generates breadcrumbs on every view page via Gii.I would like to know a way to programmatically disable all breadcru开发者_如何学Pythonmbs on every view.
开发者_C百科As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solic
I have a grid view that lists contents of a table, table has column author_id. Now I\'m displaying usernames using relation name column syntax author.username.
I am using Yii Framework, TCPDF and jQuery to generate a pdf. The pdf is generated by inputing in a form and submitting it using ajax.