Re: 3.0 FormHelper branch?

2014-01-29 Thread euromark
Be patient ;) Its not even alpha or beta yet. Am Mittwoch, 29. Januar 2014 21:22:20 UTC+1 schrieb RobertM: > > No ETA then I guess :( > Would be great to start new personal projects in 3.0 (no FormHelper seems > like an obstacle) and finish them as framework matures. > > W dniu wtorek, 28 styczn

Re: 3.0 FormHelper branch?

2014-01-29 Thread RobertM
No ETA then I guess :( Would be great to start new personal projects in 3.0 (no FormHelper seems like an obstacle) and finish them as framework matures. W dniu wtorek, 28 stycznia 2014 14:03:10 UTC+1 użytkownik José Lorenzo napisał: > > Most of the progress of the FormHelper has already been mer

Containable + pagination

2014-01-29 Thread HK
In cakePHP 2.4.5 I have the following model: Article belongsTo UserUpload Article belongsTo UserTranslated Article belongsTo Author Article hasAndBelongsToMany Category I want to view a category and paginate articles with authors and user_uploads: $paginateSettings = array( > 'ArticlesCa

Re: What's the correct method for using Traits and Namespaces for CakePHP 2?

2014-01-29 Thread Reuben Helms
Does using namespaces change anything? Or is the App::uses just to assist with loading the appropriate file? Keeping in mind CakePHP 3, if namespaces can be used, what would be the namespace convention for a CakePHP 2 application? On Wednesday, January 29, 2014, José Lorenzo wrote: > Just load

Re: What's the correct method for using Traits and Namespaces for CakePHP 2?

2014-01-29 Thread José Lorenzo
Just load the trait with App::uses() On Tuesday, January 28, 2014 1:52:07 AM UTC+1, Reuben wrote: > > My original question on Stack Overflow [ > http://stackoverflow.com/questions/21394852/whats-the-correct-method-for-using-traits-and-namespaces-for-cakephp-2], > > and content copied here, shoul