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
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
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
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
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