Re: [fw-general] Twitter timeout

2010-12-17 Thread José de Menezes Soares Neto
Caught exception: Unable to Connect to tcp://search.twitter.com:80. Error #110: Connection timed out Is there, maybe, a block to my site? 2010/12/12 Bartosz Maciaszek > 2010/12/11 José de Menezes Soares Neto : > > *Fatal error*: Uncaught exception 'Zend_Http_Client_Adapter_Exc

[fw-general] Twitter timeout

2010-12-11 Thread José de Menezes Soares Neto
*Fatal error*: Uncaught exception 'Zend_Http_Client_Adapter_Exception' with message 'Unable to Connect to tcp://search.twitter.com:80. Error #110: Connection timed out' Does anyone knows how to solve it? Regards, -- José de Menezes

[fw-general] Zend Search Lucene Wildcard Problem

2010-09-05 Thread José de Menezes Soares Neto
Hi people, I am getting problem with Lucene: 1. Search for "best of" gives me error, ''At least 3 non-wildcard characters are required at the beginning of pattern" 2. Search for "*write*" gives me the same error (but 'write*' searchs well) Anyone got solution? Regards -- José de Menezes Detet

[fw-general] New York PHP

2010-07-28 Thread José de Menezes Soares Neto
Hello friends, I am going to stay 15 days at New York on October. I would like to know companies there that are working with PHP. I would like to visit them and see how stuff works inside USA, and make some php friends. Please send me the website of all companies based there you know! Regards,

[fw-general] Zend Feed Quotes problem

2009-12-04 Thread José de Menezes Soares Neto
Hello, When I am retrieving data from a feed rss xml, the quotes are turning on interrogation. Like "Hello" become ?Hello? Anybody knows what could I do? Regards, José

[fw-general] Zend_Mail: Sent or Error?

2009-09-02 Thread José de Menezes Soares Neto
Hello, Anybody know how to test if one mail was sent or not? I am using SMTP... Regards, José

Re: [fw-general] Problem attaching Zend_Mail

2009-08-20 Thread José de Menezes Soares Neto
gt;disposition = Zend_Mime::DISPOSITION_ATTACHMENT; $at->encoding= Zend_Mime::ENCODING_BASE64; $at->filename= $filename; $mail->addAttachment($at); $mail->send($mailTransport); 2009/8/19 mbneto > Hi, > > from the manual > > $mail = new Zend_Mail();

[fw-general] Problem attaching Zend_Mail

2009-08-19 Thread José de Menezes Soares Neto
Hello, Anyone knows how to attach a file?? Regards, José

[fw-general] Attachment problem (Zend_Mail + Zend_Mime)

2009-08-19 Thread José de Menezes Soares Neto
Hello, Using Zend_Mail is easy, but I got some error trying to send attachments... the warning is: *Warning*: base64_encode() expects parameter 1 to be string, object given in *C:\www\was\lib\Zend\Mime.php* on line *173 *Anyone know why this is happening? My code is: // FILE TO BE ATTACHED $fi

[fw-general] Attachment problem (Zend_Mail + Zend_Mime)

2009-08-19 Thread José de Menezes Soares Neto
Hello my friends, Using Zend_Mail is easy, but I got some error trying to send attachments... the warning is: *Warning*: base64_encode() expects parameter 1 to be string, object given in *C:\www\was\lib\Zend\Mime.php* on line *173 *Could some one help me? My code is: // FILE TO BE ATTACHED $f

[fw-general] Zend_feed + Twitter Search Atom

2009-06-12 Thread José de Menezes Soares Neto
Hello, I tried to fetch http://search.twitter.com/search.atom?q=&lang=all&rpp=100&show_user=true But I can´t get the content of tag inside the tags. Anyone knows how to get it? The full code is: $feed = Zend_Feed::import(' http://search.twitter.com/search.atom?q=&lang=all&rpp=100&show_user=

[fw-general] ZF + Twitter?

2009-05-01 Thread José de Menezes Soares Neto
Is there something for using ZF + API Twitter?

Re: [fw-general] Little route problem

2009-04-24 Thread José de Menezes Soares Neto
I fixed the last problem... But now, I can not access www.mydomain.com, it is thinking that "www" is the username! Anyone know how to fix it?? 2009/4/24 José de Menezes Soares Neto > Thanks very much, you were right! > > A new question based on the first one. > &g

Re: [fw-general] Little route problem

2009-04-24 Thread José de Menezes Soares Neto
tion)); $router->addRoute('route4', $route4->chain($route4action)); Regards! 2009/4/24 Ben Scholzen 'DASPRiD' > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > A hostname route is just there to match a hostname, not a path. See the > (1.8) documentation about the ChainRoute. > ... > : ___ _ ___ ___ ___ _ ___: > : | \ /_\ / __| _ \ _ (_) \ : > : | |) / _ \\__ \ _/ / | |

[fw-general] Little route problem

2009-04-24 Thread José de Menezes Soares Neto
Hello my friends. I have a little problem with zend route, but I am sure you will help me, let me explain... *My application without route:* http://www.mydomain.com/onemodule/onecontroller/oneaction/variable1/value1 /variable2/value2 Works fine! *My application with route:* http://www.value1.

Re: [fw-general] Session + fopen problem

2009-04-20 Thread José de Menezes Soares Neto
The solution offered by Zend_Cookie_Jar seems to be different from what I need. There, you know user password and username. I don't know, I only what to go where the user is already authenticated and get its content. 2009/4/20 José de Menezes Soares Neto > I don't know if my que

Re: [fw-general] Session + fopen problem

2009-04-20 Thread José de Menezes Soares Neto
data retrieved from domain-a/show.php) the suggestions are for this? without using post, get...? 2009/4/20 José de Menezes Soares Neto > Hi Till, > > But, there will be examples for how to use it to get session/cookie > protected data? > > 2009/4/20 till > > 2009/4/2

Re: [fw-general] Session + fopen problem

2009-04-20 Thread José de Menezes Soares Neto
Hi Till, But, there will be examples for how to use it to get session/cookie protected data? 2009/4/20 till > 2009/4/20 José de Menezes Soares Neto : > > yes, the content is the html output. > > > > I tried with curl but pure, without any adaptation with zend, and the >

Re: [fw-general] Session + fopen problem

2009-04-20 Thread José de Menezes Soares Neto
try using the Curl Adapter within the Zend_Http_Client component? I > would try using a Curl to get the website content. By content you mean the > source code, Right? > > Vince. > > 2009/4/20 José de Menezes Soares Neto > > Hello, >> I am trying to download an url

[fw-general] Session + fopen problem

2009-04-19 Thread José de Menezes Soares Neto
Hello, I am trying to download an url content, but it is set with session (or cookie) (i could see it using a browser). When I did file_get_contents('url'); it only returns a blank page... There is a way to get the content of a page setup with session or cookie? I think the problem is the server

Re: [fw-general] Re: routes like username.domain.com

2009-02-12 Thread José de Menezes Soares Neto
http://www.noginn.com/2009/02/04/revisiting-hostname-routing-with-the-zend-framework/ this answered all my questions... just link to use http://username.mydomain.com AND http://www.username.mydomain.com Is that possible? 2009/2/12 José de Menezes Soares Neto > Maybe there is something

Re: [fw-general] Re: routes like username.domain.com

2009-02-12 Thread José de Menezes Soares Neto
Maybe there is something to chain into config.ini OR something I could put exceptions (!www !admin... etc) 2009/2/12 José de Menezes Soares Neto > Just the both controllers and they actions > > > > 2009/2/12 José de Menezes Soares Neto > >>

[fw-general] Zend_Controller_Router_Route_Hostname question NUMBER TWO...

2009-02-12 Thread José de Menezes Soares Neto
Hello, I would like to know how to use CHAINS into config.ini notation... Regards, José

[fw-general] Zend_Controller_Router_Route_Hostname question...

2009-02-12 Thread José de Menezes Soares Neto
routes.dashboard.type = "Zend_Controller_Router_Route_Hostname" routes.dashboard.route= ":username.mydomain.com" routes.dashboard.defaults.module = account routes.dashboard.defaults.controller = index routes.subdomains.defaults.action = dashboard routes.da

Re: [fw-general] Re: routes like username.domain.com

2009-02-12 Thread José de Menezes Soares Neto
Just the both controllers and they actions 2009/2/12 José de Menezes Soares Neto > Hello? > > I put this: > > routes.subdomains.type = > "Zend_Controller_Router_Route_Hostname" > routes.subdomains.route

Re: [fw-general] Re: routes like username.domain.com

2009-02-12 Thread José de Menezes Soares Neto
default routes.index.defaults.controller = index routes.index.defaults.action = index If I put the "subdomains" only, all will go to some user... with "index" www.detetive.net is going to index.... but with this I couldn´t access anything more! 2009/2/12 José de Menezes Soares Neto > I´

Re: [fw-general] Re: routes like username.domain.com

2009-02-12 Thread José de Menezes Soares Neto
b: http://www.dasprids.de : > : E-mail : m...@dasprids.de : > : Jabber : jab...@dasprids.de : > : ICQ: 105677955 : > :....:....: > > > José de Menezes Soares Neto schrieb: > > I forgot, I am using config.ini

[fw-general] Re: routes like username.domain.com

2009-02-10 Thread José de Menezes Soares Neto
userexists routes.userexist.defaults.username= "0" Regards 2009/2/10 José de Menezes Soares Neto > Hello friends, > > I am using Modules and Zend_Config, how could I call an action from > somename.mydomain.com? > > I did not found any example for how to use Zend_Config for th

[fw-general] routes like username.domain.com

2009-02-10 Thread José de Menezes Soares Neto
Hello friends, I am using Modules and Zend_Config, how could I call an action from somename.mydomain.com? I did not found any example for how to use Zend_Config for this this kind of route... Regards, José

[fw-general] Remote authentication

2008-10-02 Thread José de Menezes Soares Neto
Hello my friends, I have two sites: *www.sitea.com* *www.siteb.com* I would like to authenticate the user only at *www.sitea.com* and he will have access to *www.siteb.com*. At *sitea*, if user is not logged in, it showns sign up form, otherwise it shows "logged with success" just for sinalizat

[fw-general] Action to single php

2008-09-25 Thread José de Menezes Soares Neto
Hi friends, I would like to convert an action into a single file .php I would like to keep using ZF functions, but I want to access this file .php alone, not using bootstrap. i.e. http://www.mysite.com/myfile.php It is because this resolves my problem with cronjob creations! Any help? Regards

Re: [fw-general] Cronjobs with ZF

2008-09-25 Thread José de Menezes Soares Neto
Hi Till, Could you explain your solution a little bit more? Regards, José 2008/9/25 till <[EMAIL PROTECTED]> > On Thu, Sep 25, 2008 at 1:02 PM, José de Menezes Soares Neto > <[EMAIL PROTECTED]> wrote: > > I am using Zend Framework to develop a web system. > > It

[fw-general] Cronjobs with ZF

2008-09-25 Thread José de Menezes Soares Neto
I am using Zend Framework to develop a web system. It has a function (let's call it "funcA") required to run periodically. Thus, I would like to use crontab (Linux command) to run "funcA" every 15 m. Unfortunately, it seems that there are some configurations on the bootstrap file, I need to access

Re: [fw-general] [off-topic] meaning of a contemporaneous word

2008-09-23 Thread José de Menezes Soares Neto
I asked him today too, waiting for response... For sure is a portmanteau, but I don't know the meaning... Thanks!! 2008/9/23 Bill Karwin <[EMAIL PROTECTED]> > > > > José de Menezes Soares Neto wrote: > > > > People, what "blogoscoped" means

[fw-general] [off-topic] meaning of a contemporaneous word

2008-09-23 Thread José de Menezes Soares Neto
People, what "blogoscoped" means? What that owner wants to pass?

[fw-general] Zend_Pagination + Smarty

2008-09-23 Thread José de Menezes Soares Neto
Hi friends, I have no idea how to work with both... Zend_Pagination + Smarty Any suggestions? Regards, José

[fw-general] Router little problem

2008-09-23 Thread José de Menezes Soares Neto
Hi, I get a Config.ini with a router: routes.tag.route = "tag/:word/:page" routes.tag.defaults.module = default routes.tag.defaults.controller = index routes.tag.defaults.action = tag And it is working like that: http://localhost/app/tag/word/123 But I would like to have this working too: ht

Re: [fw-general] charset little problem

2008-09-23 Thread José de Menezes Soares Neto
i am using utf8_encode(); for this problem. thanks everybody! 2008/9/23 José de Menezes Soares Neto <[EMAIL PROTECTED]> > the problem is inside getParam. Because when i print the char inside the > html, or inside the php, it shows fine > > any ideas? > > 2008/9/23 till &l

Re: [fw-general] charset little problem

2008-09-23 Thread José de Menezes Soares Neto
the problem is inside getParam. Because when i print the char inside the html, or inside the php, it shows fine any ideas? 2008/9/23 till <[EMAIL PROTECTED]> > On Tue, Sep 23, 2008 at 12:46 PM, José de Menezes Soares Neto > <[EMAIL PROTECTED]> wrote: > > Hi fri

[fw-general] charset little problem

2008-09-23 Thread José de Menezes Soares Neto
Hi friends, When I try: * print $this->_request->getParam('query');* The browser prints: *programação* The correct need to be: *programação* And when I try: *print "programação";* It prints correctly! What it would be?

Re: [fw-general] Soundex

2008-09-23 Thread José de Menezes Soares Neto
Sorry, I am from Brasil... but I think yes, its what I need 2008/9/22 Matthew Ratzloff <[EMAIL PROTECTED]> > No. It would be nice to have a locale-aware version, however. I assume > that's what you're getting at? > -Matt > > > On Mon, Sep 22, 2008 at 6:

Re: [fw-general] Soundex

2008-09-22 Thread José de Menezes Soares Neto
I know that. But ZF have anything to help like this? 2008/9/22 Bill Karwin <[EMAIL PROTECTED]> > > > > José de Menezes Soares Neto wrote: > > > > There is a way to find similar queries? > > > > http://php.net/soundex > > Regards, > Bill

[fw-general] Soundex

2008-09-22 Thread José de Menezes Soares Neto
There is a way to find similar queries? Like "did you mean..." from most search engines. Regards, José

[fw-general] Table problem

2008-09-22 Thread José de Menezes Soares Neto
Friends, I have three tables: page page2tag tag page2tag just have page_id and tag_id relationship... how to build a query looking inside page, but merging the three tables? regards, josé

Re: [fw-general] Detecting a module

2008-09-22 Thread José de Menezes Soares Neto
utdown() hook of a > controller plugin. > > Best regards > Tobias > > 2008/9/22 José de Menezes Soares Neto <[EMAIL PROTECTED]> > > How to detect a module inside the bootstrap index.php? >> >> And if I am using an router? >> >> Regards, >> >> José >> > >

[fw-general] Detecting a module

2008-09-22 Thread José de Menezes Soares Neto
How to detect a module inside the bootstrap index.php? And if I am using an router? Regards, José

[fw-general] Smarty little problem

2008-09-22 Thread José de Menezes Soares Neto
Hi friends, I use ZF with Smarty for my apps. But, now, I would like to use modules too. My problem is that my compilation dir and template dir are fixed at Smarty...and I would like to set it for each module I create, like: application -admin --controllers --models ---

Re: [fw-general] Parameters

2008-09-22 Thread José de Menezes Soares Neto
its ok!! it works! 2008/9/22 José de Menezes Soares Neto <[EMAIL PROTECTED]> > Hi Till, > > I read it, but I still messing up the things... look above what I've done, > thanks!* > > What I wish: > * > http://localhost/myzfapp/testing/word > > instead

Re: [fw-general] Parameters

2008-09-22 Thread José de Menezes Soares Neto
masters\lib\Zend\Controller\Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 C:\www\onmasters\index.php(82): Zend_Controller_Front->dispatch() #2 {main} thrown in C:\www\onmasters\lib\Zend\Controller\Dispatcher\Standard.php o

[fw-general] Feed Application

2008-09-22 Thread José de Menezes Soares Neto
Hi friends, I am creating a feed application (like technorati) and it is storing the feed items (posts) into a database (mysql). My question is, its better to store it as files and search with Lucene? I ask that because I will probably have lots of posts indexed... Regards, José

Re: [fw-general] Parameters

2008-09-22 Thread José de Menezes Soares Neto
olution that came up to my mind is to use Route in > order to specify that "tag/ipod" should be redirected to > "//tag/ipod". > > I hope it helps, > > Regards, > Svetlin Tsvetanov > > > On Mon, Sep 22, 2008 at 2:20 AM, José de Menezes Soares Neto < &

[fw-general] Parameters

2008-09-21 Thread José de Menezes Soares Neto
Hi friends, I would like to do this: http://www.mysite.com/tag/ipod And list all my content with word "ipod". But I can't, because "tag" must be a controller and "ipod" must be an action... Any suggestions? Regards, José

[fw-general] Using subdomains

2008-07-19 Thread José de Menezes Soares Neto
Hi friends, I would like to create a script with ZF that: 1. Access www.username.site.com 2. Prints username profile I think I need to create an controller USER with action profile ( http://www.site.com/user/profile/username), and, somehow link it to www.username.site.com by .htaccess... But I

Re: [fw-general] Number Format

2008-07-12 Thread José de Menezes Soares Neto
ww.thomasweidner.com > > - Original Message - From: "José de Menezes Soares Neto" < > [EMAIL PROTECTED]> > To: "Zend Framework - General" > Sent: Friday, July 11, 2008 3:40 PM > Subject: [fw-general] Number Format > > > > Hi friends, &g

[fw-general] Re: Number Format

2008-07-11 Thread José de Menezes Soares Neto
> Hi friends, > > I am using the number format like 1,000.00 > > But I would like to use 1.000,00 > > How to do that? With Zend Locale? But how? > > Regards, > > José >

[fw-general] Number Format

2008-07-11 Thread José de Menezes Soares Neto
Hi friends, I am using the number format like 1,000.00 But I would like to use 1.000,00 How to do that? With Zend Locale? But how? Regards, José P.S: Could I change this at DB too?

Re: [fw-general] Various Joins

2008-06-26 Thread José de Menezes Soares Neto
Yes... I did that, but I've already sent you these stupid question! Sorry! 2008/6/26 Matthew Weier O'Phinney <[EMAIL PROTECTED]>: > -- José de Menezes Soares Neto <[EMAIL PROTECTED]> wrote > (on Thursday, 26 June 2008, 01:36 PM -0300): > > Hi friends, > &g

Re: [fw-general] New Wiki Application under development (ZFWiki) using ZendFramework 1.5.0

2008-06-26 Thread José de Menezes Soares Neto
Could I get a copy of ZFWiki? 2008/6/24 Robert Castley <[EMAIL PROTECTED]>: > LOL, > > My secret is Wi-Fi and shed in the garden :-) > > -- > *From:* Federico Cargnelutti [mailto:[EMAIL PROTECTED] > *Sent:* 24 June 2008 21:03 > *To:* Robert Castley > *Cc:* Zend Fram

[fw-general] Various Joins

2008-06-26 Thread José de Menezes Soares Neto
Hi friends, I did this join and it works well: $db = Zend_Registry::get('db'); $select = $db->select() ->from('user') ->join(array('pro' => 'profile'), 'user.usr_id = pro.pro_usrid') ->where($w_query); $stmt

[fw-general] Unique Login and Password, All Applications

2008-05-07 Thread José de Menezes Soares Neto
Hi Friends! I would like to construct all my applications base on one single account administration, like GOOGLE and YAHOO... at these sites, you can login into a service and use other services as well with a single account... I would like very much to discuss this with you guys! Suggestions? R

Re: [fw-general] About Zend_Pdf tables

2008-05-05 Thread José de Menezes Soares Neto
data in a simple way, or import html tables. > > > > Thanks. > > > > -- > View this message in context: > http://www.nabble.com/About-Zend_Pdf-tables-tp16412842p16412843.html > Sent from the Zend Framework mailing list archive at Nabble.com. > > > -- Atencios

Re: [fw-general] db question

2008-04-01 Thread José de Menezes Soares Neto
n immediately permanently delete it. By opening any > attachment to this e-mail you are expressly acknowledging that the > attachment is subject to copyright, and you thereby undertake not to alter, > copy, disseminate, re-transmit, rely upon or use the attachment except as > expressly authorised by the sender. > > "Please consider your environmental > responsibility before printing this e-mail" > -- Atenciosamente, José de Menezes Soares Neto (11) 3881-1981 - [EMAIL PROTECTED] Detetive.net ltda. - www.detetive.net Conheça outros projetos: www.ofertas.com.br www.geraboleto.com.br www.vai.la

[fw-general] Examples

2008-03-30 Thread José de Menezes Soares Neto
I think we should have a bank of application examples for download at framework.zend.com, like: blog example album example site example etc...

[fw-general] Fast applications

2008-02-26 Thread José de Menezes Soares Neto
Hi friends, How to build the more fast possible applications with Zend Framework? I am going into a new and big project, and I want to build something very light and fast... So, a would to know tips for it... And other thing, the best structure for zend framework based applications is from Akra

Re: [fw-general] CakePHP vs. ZendFramework

2008-02-26 Thread José de Menezes Soares Neto
Thanks every one. I use ZF for my projects, but a friend comes to me talking a lot about Cake... So, now I am starting a new (big) project, I think about changing... But I don't know... I think I will keep with ZF... 2008/2/22, Renan Gonçalves <[EMAIL PROTECTED]>: > > I use CakePHP in some proj

[fw-general] CakePHP vs. ZendFramework

2008-02-21 Thread José de Menezes Soares Neto
Hi friends, Why use ZendFramework and not CakePHP? Regards, José

[fw-general] .htaccess problem

2007-12-27 Thread José de Menezes Soares Neto
Hi friends, My .htaccess is: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php php_flag magic_quotes_gpc off php_flag register_globals off But everything I try to access by typing the real URL doesnt work... the specification I put

[fw-general] .htaccess problem

2007-12-27 Thread José de Menezes Soares Neto
Hi friends, My .htaccess is: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php php_flag magic_quotes_gpc off php_flag register_globals off But everything I try to access by typing the real URL doesnt work... the specification I put

[fw-general] Zend_Mime and Zend_Mail with Smarty

2007-11-09 Thread José de Menezes Soares Neto
Hi friends, I would like to use SMARTY to build my email messages. Can I? Could someone give me an example of code? Best regards, José de Menezes

[fw-general] Difficulties with searching

2007-08-10 Thread José de Menezes Soares Neto
I have two tables: Product (name, description, quantity). Store (name, description, category). I did a search to find products by name and description, that is ok. But, how to search by store name too?? Best regards, José de Menezes

[fw-general] The best way to consult various tables

2007-08-07 Thread José de Menezes Soares Neto
Hi friends, Which is the best way to make a consult in more than one table?? The question is based on these two tables: tbUser and tbProfile I would like to return the users that are "female", but, how? best regards, José

[fw-general] FetchRow() problem

2007-07-23 Thread José de Menezes Soares Neto
Hi friends, I tried to retrieve information from two tables with this: $employees = new Employees(); $employees = $employees->fetchRow('emp_id='.$id); $employees = $employees->toArray(); $employees = extract($employees); $users = new Users(); $users = $users->fetchRow('use_id='.$id); $users = $

[fw-general] print a value from another table (Zend_Db)

2007-07-19 Thread José de Menezes Soares Neto
Hi friends i have two tables: tb_employees (id, emp_name, fk_sector) tb_sectors (id, sec_name) I need to make a sql query in the tb_employees, and then, print emp_name and sec_name... But I don't know how to retrieve this using Zend_DB I need help here... Best regards, José de Meenzes

[fw-general] How to use Zend Framework Manual?

2007-07-13 Thread José de Menezes Soares Neto
I have some difficulties to consult Zend Framework documents... Could someone explain how to obtain the best results from it?

[fw-general] Question about table querying

2007-07-12 Thread José de Menezes Soares Neto
Friends, I have two tables: Users ( Id, Name, Type_Id, Username, Password ) Types ( Id, TypeName ) And Type_Id refereer to field Id from table Users. My query for retrieve information is $users = new Users(); $users = $users->fetchAll(" Name LIKE '$query' "); $users = $users->toArray(); But

Re: [fw-general] Searching database

2007-07-12 Thread José de Menezes Soares Neto
the 21st through 30th rows $count = 10; $offset = 20; $rows = $table->fetchAll($where, $order, $count, $offset); ?> This is outlined further at http://framework.zend.com/manual/en/zend.db.table.html -Ryan On Thu, 12 Jul 2007 12:54:09 -0300, "José de Menezes Soares Neto" < [EMAI

Re: [fw-general] Searching database

2007-07-12 Thread José de Menezes Soares Neto
egards 2007/7/12, till < [EMAIL PROTECTED]>: > > On 7/11/07, ViShap < [EMAIL PROTECTED]> wrote: > > (...) > > 2007/7/11, José de Menezes Soares Neto < [EMAIL PROTECTED]>: > > > (...) > > Guys, > > not to be mean - well forget that! ;-

Re: [fw-general] Searching database

2007-07-12 Thread José de Menezes Soares Neto
if a type http://localhost/search?query=123, its ok but if I type http://localhost/search it shows a notice "undefined index" 2007/7/11, José de Menezes Soares Neto <[EMAIL PROTECTED]>: i want matching... but i try to get $query = $_GET["query"] and there a

Re: [fw-general] Searching database

2007-07-12 Thread José de Menezes Soares Neto
n I viewed it in Beginner Tutorials -> Using MySQL Full-text- ... (26.01.06 ^^) I hope i helped ya out! regards 2007/7/11, José de Menezes Soares Neto <[EMAIL PROTECTED]>: > > Hi friends, > > I would like to make a search for search user details in my database, > how do I star

[fw-general] Searching database

2007-07-11 Thread José de Menezes Soares Neto
Hi friends, I would like to make a search for search user details in my database, how do I start with it? Best regards, José de Menezes

[fw-general] Forms

2007-07-10 Thread José de Menezes Soares Neto
Hi again friends, I did a form, but when I submit it, if there is an error, ok, it shows me the errors, but if success, the form goes back to a page (indicated by me), but I would like to show a message of success, but I dont wanna create a page for this, only a div or something like that (like a

Re: [fw-general] "Next Step"Forms

2007-07-10 Thread José de Menezes Soares Neto
s cover what you need. Maybe you could have a look to take some ideas ? Regards fred Sebastian Poręba a écrit : > > > 2007/7/3, José de Menezes Soares Neto <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>: > > Hi friends, > > I would like to parse a fo

[fw-general] "Next Step"Forms

2007-07-03 Thread José de Menezes Soares Neto
Hi friends, I would like to parse a form into four steps (like desktop installations). But I don't know the best way to do it with zend framework... Does anybody could help me please? Best regards, José de Menezes

Re: [fw-general] Warning using fetchRow

2007-06-29 Thread José de Menezes Soares Neto
yes, it was it hahahaha!!! nice, thanks!! 2007/6/29, Kevin Jordan <[EMAIL PROTECTED]>: Seems like you don't have a primary key set up. José de Menezes Soares Neto wrote: > code: > $usuarios = $usuarios->fetchRow('usu_id='.$id); > > warnings: > *Warn

[fw-general] Warning using fetchRow

2007-06-29 Thread José de Menezes Soares Neto
code: $usuarios = $usuarios->fetchRow('usu_id='.$id); warnings: *Warning*: array_fill() [function.array-fill]: Number of elements must be positive in * C:\www\was\lib\Zend\Db\Table\Abstract.php* on line *678* *Warning*: array_combin

[fw-general] recovering and editing from two tables.

2007-06-12 Thread José de Menezes Soares Neto
Hi friends, I have two tables "users" and "clients". But "users" and "clients" have the same form (but some fields for one and some for the other). When I add, its ok. But when I edit some, the information cames only from the table clients (and fills it fields) but the information from the table

Re: [fw-general] Working with two or more tables

2007-05-07 Thread José de Menezes Soares Neto
entTables. Like Bill Karwin remarked you should probably try to specify contraints on your database that ensure that if you delete a user it's association with jobs will be deleted as well. But you could do this in your php files if your database doesn't support it. MF José de Menezes

Re: [fw-general] Working with two or more tables

2007-05-07 Thread José de Menezes Soares Neto
#x27;s safer and gives better performance. Regards, Bill Karwin > -Original Message- > From: Maurice Fonk [mailto:[EMAIL PROTECTED] > Sent: Friday, May 04, 2007 5:23 PM > To: José de Menezes Soares Neto > Cc: fw-general@lists.zend.com > Subject: Re: [fw-general] Working wi

[fw-general] Working with two or more tables

2007-05-04 Thread José de Menezes Soares Neto
Hi again my friends! Now, I need to work with two or more tables, each table has some information I need. For example, table USERS has the users, but I need too table USERINFO, which have the user information... I created a class that extends Zend_Db_Table_Abstract: class Users extends Zend_Db_

[fw-general] Checking conflicts

2007-05-04 Thread José de Menezes Soares Neto
Hi again friends, I need to check if a USERNAME is already taken on table USERS. But I don't know how to check it using ZF... Could you help me? best regards, José

Re: [fw-general] Retrieve ID Number

2007-05-04 Thread José de Menezes Soares Neto
e(); $key = $table->insert($data); Voila! Regards, Bill Karwin > -Original Message- > From: Maurice Fonk [mailto:[EMAIL PROTECTED] > Sent: Friday, May 04, 2007 10:47 AM > To: Alex Netkachov > Cc: José de Menezes Soares Neto; fw-general@lists.zend.com > Subject: Re:

[fw-general] Retrieve ID Number

2007-05-04 Thread José de Menezes Soares Neto
Hi friends, I am inserting a new record in a DB, but, I would like to retrieve the ID of the new record... How can I do that? $data = array( 'fun_nome'=> $fun_nome, 'fun_cpf' => $fun_cpf, 'fun_ce

[fw-general] Form validation and error/success messages

2007-05-03 Thread José de Menezes Soares Neto
Hi friends, 1) I would like to make form validations using Zend Framework (not Javascript), how to do this in the best way? 2) Other thing is, how to display errors and success messagens? Thanks! José de Menezes

[fw-general] New proposals

2007-04-27 Thread José de Menezes Soares Neto
Zend_Layout -> A style defined by zend. Like windows, buttons, navigation... everything preconfigurated for us! This is a way to increase produtivity too, cause we expend a lot of time with layouts... I thought something like http://mooglets.freewebsfarms.com :) Zend_Ajax -> A collection of ajax

Re: [fw-general] persistent ACL data

2007-04-26 Thread José de Menezes Soares Neto
Hi Raul, I am using SESSION for the user type (member, guest, admin...etc) But you can user Zend_Register too! Best Regards, José de Menezes 2007/4/26, Raul Gomez <[EMAIL PROTECTED]>: hello, i am new to zend framework. I am doing an autenthication system with zend auth and acl, following thi

Re: [fw-general] my own classes

2007-04-25 Thread José de Menezes Soares Neto
Thanks very much! But I still have problem with zend_acl... I can't start using it cause I don't know how to start... I followed the AKRA's AUTH TUTORIAL, but I want to give users permissions inside the Album CRUD system... Well, I need a help for this, like tell me: "Put this code at file X" "

[fw-general] my own classes

2007-04-25 Thread José de Menezes Soares Neto
1) where in the project is the best place to put my on classes?? 2) where in the project is the best place to call the classes?? 3) some classes I will use a lot, there is a place to put them only once and use it in all files created?

[fw-general] how to implement?

2007-04-23 Thread José de Menezes Soares Neto
Hi friends, I would like to implement zend_acl in the zend_auth tutorial... But I really dont know how to! I was thinking of tree roles (guest, member and admin) guest -> only see the albums member -> can add albums but can't delete them. admin -> can do everything The resources are the action

[fw-general] Re: how to assign username for smarty, from login?

2007-04-23 Thread José de Menezes Soares Neto
I could did it with sessions, but will be much better if I could print the names using zend_auth. 2007/4/21, José de Menezes Soares Neto <[EMAIL PROTECTED]>: hi, i am trying to assign username for use it in templates, like header.tpland footer.tpl but, i don't know how to assign

[fw-general] something about zend_acl

2007-04-23 Thread José de Menezes Soares Neto
hi, zend framework uses controllers, each controller has a lot of actions, each action is acessible by groups... so, with zend_acl, what i do is allow / deny access to these actions?? best regards, José

  1   2   >