What are the different authorization and session related开发者_运维知识库 measures that should be taken into account when using Yii web services?ATM I can just think of some security tokens used in co
I\'m fairly new to Yii and am currently trying to use this framework to create some PHP web services. While trying to execute the brief tutorial on web services provided on the Yii web site http://www
I had the following tables: manufacturers * id * name * description types * id * name * description * manufacturer_id
I am starting to work on improving my testing practices, and have been reading about the use of Fixtures in the Yii Framework, as well as in Rails. While I understand the basic idea of fixtures--that
I was 开发者_如何学JAVAvery surprised to discover that gettype($myModel->id) == \'string\' for a model with an integer id field in the underlying MySQL DB.
I\'m very new to yii, and I\'m trying to integrate th开发者_如何学Pythone facebook-wall-like style into my post list.
I\'m looking at the source files for Yii 1.1.5, and I don\'t see a database schema for ODBC. When I use this connection string in my config file:
Yii cms flexicacms.com website disabled the downloading fac开发者_StackOverflow社区ility by disabling sending activation letter.
I have recently extended CWebUser class and now its has such useful methods: Yii::app()->user->isAdmin;
I am using a multi form model. A $model array is passed 开发者_JAVA技巧to the view and for each model object I am trying to have a text field and it works fine this way. See the code below.