Thank you very much Farid Aditya !!!
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To unsubscribe from this group and stop receiving emails fro
help i cann't saving data with save that have assosiated
*nb*: *all my table used Inflector::rules('uninflected',
['dontinflectme']), so i don't have proble with naming convension*
*this is my model table*
class KaryawanTable extends Table {
/**
* Initialize method
*
* @par
that's because you print object not array
try this in your controoler
*$jobdetail = $this->Listjobs->find('all');*
*$results = $jobdetail ->all();*
*$data = $results->toArray(); in your viewor
*
On Tuesday, March 24, 2015 at 11:14:08 AM UTC+7, Quang Nguyễn Ngọc wrote:
>
> Hi I'm a novice in
Hi I'm a novice in cakephp However, I'm trying to make my blog with cakephp
3.0 which is stable version. I got stuck not taken database show view.ctp
Controller => "ListjobsController.php"
Listjobs->find('all');
$this->set( compact('jobdetail'));
}
}
Model =>Table => "ListjobsTable.p
Thank you very much!!! José Lorenzo
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To unsubscribe from this group and stop receiving emails fro
Definitely go with CakePHP 3.0. The ORM and query builder is awesome.
Don't ramp up two learning curves, just start with 3.0.
On Sunday, March 22, 2015 at 5:37:30 AM UTC-7, Jim_1993z wrote:
>
> Hello,
>
> I am an occasional database programmer, going way back to dBase days and I
> want to wean
Nothing from this post worked. Other help maybe?
Am Montag, 23. März 2015 05:52:50 UTC+1 schrieb OJ Tibi - @ojtibi:
>
> Server probably disabled SSLv3. You could try to explicitly connect using
> TLS if that's the case.
>
> There's an article that describes how it's done (see link below), but it
You need to enable the intl extension.
http://cynwong.com/blog/?p=442
On Monday, March 23, 2015 at 9:50:21 AM UTC+1, Quang Nguyễn Ngọc wrote:
>
>
> *after installation I get this error :*
> *Fatal error*: You must enable the intl extension to use CakePHP. in
> *C:\xampp\htdocs\cake\bookmarker\co
*after installation I get this error :*
*Fatal error*: You must enable the intl extension to use CakePHP. in
*C:\xampp\htdocs\cake\bookmarker\config\bootstrap.php* on line *38*
*May all who help!!!*
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/C