For reverse routing in paginator

2013-07-19 Thread wen ger0606
I hate the paginator in cakephp 2.3.5. (I have used the search plugin strictly.) Currently, the url link html- prev () is generated when you send in the page view side x.ne.jp / Fronts / search / state_id: xx / city_id: yy If, after being routed reversed x.ne.jp / pc / search / page: 2 It

Use of intermediate model of HABTM

2013-06-23 Thread wen ger0606
I am using cakephp 2.3.5. There are B and model A model is a relationship HABTM, C model and intermediate model AB is the relationship of hasOne. A.php class A extends AppModel { public $recursive = 2; public $hasAndBelongsToMany = array( 'B' = array( 'with' = 'C',

Re: about Notice (8): Undefined index:

2013-06-23 Thread wen ger0606
Hi, You can measure it by a new PDO driver. 2013年4月26日金曜日 18時45分40秒 UTC+9 Khánh Vương: Hi, I have same error. Please let me know way to solve this problem. Thanks! On Tuesday, April 2, 2013 11:26:14 PM UTC+7, wen ger0606 wrote: I'm using 2.3.1 cakephp. When you run the following simple

Re: about Notice (8): Undefined index:

2013-04-03 Thread wen ger0606
UTC+2 schrieb wen ger0606: I'm using 2.3.1 cakephp. When you run the following simple code, Notice (8): Undefined index: User [APP / View / Users / index.ctp, line 6] occurs. If you run in cakephp 2.3.1 on another server the same code, the error does not occur. - UsersController.php

about Notice (8): Undefined index:

2013-04-02 Thread wen ger0606
I'm using 2.3.1 cakephp. When you run the following simple code, Notice (8): Undefined index: User [APP / View / Users / index.ctp, line 6] occurs. If you run in cakephp 2.3.1 on another server the same code, the error does not occur. - UsersController.php --- class

Re: Smarty Debug Console with CakePHP

2013-02-17 Thread wen ger0606
Hi Anas Mughal I use the environment and cakephp2 smarty3.1.12. I have modified by referring to your blog, / / $ _template- assign ('assigned_vars', $ _assigned_vars); When implemented, the symptoms that nothing is displayed on the console occurs. I think because you do not want to assign to