cakephp-1.3
CakePHP login has redirect loop with correct credentials
I\'ve had a look at the other questions relating to this topic but none have been useful. Expected Outcome[详细]
2023-03-31 12:20 分类:问答vendor *.php how to call Model function in cakephp 1.3
I have a Cart.php , It have to call some Model function But I try to in my Cart.php app:import(\'model\',\'Product\')[详细]
2023-03-31 01:32 分类:问答CakePHP - the SQL log shows a working query which returns a row, but results variable is NULL?
So, here\'s my controller code: public function admin_index(){ $clients = $this->paginate(); $this->set(compact(\'clients\'));[详细]
2023-03-30 20:01 分类:问答CakePHP: How do I reference a flash asset in my plugin's webroot?
I\'m using CakePHP to build a plugin and am trying to add a flash asset to my view. The tag looks like this:[详细]
2023-03-30 06:05 分类:问答CakePHP email not working properly - how to track the error
I using cakephp email component. In my live server $this->Email->send() return success. but mail is not receiving. what is the problem?? i need to find whats the error ?[详细]
2023-03-30 05:19 分类:问答How to pull new post and comments
I am currently developing a website where many users post topics and the associated topics\' comments are shown in the page. Currently I\'m developing using cake php.[详细]
2023-03-30 01:13 分类:问答CakePHP: Ask user to enter password when entering account
How can I make a user have to re-enter their password when they access their account? So for example: domain.com/account and then they see a simple password field (eve开发者_开发问答n though they are[详细]
2023-03-29 20:43 分类:问答Why do I get these errors:?
My error code is: Notice: Undefined variable: form in c:\\AppServ\\www\\applogic\\app\\views\\users\\index.ctp on line 1[详细]
2023-03-29 18:55 分类:问答Generate new page from list of articles and navigate - cakephp
I have a list of articles where I can select with a checkbox and I want to generate a page with a list of the selected articles. Then in this new page I wan开发者_运维问答t to navigate through those s[详细]
2023-03-28 11:58 分类:问答Image upload using cakephp 1.3
How do you create an upload image feature? and once the image has been uploaded and the user access the 开发者_如何学运维homepage, the image will be display in the homepage similar to facebook using c[详细]
2023-03-28 04:52 分类:问答