view blob image(succeeded)

2008-01-17 Thread DonGato
allright!... I succeeded in displaying blob images to a cake-php page, thanks to francky06l for explaining his method and to [EMAIL PROTECTED] and Dr. Tarique Sani for their conversation, here's what I did: the layout: the view: the model: the controller: View->findById($id); $this-

MySQL Database Structure Export

2007-11-28 Thread DonGato
Hello bakers, I'm looking for a way to export database structure and data in 3 modalities: - Export database structure only. - Export database data only. - Export database structure with data. Is there some way to do this with a cake script? or do you have a handy php script for this purpose?

Re: ldap_connect() not defined?

2007-10-25 Thread DonGato
e working, hope it works to others. On Oct 25, 8:09 am, "John David Anderson (_psychic_)" <[EMAIL PROTECTED]> wrote: > On Oct 25, 2007, at 8:52 AM, DonGato wrote: > > > > > Hello, > > > I'm implementing LDAP authentication and trying to use the MVC

ldap_connect() not defined?

2007-10-25 Thread DonGato
Hello, I'm implementing LDAP authentication and trying to use the MVC posted by UncleBill, i receive the following error: Fatal error: Call to undefined function ldap_connect() in D:\wamp\www \cake\app\models\ldap_user.php on line 19 Where should I define the ldap_connect function? --~--~

Re: Passing information from an iframe to the parent node using php

2007-10-20 Thread DonGato
WT.. !! amazing that something as simple as this was not found anywhere else thanks dude, you saved my life today. On Oct 19, 10:44 pm, "Amit Badkas" <[EMAIL PROTECTED]> wrote: > On 10/20/07, DonGato <[EMAIL PROTECTED]> wrote: > > > Hi there! > > >

Passing information from an iframe to the parent node using php

2007-10-19 Thread DonGato
Hi there! I've been working a few weeks with cakephp, I'm really happy with the framework and the results, I've been developing a personal project and I'm stuck at the point where I have an iframe inside one of my pages, so I need to click in a button inside the iframe and make the iframe info di