• Hiển thị 76-100 của 256 tin nhắn. Mạch tin nhắn

    Bạn phải đăng nhập để gửi tin nhắn tới các thành viên khác.
    Đã gửi cách đây 5245 ngày
    avatar

    haha, ty di dau tu toi qua den h the?

    Đã gửi cách đây 5245 ngày
    avatar

    tinh yeu

    Đã gửi cách đây 5247 ngày
    avatar

    Hi, m ko co dt. Co gi nhan m qua YM hay Skype cung duoc nick: lchild358 (@yahoo.com.vn) m^^m

    Đã gửi cách đây 5247 ngày
    avatar

    Hi Taku giaaa, ta ngu ngon, sang nay ta van yeu doi...vi mat troi van moc o huong dong...va lan o huong tay!! ta thich ngam troi mua tu cua so, nhung ta cung ghet mua lam ta uot lanh, Kun lam viec di nhe, coa ta giam sat roai...hem duoc nampa lung tung doi....hu...keke

    Đã gửi cách đây 5248 ngày
    avatar

    cồ ơi, bên Nhựt cóa dùng đc Javidic với cả Lacviet hem?

    Đã gửi cách đây 5249 ngày
    avatar

    a. Create the user/login action In the user/actions/action.class.php file (under the new askeet/apps/frontend/modules/ directory), add the following login action: public function executeLogin() {

     $this->getRequest()->setAttribute('referer', $this->getRequest()->getReferer());
    
     return sfView::SUCCESS;
    

    } The return sfView::SUCCESS passes the result of the action to the loginSuccess.php template. This statement is implied in actions that don't contain a return statement, that's why the default template of an action is called actionnameSuccess.php.

    Đã gửi cách đây 5249 ngày
    avatar

    Chappter 05: Form and Pager 1. Login Form Give access to a login form from every page of the application. Open the global layout askeet/apps/frontend/templates/layout.php and add in the following line before the link to about:

  • <?php echo link_to('sign in', 'user/login') ?></li> we will just ask symfony to create the module skeleton, and we will write the code ourselves. $ symfony init-module frontend user