Financial or Accounting Plugin for Cake 1.2

2010-06-29 Thread taufiq ridha
Hi All,
did someone know what great Finance or Accounting plugins for Cakephp
1.2?
Thanks for any advice guys :)

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: info on display function

2009-06-24 Thread taufiq ridha

the code will allow diplay controller without authentication process,
see this http://book.cakephp.org/id/view/382/allow

On Jun 24, 8:41 pm, vj  wrote:
> Respected Sir,
>                        i just want 2 know what actually this below
> line means pl help me out
> $this->Auth->allow('display');
>
> is this display a default function that will be invoked like index in
> controller or what?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Change convention form name

2009-06-24 Thread taufiq ridha

Hello All,
did it possible if we want to change conventions form fild name
for now we have this:

text('username', array('class' => 'fullwidth'))); ?>

and will output



since i want to used flash for login view, it can be accesible if we
have field name with "data[User][username]", di it possible to change
this conventions like



thanks for advice :D
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: make form at flash

2009-06-24 Thread taufiq ridha

Thanks carlos,it's help me so much ;D

On Jun 23, 9:07 pm, Carlos Gonzalez Lavin 
wrote:
> Sure it is... I found this little tutorial for as2.. not really my area of
> expertise 
> thoughhttp://www.tutorialhelpdesk.com/tutorials/web-development/php/php-and...
>
> I guess the auth component could work (haven't really used it)... after all,
> the controller's action handles everything and is the one that is receiving
> the POST values (be sure to name them something like Model.attr in flash)
>
> 2009/6/22 taufiq ridha 
>
>
>
>
>
> > Did it possible too, if we used for as2 carlos?
>
> > thanks
> > On Jun 23, 2:59 am, taufiq ridha  wrote:
> > > Hai carlos, can u give me something details info for do that,
> > > some tutorial link maybe, that's will be great,
> > > i don't know befor that is possible to make login form from flash, but
> > > still used auth component from cakephp,
>
> > > thanks
>
> > > On Jun 23, 12:42 am, Carlos Gonzalez Lavin 
> > > wrote:
>
> > > > Of course it can, google as3 and urlrequest (which is a type of as3
> > object
> > > > used for this)... you pritty much just specify the url you're sending
> > the
> > > > stuff to, the sending method (POST in this case), each var your sending
> > and
> > > > the value.
>
> > > > 2009/6/22 taufiq ridha 
>
> > > > > Hello, guys...
> > > > > anyone any advice for make login form with flash, and cake php,
> > > > > or simple thing makes flash can POST some variable to cakephp?
>
> > > > > Thanks for advance :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: make form at flash

2009-06-22 Thread taufiq ridha

Did it possible too, if we used for as2 carlos?

thanks
On Jun 23, 2:59 am, taufiq ridha  wrote:
> Hai carlos, can u give me something details info for do that,
> some tutorial link maybe, that's will be great,
> i don't know befor that is possible to make login form from flash, but
> still used auth component from cakephp,
>
> thanks
>
> On Jun 23, 12:42 am, Carlos Gonzalez Lavin 
> wrote:
>
>
>
> > Of course it can, google as3 and urlrequest (which is a type of as3 object
> > used for this)... you pritty much just specify the url you're sending the
> > stuff to, the sending method (POST in this case), each var your sending and
> > the value.
>
> > 2009/6/22 taufiq ridha 
>
> > > Hello, guys...
> > > anyone any advice for make login form with flash, and cake php,
> > > or simple thing makes flash can POST some variable to cakephp?
>
> > > Thanks for advance :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: make form at flash

2009-06-22 Thread taufiq ridha

Hai carlos, can u give me something details info for do that,
some tutorial link maybe, that's will be great,
i don't know befor that is possible to make login form from flash, but
still used auth component from cakephp,

thanks

On Jun 23, 12:42 am, Carlos Gonzalez Lavin 
wrote:
> Of course it can, google as3 and urlrequest (which is a type of as3 object
> used for this)... you pritty much just specify the url you're sending the
> stuff to, the sending method (POST in this case), each var your sending and
> the value.
>
> 2009/6/22 taufiq ridha 
>
>
>
>
>
> > Hello, guys...
> > anyone any advice for make login form with flash, and cake php,
> > or simple thing makes flash can POST some variable to cakephp?
>
> > Thanks for advance :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



make form at flash

2009-06-22 Thread taufiq ridha

Hello, guys...
anyone any advice for make login form with flash, and cake php,
or simple thing makes flash can POST some variable to cakephp?

Thanks for advance :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Flash site With Cake Php

2009-06-19 Thread taufiq ridha

Hi guys thanks for all the answer, and that's worked :D

my next questions, how i can get this xml with output costum, let's
say i dont wanna fetch all the variable, like i just wanna fetch user
with some attribute not all,
because for now, it still fetch all data and all relations with user
table, see :

/* i just wanna fetch username and email*/

 taufiqridha
 tau...@gmail.com


anyway paulos, where i can put this code :D, remembering i'm very new
on this, can u give me more details :D

thanks for all guys, it's very helped me out

cheers

On Jun 19, 1:16 pm, Adam Royle  wrote:
> Put this in app/views/users/xml/index.ctp
>
>  echo '';
> echo $xml->serialize($users, array('format' => 'tags'));
> echo '';
> ?>
>
> and put this in app/views/layouts/xml/default.ctp
>
>  echo $xml->header();
> echo $content_for_layout;
> ?>
>
> XML it doesn't show as XML in your browser if debug is set to 2,
> because RequestHandler won't output the necessary headers. If that's
> the case, add this in your AppController's beforeFilter() to override
> this behaviour:
>
> if (!empty($this->params['url']['ext']) && $this->params['url']['ext']
> == 'xml' && Configure::read('debug') > 0) {
>     Configure::write('debug', 1);
>
> }
>
> And then it should all work!
>
> Cheers,
> Adam
>
> On Jun 19, 4:43 am, taufiq ridha  wrote:
>
>
>
> > Hello, nice to meet u all!!
> > sorry for this stupid question, but i'm really new on this framework.
> > i was try to search for this subject, but not find yet, so i decided
> > to ask for all guru's here :)
>
> > i want to build flash site, which cake php will provide xml for my
> > flash,
>
> > here's what i was done to get xml :
>
> > Routes by adding :
> > Router::parseExtensions();
>
> > on the controller :
>
> >  > class UsersController extends AppController {
>
> >         var $name = 'Users';
> >         var $helpers = array('Html', 'Form');
> >         var $components = array('RequestHandler');
>
> >         function index() {
> >                 $this->User->recursive = 0;
> >                 $this->set('users', $this->paginate());
> >         }}
>
> > ?>
>
> > finnaly here's code for my views on views/users/xml/index.ctp
>
> >  > echo $xml->serialize($users);
> > ?>
>
> > Now, when i pointing tohttp://localhost/example/users/index.xmligot
> > very messy xml
>
> >  > username="taufiqridha" password="taufiq123"
> > email="taufiq.ri...@gmail.com" name="Taufiq Ridha" birth="2009-06-17"
> > sex="1" city="Jakarta" phone="2147483647" avatar_face_id="1"
> > avatar_hair_id="1" avatar_top_id="1" avatar_bottom_id="1"
> > avatar_shoe_id="1" avatar_acc1_id="1" avatar_acc2_id="1" shout="ini
> > shout out 2" point="0" created="2009-06-17 01:05:50"
> > modified="2009-06-17 01:32:07"> > sex="1" path_image="http://taufiq-ridha.co.cc"; created="2009-06-14
> > 20:14:27" modified="2009-06-14 20:14:27" /> > name="Belah Tengah" sex="1" path_image="http://taufiq-ridha.co.cc";
> > created="2009-06-14 20:15:31" modified="2009-06-14 20:15:31" /> > id="1" name="Atasan Kurus" sex="1" path_image="http://
>
> > taufiq-ridha.co.cc" created="2009-06-14 20:16:09" modified="2009-06-14
> > 20:16:09" /> > path_image="http://taufiq-ridha.co.cc"; created="2009-06-14 20:16:35"
> > modified="2009-06-14 20:16:35" />http://taufiq-ridha.co.cc";
> > created="2009-06-14 20:17:38" modified="2009-06-14 20:17:38" /> > id="1" name="Gelang Punk" sex="1" path_image="http://
>
> > taufiq-ridha.co.cc" created="2009-06-14 20:16:59" modified="2009-06-14
> > 20:16:59" /> > path_image="http://taufiq-ridha.co.cc"; created="2009-06-14 20:17:16"
> > modified="2009-06-14 20:17:16" /> > created="" modified="" /> > user_id="1" created="2009-06-14 23:51:53" modified="2009-06-18
> > 14:00:35" />
>
> > did anyone know how to make this xml more friendly(costum) also with
> > list view, just like :
>
> > 
> >    
> >        taufiq ridha
> >       1
> >       2
> >       /* and so on */
> >    
> > 
>
> > thanks for advice guys, and sorry for this basic questions
>
> > regards
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Flash site With Cake Php

2009-06-18 Thread taufiq ridha

Hello, nice to meet u all!!
sorry for this stupid question, but i'm really new on this framework.
i was try to search for this subject, but not find yet, so i decided
to ask for all guru's here :)

i want to build flash site, which cake php will provide xml for my
flash,

here's what i was done to get xml :

Routes by adding :
Router::parseExtensions();

on the controller :

User->recursive = 0;
$this->set('users', $this->paginate());
}
}
?>

finnaly here's code for my views on views/users/xml/index.ctp

serialize($users);
?>

Now, when i pointing to http://localhost/example/users/index.xml i got
very messy xml

http://taufiq-ridha.co.cc"; created="2009-06-14
20:14:27" modified="2009-06-14 20:14:27" />http://taufiq-ridha.co.cc";
created="2009-06-14 20:15:31" modified="2009-06-14 20:15:31" /
>http://taufiq-ridha.co.cc"; created="2009-06-14 20:16:35"
modified="2009-06-14 20:16:35" />http://taufiq-ridha.co.cc";
created="2009-06-14 20:17:38" modified="2009-06-14 20:17:38" /
>http://taufiq-ridha.co.cc"; created="2009-06-14 20:17:16"
modified="2009-06-14 20:17:16" />

did anyone know how to make this xml more friendly(costum) also with
list view, just like :


   
   taufiq ridha
  1
  2
  /* and so on */
   


thanks for advice guys, and sorry for this basic questions

regards

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---