How can i run multiple development cakephp projects on the same cake server
and access them via http://localhost:8765 ?
is this possible ?
thanks in advance
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message
Thanks both Leandro and Mark
El dilluns, 17 agost de 2015 9:40:28 UTC+2, Raul Magdalena Catala va
escriure:
>
> How can i run multiple development cakephp projects on the same cake
> server and access them via http://localhost:8765 ?
>
> is this possible ?
>
> thanks in a
hello,
create a form with an input field
echo $this->Form->create($document, ['enctype' => 'multipart/form-data']);
// OR
echo $this->Form->create($document, ['type' => 'file']);
Next add either of the two lines to your form view file:
echo $this->Form->input('submittedfile', [
'type' => 'file
hello,
i've inserted a debug($this->request->data) into the add function of my
controller but nothing is rendered when i've add some data
code looks like:
public function add()
{
$magazine = $this->Magazines->newEntity();
if ($this->request->is('post')) {
*deb
troller?
>
>
> On Wed, Sep 2, 2015 at 11:02 AM Raul Magdalena Catala > wrote:
>
>> hello,
>>
>> i've inserted a debug($this->request->data) into the add function of my
>> controller but nothing is rendered when i've add some data
&
hello,
i can not understand how uploadedFile validation rule works,
http://api.cakephp.org/3.0/class-Cake.Validation.Validation.html#_uploadedFile
can someone help me with and example, expanding below code?
$validator
->add('image', ['rule' => ['uploadedFile,
thanks
--
Like Us on Fa
hello,
i'm looking for the right way in cakephp 3.0 to check is a find() query
returns any record.
By now i'm executing the query with a $result = find()->toArray and
checking if $result is empty or not, but the problem is that i can not sent
$result to $this->paginate() as paginate needs an ob
now i can reply myself
just checking the API there is a count() method for the query object :)
El diumenge, 4 octubre de 2015 20:44:10 UTC+2, Raul Magdalena Catala va
escriure:
>
> hello,
>
> i'm looking for the right way in cakephp 3.0 to check is a find() query
> retu
Hello,
i'm trying to use the following example of JQuery autocomplete with Cakephp
http://zenofcoding.com/2013/08/27/cakephp-and-jquery-auto-complete-revisited/
The important change between versions (if i'm not wrong) is how to enable
the parsing of extensions
in both cases it is done in the ru
e9603049712749436540c6015285ce9?url=http%3A%2F%2Foxicode.io&signature=b56e083071470d63>*
>
> *¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
> constantemente...*
>
>
> 2015-10-07 16:42 GMT-05:00 Raul Magdalena Catala >:
>
>> Hello,
>>
d Developer*
> *Miembro: * *GDG Lima (Google Developer Group Lima)*
>
> *Portafolio: www.oxicode.io
> <https://mailtrack.io/trace/link/8ec7b946fa3dd757dcc0aee0f3b541981f2635a3?url=http%3A%2F%2Foxicode.io&signature=1f56e26077e1b222>*
>
> *¿A quién le enseñan sus aciertos?, si yo aprendo de mis erro
l error. Hay un problema con la función.
>
> Este tema del jquey, ajax y json es bien fácil. Fresh. Compartenos el
> código del controlador para ver en que has metido la pata
>
> Enviado desde Gmail para Moto G
>
> www.oxicode.io
> El oct. 8, 2015 2:08 AM, "Raul Magdalena
;
> *¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
> constantemente...*
>
>
> El 9 de octubre de 2015, 2:27 a. m., Raul Magdalena Catala<
> raulma...@gmail.com > escribió:
>
> hola
>
> el código del controladores muy sencillo
>
&g
XpM/s1600/Captura%2Bde%2B2015-10-12%2B22%253A27%253A28.png>
¿sabes a que se debe este comportamiento del input?
He comprobado que la respuesta json esta bien formateada.
gracias
El divendres, 9 octubre de 2015 9:27:16 UTC+2, Raul Magdalena Catala va
escriure:
>
> hola
>
> el código
gt; <https://mailtrack.io/trace/link/121ae77715bc0eb6a3abf916d50c78dd2bca2a9a?url=http%3A%2F%2Foxicode.io&signature=93aefc105306cc5e>*
>
> *¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
> constantemente...*
>
>
> El 12 de octubre de 2015, 3:32 p. m.,
hello,
i've tried with this but no exit
$this->Flash->error(__('The magazine could not be saved. Please, try again.'
,['class' => 'alert-danger']));
there is any way?
thanks
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You receive
thats is,
thanks Jose
El dilluns, 19 octubre de 2015 22:32:45 UTC+2, joserafael va escriure:
>
> Go to src/Template/Element/Flash/error.ctp
>
> And edit this file. Must be like this:
>
>
>
>
> El domingo, 18 de octubre de 2015, 16:27:10 (UTC-4:30), Raul Magdalena
>
hello,
lets say that i have a form that represents an invoice and the invoice
items. the invoice has many invoice items relation.
the form has some inputs for the invoice, and 10 rows with inputs for the
invoice items: item code, item qty, item price, etc...
Not always all the 10 rows are filled
Hello
the web server returns ERR_EMPTY_RESPONSE and them crash down when i try to
add some data to my model from a form
it only happens with one model, not with the other ones.
do you have any idea of why this happens??
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter h
19 matches
Mail list logo